summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_blit.c
AgeCommit message (Collapse)Author
2009-02-01r300: Add blend state.Corbin Simpson
Also switched to r300_reg instead of radeon_reg. Yay?
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!
2009-02-01gallium-r300: Set right ROP for solid fills.Corbin Simpson
Thanks to MrCooper for pointing me in the right direction.
2009-02-01gallium-r300: Fit it all together now.Corbin Simpson
In theory, it could work, but there's still some very big gaps. Anything marked with XXX should be taken care of first, probably.
2009-02-01gallium-r300: Add r300_blit.Corbin Simpson
Count the XXXs and weep?