gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 14 Aug 2008 10:39:41 +0000 (11:39 +0100)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 15 Aug 2008 09:35:18 +0000 (10:35 +0100)
src/gallium/include/pipe/p_defines.h

index bdc6d4ef4686289b8bd89c7d74672fb809f242a1..cda10a2f06d382768f815255ef99356c06582291 100644 (file)
@@ -211,6 +211,7 @@ enum pipe_texture_target {
 #define PIPE_FLUSH_RENDER_CACHE   0x1
 #define PIPE_FLUSH_TEXTURE_CACHE  0x2
 #define PIPE_FLUSH_SWAPBUFFERS    0x4
+#define PIPE_FLUSH_FRAME          0x8 /**< Mark the end of a frame */
 
 
 /**