summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_defines.h
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-01-21 19:45:43 +0100
committerRoland Scheidegger <sroland@vmware.com>2010-01-21 19:45:43 +0100
commit41667a9a3e2c809d7d7e65f81782df8c89790bc6 (patch)
tree93f6b0cdb6b0825b2e2797233a563ee8723058f3 /src/gallium/include/pipe/p_defines.h
parent04cb5dfb1e0968300204980b08748a140e5e7918 (diff)
gallium: new PIPE_CAP bits for the independent blend functionality
Diffstat (limited to 'src/gallium/include/pipe/p_defines.h')
-rw-r--r--src/gallium/include/pipe/p_defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index 35f3830ebc..185ab6a711 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -405,6 +405,8 @@ enum pipe_transfer_usage {
#define PIPE_CAP_MAX_PREDICATE_REGISTERS 30
#define PIPE_CAP_MAX_COMBINED_SAMPLERS 31 /*< Maximum texture image units accessible from vertex
and fragment shaders combined */
+#define PIPE_CAP_INDEP_BLEND_ENABLE 32 /*< blend enables and write masks per rendertarget */
+#define PIPE_CAP_INDEP_BLEND_FUNC 33 /*< different blend funcs per rendertarget */
/**