From: Roland Scheidegger Date: Thu, 21 Jan 2010 18:45:43 +0000 (+0100) Subject: gallium: new PIPE_CAP bits for the independent blend functionality X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41667a9a3e2c809d7d7e65f81782df8c89790bc6;p=mesa.git gallium: new PIPE_CAP bits for the independent blend functionality --- diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 35f3830ebcf..185ab6a7116 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 */ /**