mesa/src
Paul Berry caf9cef7ee i965/fs: Remove bogus field prog_data->dispatch_width.
Despite the name, this field wasn't being set to the dispatch width at
all; it was always 8.  The only place it was used was that the
constant buffer read length was aligned to it, and as far as I can
tell from the docs, there is no need to align this value to the
dispatch width; aligning it to a multiple of 8 is sufficient.  So I've
just replaced it with a hardcoded 8.

v2: In gen6_wm_state, use brw->wm.base.push_const_size for consistency
with VS and GS state upload.

Reviewed-by: Eric Anholt <eric@anholt.net>
2013-10-15 11:34:30 -07:00
..
egl wayland: Only pass wl_drm instance to gbm when using gbm platform 2013-10-11 15:30:09 -07:00
gallium build: remove forced -fno-rtti 2013-10-14 23:00:55 -05:00
gbm wayland: Don't rely on static variable for identifying wl_drm buffers 2013-10-11 15:14:35 -07:00
getopt
glsl glsl: Add new GLSL 1.50 constants. 2013-10-15 11:34:30 -07:00
glx glx: Generate fewer errors in MakeContextCurrent 2013-10-08 13:24:20 -04:00
gtest
mapi glapi: Do not use backtrace on NetBSD. 2013-10-11 14:48:45 -07:00
mesa i965/fs: Remove bogus field prog_data->dispatch_width. 2013-10-15 11:34:30 -07:00
Makefile.am gbm: Link to libwayland-drm if Wayland EGL platform is enabled 2013-08-12 15:16:22 -07:00
SConscript