Mesa (master): gallium: define PIPE_MASK_RGBAZS

Marek Olšák mareko at kemper.freedesktop.org
Sat Aug 4 13:01:11 UTC 2012


Module: Mesa
Branch: master
Commit: 88426780479743036993a0fcd112232d2792690a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=88426780479743036993a0fcd112232d2792690a

Author: Marek Olšák <maraeo at gmail.com>
Date:   Fri Jul 27 21:31:59 2012 +0200

gallium: define PIPE_MASK_RGBAZS

I need this and it seems like it could be useful.

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/gallium/include/pipe/p_defines.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index 8d787ec..59c6382 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -102,6 +102,7 @@ enum pipe_error {
 #define PIPE_MASK_Z  0x10
 #define PIPE_MASK_S  0x20
 #define PIPE_MASK_ZS 0x30
+#define PIPE_MASK_RGBAZS (PIPE_MASK_RGBA|PIPE_MASK_ZS)
 
 
 /**




More information about the mesa-commit mailing list