summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_texture.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-05llvmpipe: Implement dmabuf handlingLucas Fryzek1-0/+18
2024-03-22treewide: Replace usage of macro DEBUG with MESA_DEBUG when possibleYonggang Luo1-2/+2
2023-06-27treewide: Replace the usage of ubyte/ushort with uint8_t/uint16_tYonggang Luo1-1/+1
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-6/+6
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-2/+2
2022-10-25llvmpipe: asst. clean-ups in lp_texture.[ch]Brian Paul1-10/+17
2022-04-22llvmpipe: replace uses of simple_list.h with list.hDylan Baker1-7/+9
2021-10-18llvmpipe: fix userptr for texture resources.Dave Airlie1-1/+1
2021-10-06llvmpipe: add support for EXT_memory_object(_fd)Thomas Wagner1-0/+14
2021-07-21llvmpipe: Add a linear rasterizer optimized for 2D rendering.Jose Fonseca1-2/+0
2021-05-26llvmpipe: store a screen pointer in resource structMike Blumenkrantz1-0/+4
2021-05-10llvmpipe: allow calculating size of overly large textureErik Faye-Lund1-3/+3
2020-08-17llvmpipe: add support for memory allocation APIsDave Airlie1-0/+4
2020-05-06llvmpipe: record sample info for color/depth buffers in sceneDave Airlie1-0/+6
2020-05-06llvmpipe: add internal multisample texture mapping path.Dave Airlie1-0/+8
2020-05-06llvmpipe: add multisample support to texture allocator.Dave Airlie1-0/+1
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