summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_cs.h
AgeCommit message (Collapse)Author
2009-02-01[BROKEN] r300: Add initial clear/fill code.Corbin Simpson
Copied from mesa and still broken. Gimme a few to clean it up.
2009-02-01r300: Add a basic dirty state emit.Corbin Simpson
I feel strangely unproductive. Must be the cold.
2009-02-01r300: Add blend state.Corbin Simpson
Also switched to r300_reg instead of radeon_reg. Yay?
2009-02-01r300, amd: Add the ability to flush the CS.Corbin Simpson
This is probably important, yeah?
2009-02-01r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson
Lots of structural work, especially in getting the two parts to talk nicely. Todo: - Get damn blitter working. - Add CS flush. - Reverse order of above two items.
2009-02-01gallium-r300: Add primitive CS.Corbin Simpson
Enough to get us up and running, I suppose. This needs to be pushed down into winsys!