gallium: add PIPE_FLUSH_SWAPBUFFERS flag

This commit is contained in:
Keith Whitwell 2008-01-21 20:25:19 +00:00 committed by José Fonseca
parent 6d2d41294c
commit 1e9e4341e0

View file

@ -198,6 +198,7 @@ enum pipe_texture_target {
#define PIPE_FLUSH_RENDER_CACHE 0x1
#define PIPE_FLUSH_TEXTURE_CACHE 0x2
#define PIPE_FLUSH_WAIT 0x4
#define PIPE_FLUSH_SWAPBUFFERS 0x8
/**