gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame.

This commit is contained in:
José Fonseca 2008-08-14 11:39:41 +01:00
parent df3d694851
commit daa481a9c0

View 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 */
/**