summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_texture.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-7/+7
2014-08-05llvmpipe: implement support for cube map arraysRoland Scheidegger1-0/+2
2014-08-01llvmpipe: don't store number of layers per levelRoland Scheidegger1-2/+2
2014-07-02llvmpipe: get rid of llvmpipe_get_texture_tile_linearRoland Scheidegger1-6/+0
2014-07-02llvmpipe: get rid of llvmpipe_get_texture_imageRoland Scheidegger1-5/+0
2014-07-02llvmpipe: get rid of llvmpipe_get_texture_image_allRoland Scheidegger1-5/+0
2014-07-02llvmpipe: get rid of linear_img structRoland Scheidegger1-8/+1
2014-07-02llvmpipe: (trivial) rename linear_mip_offsets to mip_offsetsRoland Scheidegger1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-06-07llvmpipe: add support for layered renderingRoland Scheidegger1-0/+10
2013-06-05llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger1-0/+21
2013-05-29llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger1-39/+13
2013-05-18llvmpipe: get rid of unused tiled/linear logicRoland Scheidegger1-10/+0
2013-02-25llvmpipe: (trivial) get rid of old function prototypes.Roland Scheidegger1-7/+0
2013-02-25llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger1-0/+22
2013-02-20llvmpipe: lp_resource_copy cleanupRoland Scheidegger1-1/+1
2012-11-29llvmpipe: support array texturesRoland Scheidegger1-1/+1
2012-11-29llvmpipe: Eliminate color buffer swizzling.José Fonseca1-15/+0
2012-11-28llvmpipe: Unswizzled rendering.James Benton1-0/+6
2012-11-12llvmpipe: always allocate whole miptrees not individual levelsRoland Scheidegger1-2/+5
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-0/+10
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-5/+3
2010-07-16llvmpipe: use single swizzled tileKeith Whitwell1-0/+11
2010-05-11llvmpipe: add a simple resource tracking/debug featureBrian Paul1-0/+9
2010-04-27llvmpipe: added llvmpipe_resource_size()Brian Paul1-0/+4
2010-04-23llvmpipe: rename lp_tile_size.h to lp_limits.hBrian Paul1-1/+1
2010-04-23llvmpipe: move LP_MAX_TEXTURE_x_LEVELS, etc to lp_tile_size.hBrian Paul1-6/+1
2010-04-20llvmpipe: Change return type of declaration to match code.Vinson Lee1-1/+1
2010-04-19llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul1-2/+4
2010-04-19llvmpipe: fix rendering to 3D texturesBrian Paul1-2/+10
2010-04-19llvmpipe: checkpoint: fixes for render to 3D textureBrian Paul1-8/+8
2010-04-16llvmpipe: rename vars, update comments for texture->resource changesBrian Paul1-8/+8
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul1-4/+96
2010-04-10Squashed commit of the following:Keith Whitwell1-21/+21
2010-04-07llvmpipe: Add missing include.José Fonseca1-0/+1
2010-04-02llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul1-1/+1
2010-03-13llvmpipe: Don't use texture transfer internally.José Fonseca1-0/+22
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-0/+2
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell1-2/+6
2010-03-08llvmpipe: define max texture levelsBrian Paul1-2/+6
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell1-2/+3
2010-01-14llvmpipe: assorted clean-ups in texture codeBrian Paul1-4/+4
2010-01-13llvmpipe: added llvmpipe_texture_const()Brian Paul1-0/+7
2009-08-29llvmpipe: Define an winsys for LLVM. Drop pipe_winsysJosé Fonseca1-3/+10
2009-08-29llvmpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell1-1/+1
2009-08-29llvmpipe: Rename preprocessor symbols too.José Fonseca1-3/+3
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca1-0/+83