aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture samplingBrian Paul2010-03-051-6/+43
* softpipe: minor tweaks to texture filtering codeBrian Paul2010-03-041-9/+5
* softpipe: Silence uninitialized variable warnings.Vinson Lee2010-02-131-0/+3
* softpipe: fix broken cubemap / mipmap selection codeBrian Paul2010-02-131-28/+71
* softpipe: Remove unused variables.Vinson Lee2010-01-261-3/+0
* gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol2010-01-071-38/+75
* gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol2010-01-071-60/+90
* pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol2010-01-061-1/+1
* gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-29/+29
* softpipe: Use portable INLINE macro.José Fonseca2009-09-241-1/+1
* softpipe: replace macros with inline functionsBrian Paul2009-09-231-21/+32
* softpipe: white-space/formatting fixes and updated commentsBrian Paul2009-09-231-86/+87
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-948/+1532
|\