summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_texture.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-5/+3
* llvmpipe: use single swizzled tileKeith Whitwell2010-07-161-0/+11
* llvmpipe: add a simple resource tracking/debug featureBrian Paul2010-05-111-0/+9
* llvmpipe: added llvmpipe_resource_size()Brian Paul2010-04-271-0/+4
* llvmpipe: rename lp_tile_size.h to lp_limits.hBrian Paul2010-04-231-1/+1
* llvmpipe: move LP_MAX_TEXTURE_x_LEVELS, etc to lp_tile_size.hBrian Paul2010-04-231-6/+1
* llvmpipe: Change return type of declaration to match code.Vinson Lee2010-04-201-1/+1
* llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul2010-04-191-2/+4
* llvmpipe: fix rendering to 3D texturesBrian Paul2010-04-191-2/+10
* llvmpipe: checkpoint: fixes for render to 3D textureBrian Paul2010-04-191-8/+8
* llvmpipe: rename vars, update comments for texture->resource changesBrian Paul2010-04-161-8/+8
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-4/+96
* Squashed commit of the following:Keith Whitwell2010-04-101-21/+21
* llvmpipe: Add missing include.José Fonseca2010-04-071-0/+1
* llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul2010-04-021-1/+1
* llvmpipe: Don't use texture transfer internally.José Fonseca2010-03-131-0/+22
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+2
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-2/+6
|\
| * llvmpipe: define max texture levelsBrian Paul2010-03-081-2/+6
* | softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-2/+3
|/
* llvmpipe: assorted clean-ups in texture codeBrian Paul2010-01-141-4/+4
* llvmpipe: added llvmpipe_texture_const()Brian Paul2010-01-131-0/+7
* llvmpipe: Define an winsys for LLVM. Drop pipe_winsysJosé Fonseca2009-08-291-3/+10
* llvmpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-08-291-1/+1
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-3/+3
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+83