aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_resource_texture.c
Commit message (Expand)AuthorAgeFilesLines
...
* svga: Avoid synchronizing when doing piecewise upload of textures.José Fonseca2011-03-211-7/+8
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-26/+0
* svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca2011-03-111-9/+33
* svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca2011-02-181-0/+4
* svga: Disable surface cache for texturesJakob Bornecrantz2011-02-181-1/+2
* svga: Make sure that refcnt debugger gets the correct backtrace for createJakob Bornecrantz2011-02-181-0/+3
* svga: Don't fake DXT compression ability.José Fonseca2011-02-161-10/+0
* svga: disable a debug_printf() callBrian Paul2011-02-111-5/+9
* svga: Don't call swc->flush directly.José Fonseca2011-02-031-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-35/+46
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+2
* svga: Remove the screen private context.José Fonseca2010-05-031-18/+19
* svga: Remove unnecessary headers.Vinson Lee2010-04-111-2/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-0/+635