mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
gallium: new PIPE_CAP bits for the independent blend functionality
This commit is contained in:
parent
04cb5dfb1e
commit
41667a9a3e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue