Add flush/finish functionality to pipe.
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 8 Aug 2007 15:42:01 +0000 (16:42 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 9 Aug 2007 10:23:18 +0000 (11:23 +0100)
commit93d5cfd8b7c641c5656aed38ad2f9559e09502f0
tree5f105eea612826cd4b34f78bc5a8c3f910a3ab7f
parentd0521ebd516617f4471279e69af5dc0f4e4992af
Add flush/finish functionality to pipe.

Not sure if finish() is the right interface yet.
12 files changed:
src/mesa/pipe/i915simple/Makefile
src/mesa/pipe/i915simple/i915_batch.h
src/mesa/pipe/i915simple/i915_context.c
src/mesa/pipe/i915simple/i915_context.h
src/mesa/pipe/i915simple/i915_flush.c [new file with mode: 0644]
src/mesa/pipe/p_context.h
src/mesa/pipe/p_defines.h
src/mesa/pipe/softpipe/Makefile
src/mesa/pipe/softpipe/sp_buffer.c
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_flush.c [new file with mode: 0644]
src/mesa/pipe/softpipe/sp_flush.h [new file with mode: 0644]