Handle glFlush/glFinish through the state tracker.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 10 Aug 2007 11:57:14 +0000 (12:57 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 10 Aug 2007 11:58:26 +0000 (12:58 +0100)
commit5c2c05600081f811e001a81a600778de0fcab85d
treeba4e239592e9798ca3e660158c668afd7d145639
parent9ac1a8d416c2bd50ca10186ca09f5e86f6fa4ce6
Handle glFlush/glFinish through the state tracker.
15 files changed:
src/mesa/drivers/dri/intel_winsys/intel_context.c
src/mesa/drivers/dri/intel_winsys/intel_pipe_i915simple.c
src/mesa/drivers/dri/intel_winsys/intel_pipe_softpipe.c
src/mesa/pipe/i915simple/i915_flush.c
src/mesa/pipe/i915simple/i915_winsys.h
src/mesa/pipe/p_context.h
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_flush.c
src/mesa/pipe/softpipe/sp_flush.h
src/mesa/pipe/softpipe/sp_winsys.h
src/mesa/sources
src/mesa/state_tracker/st_cb_flush.c [new file with mode: 0644]
src/mesa/state_tracker/st_cb_flush.h [new file with mode: 0644]
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_context.h