summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_shader_semantics.h
AgeCommit message (Collapse)Author
2010-08-11r300g: implement gl_FrontFacingMarek Olšák
2010-04-21r300g: raise the max index for generic varyings to 32Marek Olšák
This should fix an assertion failure in the game Heroes of Newearth. Yes, the game seems to generate semantic indices greater than 15.
2010-01-06r300g: add WPOSMarek Olšák
2009-12-01r300g: clean up derived statesMarek Olšák
The state setups which aren't derived anymore have been moved to the VS and FS objects.