summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
AgeCommit message (Collapse)Author
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 more pipe_texture stuff.Corbin Simpson
This is enough to sate glxinfo, for now.
2009-02-01r300: Add initial pipe_texture handling.Corbin Simpson
Still primitive and needing to be fleshed out, but it's a start.
2009-02-01r300: Add texture stubs.Corbin Simpson