gallium: new PIPE_CAP bits for the independent blend functionality

This commit is contained in:
Roland Scheidegger 2010-01-21 19:45:43 +01:00
parent 04cb5dfb1e
commit 41667a9a3e

View file

@ -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 */
/**