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:
Eric Anholt 2015-08-04 17:18:43 -07:00
parent d6d7515bec
commit eae9c3286e
1 changed files with 2 additions and 6 deletions

View File

@ -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.