mesa/src
Brian Paul bcbfda71b0 intel: avoid unnecessary front buffer flushing/updating
Before, if we just called glXMakeCurrent() and didn't render anything we'd
still trigger a flushFrontBuffer() call.

Now only set the intel->front_buffer_dirty field at state validation time
just before we draw something.

NOTE: additional calls to intel_check_front_buffer_rendering() might be
needed if I missed some rendering paths.
2009-11-03 09:52:25 -07:00
..
driclient
egl egl_glx: Add support for eglWaitClient and eglWaitNative. 2009-10-22 09:33:27 -06:00
gallium tgsi/ureg: Add negate and swizzle for predicates. 2009-11-02 14:59:52 +00:00
glew
glu
glut
glw
glx glx: don't destroy context immediately if it's currently bound 2009-10-22 18:20:28 -06:00
mesa intel: avoid unnecessary front buffer flushing/updating 2009-11-03 09:52:25 -07:00
Makefile
SConscript