summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_derived.c
AgeCommit message (Collapse)Author
2009-02-27r300-gallium: Add RS block setup.Corbin Simpson
This is still icky, and only compile-tested.
2009-02-27r300-gallium: A handful of tiny vfmt fixups.Corbin Simpson
Using a tab of inputs should work, but I keep getting bad results. If only Rawhide's GDB wasn't broken...
2009-02-23r300-gallium: Fix a handful of compile warnings.Corbin Simpson
Some harmless, some very dangerous.
2009-02-23r300-gallium: Finish VAP/VF setup.Corbin Simpson
Messy, messy.
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.