summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
AgeCommit message (Collapse)Author
2009-02-12r300-gallium: Fix typo in texture buffer size request.Corbin Simpson
2009-02-08r300: Accidentally removed a pipe_buffer_reference that should be there.Corbin Simpson
2009-02-08r300: Update to match pipe_surface changes.Corbin Simpson
2009-02-05r300: working trivial/clear for r5xxJoakim Sindholt
2009-02-02r300, amd: Oops, a couple more API changes.Corbin Simpson
Somehow I forgot to commit these.
2009-02-01r300: Clean up after rebase.Corbin Simpson
Fix a couple struct members, clear up a few texture lines.
2009-02-01Rebased to gallium-0.2, Jan 24 2009.Corbin Simpson
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