mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
Revert "nir: Use a single bit for the dual-source blend index"
This reverts commit ab5b7a0fe6. We use more
than one bit of value in tgsi_to_nir.
This commit is contained in:
parent
d6d7515bec
commit
eae9c3286e
1 changed files with 2 additions and 6 deletions
|
|
@ -292,13 +292,9 @@ typedef struct {
|
|||
unsigned int driver_location;
|
||||
|
||||
/**
|
||||
* Output index for dual source blending.
|
||||
*
|
||||
* \note
|
||||
* The GLSL spec only allows the values 0 or 1 for the index in \b dual
|
||||
* source blending.
|
||||
* output index for dual source blending.
|
||||
*/
|
||||
unsigned index:1;
|
||||
int index;
|
||||
|
||||
/**
|
||||
* Initial binding point for a sampler or UBO.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue