From: Keith Whitwell Date: Mon, 21 Jan 2008 20:25:19 +0000 (+0000) Subject: gallium: add PIPE_FLUSH_SWAPBUFFERS flag X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e9e4341e08a45c93e7caa90c2cca844469f4629;p=mesa.git gallium: add PIPE_FLUSH_SWAPBUFFERS flag --- diff --git a/src/mesa/pipe/p_defines.h b/src/mesa/pipe/p_defines.h index 90eebd5e6c6..85adf2d61df 100644 --- a/src/mesa/pipe/p_defines.h +++ b/src/mesa/pipe/p_defines.h @@ -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 /**