summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
AgeCommit message (Collapse)Author
2009-02-01r300: Put r300_blit to bed.Corbin Simpson
Not going to be using the blitter. Period.
2009-02-01r300: Finish basic state setup.Corbin Simpson
I have successfully fooled glxinfo into believing that I am a competent writer of code. Next step is to trick trivial/clear.
2009-02-01r300: Add texture stubs.Corbin Simpson
2009-02-01r300: Add chipset sorting and capabilities.Corbin Simpson
Part one: Capabilities from classic Mesa. Damn, if only we didn't have so many fucking Radeons!
2009-02-01r300: Add a basic dirty state emit.Corbin Simpson
I feel strangely unproductive. Must be the cold.
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.
2009-02-01gallium-r300: Make it build.Corbin Simpson
Still todo: - Sort out winsys. - Less suckage.