aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_shader_semantics.h
Commit message (Collapse)AuthorAgeFilesLines
* r300g: raise the max index for generic varyings to 32Marek Olšák2010-04-211-1/+1
| | | | | This should fix an assertion failure in the game Heroes of Newearth. Yes, the game seems to generate semantic indices greater than 15.
* r300g: add WPOSMarek Olšák2010-01-061-0/+2
|
* r300g: clean up derived statesMarek Olšák2009-12-011-0/+64
The state setups which aren't derived anymore have been moved to the VS and FS objects.