summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_screen_texture.c
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-7/+7
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-37/+37
|\
| * Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-17/+20
| |\
| | * 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
| * | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-20/+17
| |\ \
| | * | gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-021-20/+17
* | | | Move pf_is_compressed() to u_format auxiliary module.Michal Krol2009-12-031-2/+3
|/ / /
* | | Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-011-67/+92
|\ \ \ | |/ / |/| / | |/
| * 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: fix for not using texture width/height/depth arraysRoland Scheidegger2009-11-271-31/+30
|/
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+1065