OSDN Git Service

gallium: call draw_flush() in softpipe_flush()
authorBrian <brian.paul@tungstengraphics.com>
Thu, 14 Feb 2008 21:48:35 +0000 (14:48 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 15 Feb 2008 01:59:24 +0000 (18:59 -0700)
commit5e345a653b0adc59487d786050abd01d4cb8b4ca
tree73ebee26c492ee7730f012efe3f1fadf8e7e76a1
parent7a3e59d2363cba6dd2c1edc08d1afffd25b53ea3
gallium: call draw_flush() in softpipe_flush()

Without this, we might not get any rendering at SwapBuffers time when using the vbuf path.
src/mesa/pipe/softpipe/sp_flush.c