diff options
author | Brian <brian@i915.localnet.net> | 2007-08-02 10:29:04 -0600 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2007-08-02 10:29:04 -0600 |
commit | 5936b439e88308a2eabb8a5570e91dd8fff89397 (patch) | |
tree | d6827bac9431a3257adfdacb5236dd739b33a4c0 /src/mesa | |
parent | a6dd731656c7daa9a3d2a020f13001ac4d391a44 (diff) |
add PIPE_MASK_RGBA
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/p_defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_defines.h b/src/mesa/pipe/p_defines.h index c92895342e..4c29ec2c0e 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 |