aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_texture.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-7/+7
* llvmpipe: implement support for cube map arraysRoland Scheidegger2014-08-051-0/+2
* llvmpipe: don't store number of layers per levelRoland Scheidegger2014-08-011-2/+2
* llvmpipe: get rid of llvmpipe_get_texture_tile_linearRoland Scheidegger2014-07-021-6/+0
* llvmpipe: get rid of llvmpipe_get_texture_imageRoland Scheidegger2014-07-021-5/+0
* llvmpipe: get rid of llvmpipe_get_texture_image_allRoland Scheidegger2014-07-021-5/+0
* llvmpipe: get rid of linear_img structRoland Scheidegger2014-07-021-8/+1
* llvmpipe: (trivial) rename linear_mip_offsets to mip_offsetsRoland Scheidegger2014-07-021-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* llvmpipe: add support for layered renderingRoland Scheidegger2013-06-071-0/+10
* llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger2013-06-051-0/+21
* llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger2013-05-291-39/+13
* llvmpipe: get rid of unused tiled/linear logicRoland Scheidegger2013-05-181-10/+0
* llvmpipe: (trivial) get rid of old function prototypes.Roland Scheidegger2013-02-251-7/+0
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-251-0/+22
* llvmpipe: lp_resource_copy cleanupRoland Scheidegger2013-02-201-1/+1
* llvmpipe: support array texturesRoland Scheidegger2012-11-291-1/+1
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-291-15/+0
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-0/+6
* llvmpipe: always allocate whole miptrees not individual levelsRoland Scheidegger2012-11-121-2/+5
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-0/+10
* 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