summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: silence some asst. MSVC type warnings in sp_tex_sample.cBrian Paul2013-03-211-6/+6
* softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger2013-03-111-610/+664
* tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger2013-03-021-1/+9
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-84/+122
* softpipe: clean up lod computationRoland Scheidegger2013-02-081-69/+92
* softpipe: get rid of tgsi_sampler_control param in img_filterRoland Scheidegger2013-02-081-39/+37
* softpipe: fix using optimized filter functionRoland Scheidegger2013-02-081-0/+1
* softpipe: remove unused corner0 variableBrian Paul2012-12-121-1/+0
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-121-8/+138
* softpipe: add texture buffer object supportDave Airlie2012-12-081-1/+7
* softpipe: fix unused variable warning.Dave Airlie2012-11-101-1/+1
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-091-11/+161
* softpipe: remove extraneous whitespaceBrian Paul2012-10-261-2/+0
* softpipe: fix copy/paste error in tex sample codeOlivier Galibert2012-07-251-2/+2
* softpipe: Fix segfault with fbo-cubemap.Olivier Galibert2012-07-191-1/+6
* softpipe: Take all lods into account when texture sampling.Olivier Galibert2012-07-181-756/+627
* softpipe: Offset is not to be applied to the layer parameter of array texture...Olivier Galibert2012-06-191-2/+2
* softpipe: use any_swizzle() helper in sp_tex_sample.cBrian Paul2012-05-011-8/+15
* softpipe: whitespace, comment clean-ups in sp_tex_sample.cBrian Paul2012-05-011-26/+32
* softpipe: implement coord clamping for texel fetches (TXF)Brian Paul2012-05-011-14/+31
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-181/+181
* softpipe: route correct coordinates for shadow cube sampling.Dave Airlie2012-01-111-1/+2
* softpipe: fix texel fetch swizzlesDave Airlie2012-01-111-26/+43
* softpipe: fix shadow 2d texture array samplingDave Airlie2011-12-191-5/+12
* softpipe: fix depth sampling for linear vs nearest.Dave Airlie2011-12-191-7/+16
* gallium: move border color to be a color unionDave Airlie2011-09-271-4/+4
* softpipe: Use memory allocation macros.José Fonseca2011-09-251-1/+1
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-5/+12
* softpipe: add const qualifier to silence warningsBrian Paul2011-08-251-1/+1
* softpipe: implement TXF support via get_texel callbackDave Airlie2011-08-251-0/+69
* softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie2011-08-251-0/+40
* softpipe: fix various warnings about int/float/double conversions, etcBrian Paul2011-07-131-15/+15
* softpipe: Anisotropic filtering extension.Andreas Faenger2011-06-061-4/+334
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-121-2/+2
* softpipe: Take the sampler view's first_level into account when sampling.Henri Verbeet2011-04-081-16/+16
* softpipe: clamp texcoords in sample_compare()Philip Taylor2011-03-071-24/+30
* softpipe: fix array textures to use resource array_sizeBrian Paul2011-01-281-12/+49
* softpipe: support for 1D/2D texture arraysBrian Paul2011-01-251-0/+201
* softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet2011-01-191-20/+21
* softpipe: remove sp_tex_tile_cache_border_color()Brian Paul2010-12-161-4/+2
* softpipe: s/varient/variantBrian Paul2010-12-161-37/+37
* softpipe: do texture swizzle during texture samplingBrian Paul2010-12-141-2/+92
* softpipe: added some texture sample debug code (disabled)Brian Paul2010-10-231-7/+50
* softpipe: fix swizzling of texture border colorBrian Paul2010-09-271-2/+4
* softpipe: fix repeat() function for NPOT texturesBrian Paul2010-09-251-4/+4
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-0/+2
* softpipe: fix comment typoBrian Paul2010-06-251-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-17/+17
* softpipe: further tighen up sample_cube()Brian Paul2010-03-111-45/+21
* softpipe: tighten up the code in sample_cube()Brian Paul2010-03-111-62/+38