summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_clear.c
AgeCommit message (Collapse)Author
2009-04-04r300-gallium: Update clear() code.Corbin Simpson
We have a huge optimization opportunity, but for now we'll just use the util.
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
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_clear.Corbin Simpson
Todo: - Less suckage. - Re-read bo-cs stuff, figure out how the hell to emit state. - Blits.