gallium: need to all draw_flush() in softpipe_unmap_constant_buffers()
authorBrian <brian.paul@tungstengraphics.com>
Fri, 14 Mar 2008 00:19:47 +0000 (18:19 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 14 Mar 2008 00:19:47 +0000 (18:19 -0600)
commit78302c7ca30d27ef3d087deb4d1a22e83858ce4b
treeea882698d2abcf3f217320ae85b6950a2047a241
parent34be3969505d378c5a6734a134f03d094a865c56
gallium: need to all draw_flush() in softpipe_unmap_constant_buffers()

Otherwise, we won't have our constants when we run the fragment shader.
Fixes crash in glsl tests when SP_VBUF=1.
src/gallium/drivers/softpipe/sp_draw_arrays.c