summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_pixel_copy.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-08-30 10:45:00 -0700
committerEric Anholt <eric@anholt.net>2013-08-30 11:29:50 -0700
commit09e2df5961cfe04925bdd820e6ea59af3ba783f6 (patch)
treee55815c8bc2ce2397ade26fcf3575edeabb1d678 /src/mesa/drivers/dri/i965/intel_pixel_copy.c
parentf7217b99f243738f941a5d009c68387dfadcb50a (diff)
downloadexternal_mesa3d-09e2df5961cfe04925bdd820e6ea59af3ba783f6.zip
external_mesa3d-09e2df5961cfe04925bdd820e6ea59af3ba783f6.tar.gz
external_mesa3d-09e2df5961cfe04925bdd820e6ea59af3ba783f6.tar.bz2
i965/vs: Fix regression on pre-gen6 with no VS uniforms in use.
df06745c5adb524e15d157f976c08f1718f08efa made it so that we didn't allocate extra uniform space for unused clip planes, which also incidentally made us not allocate any space at all, which we were relying on for this no-uniforms case. Instead of putting the knowledge of this special HW exception into the thing that normally preallocates prog_data for us, just allocate it here. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68766 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_pixel_copy.c')
0 files changed, 0 insertions, 0 deletions