r300g: raise the max index for generic varyings to 32

This should fix an assertion failure in the game Heroes of Newearth.
Yes, the game seems to generate semantic indices greater than 15.
This commit is contained in:
Marek Olšák 2010-04-21 22:48:07 +02:00
parent 01c12ed60c
commit dd029dcb14
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#define ATTR_UNUSED (-1)
#define ATTR_COLOR_COUNT 2
#define ATTR_GENERIC_COUNT 16
#define ATTR_GENERIC_COUNT 32
/* This structure contains information about what attributes are written by VS
* or read by FS. (but not both) It's much easier to work with than