Merge branch 'mesa_7_7_branch'
[mesa.git] / src / gallium / include / pipe / p_defines.h
index fd14dc8e92d71231b31e69447f59b22d89448d9e..69a0970d5f80d4c5c467208faf0572228c38eb26 100644 (file)
@@ -390,6 +390,8 @@ enum pipe_transfer_usage {
 #define PIPE_CAP_BLEND_EQUATION_SEPARATE 28
 #define PIPE_CAP_SM3                     29  /*< Shader Model 3 supported */
 #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 */
 
 
 /**