aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_screen_texture.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Keith Whitwell2010-04-101-1097/+0
* Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-301-2/+2
|\
| * svga: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-2/+2
* | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
|/
* svga: Remove unnecessary header.Vinson Lee2010-03-141-2/+0
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+3
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-15/+30
* Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-65/+0
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-36/+32
|\
| * svga: Conversion to winsys handleJakob Bornecrantz2010-03-011-35/+27
| * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+5
* | svga: Rename pipe formats.José Fonseca2010-03-021-19/+19
|/
* svga: Actually call fence_reference in texture downloads.José Fonseca2010-02-091-2/+2
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-3/+65
|\
| * svga: Do a more propper creation of textures from handlesJakob Bornecrantz2010-01-191-3/+65
* | 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