aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_screen_texture.c
Commit message (Expand)AuthorAgeFilesLines
* svga: Do a more propper creation of textures from handlesJakob Bornecrantz2010-01-191-3/+65
* svga: Keep tight control of texture handle ownership.José Fonseca2009-12-111-16/+19
* svga: Fix mixed signed comparisons.José Fonseca2009-12-111-1/+1
* svga: Remove spurious argument to SVGA_DBG.José Fonseca2009-11-261-1/+1
* svga: try harder to make the cachable flag workKeith Whitwell2009-11-251-6/+17
* svga: cache textures as well as buffersKeith Whitwell2009-11-241-65/+77
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+1065