From: Brian Date: Thu, 2 Aug 2007 16:29:04 +0000 (-0600) Subject: add PIPE_MASK_RGBA X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5936b439e88308a2eabb8a5570e91dd8fff89397;p=mesa.git add PIPE_MASK_RGBA --- diff --git a/src/mesa/pipe/p_defines.h b/src/mesa/pipe/p_defines.h index c92895342e6..4c29ec2c0e6 100644 --- a/src/mesa/pipe/p_defines.h +++ b/src/mesa/pipe/p_defines.h @@ -75,6 +75,8 @@ #define PIPE_MASK_G 0x2 #define PIPE_MASK_B 0x4 #define PIPE_MASK_A 0x8 +#define PIPE_MASK_RGBA 0xf + /** * Inequality functions. Used for depth test, stencil compare, alpha