summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_derived.h
AgeCommit message (Collapse)Author
2010-04-18r300g: remove unused declarationsMarek Olšák
2009-10-16r300g: Use a hash table to look up vertex info.Corbin Simpson
Need to move rs_block to this, too. Also, I'm getting massive amounts of flicker for some reason; I bet we've gotta re-re-examine PSC and friends. :C
2009-09-06r300g: Fix a number of warningsNicolai Hähnle
Seriously guys....
2009-03-07r300-gallium: A bit more vertex format fixup.Corbin Simpson
2009-02-16r300-gallium: Ooops, forgot to apply this stash.Corbin Simpson
"git stash": The cause of, and solution to, all my problems.
2009-02-13r300-gallium: Add derived state for vertex formats.Corbin Simpson
Next up: The evil RS block.