summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_sample.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-03-11softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger1-81/+57
2013-02-28softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger1-11/+36
2013-02-08softpipe: clean up lod computationRoland Scheidegger1-1/+1
2013-02-08softpipe: get rid of tgsi_sampler_control param in img_filterRoland Scheidegger1-1/+0
2012-11-09softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie1-2/+3
2012-07-18softpipe: Take all lods into account when texture sampling.Olivier Galibert1-10/+18
2012-01-30gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard1-12/+12
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet1-4/+4
2010-12-16softpipe: s/varient/variantBrian Paul1-12/+12
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul1-1/+6
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+2
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol1-1/+2
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol1-3/+3
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell1-2/+2
2009-08-21softpipe: per-unit sampler varientsBrian Paul1-1/+2
2009-08-21softpipe: rework texture sampling codeKeith Whitwell1-9/+85
2009-08-20softpipe: allow the existing sampler routines to be hooked up directlyKeith Whitwell1-13/+8
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell1-1/+1
2009-07-27softpipe: example fast paths for simple samplersKeith Whitwell1-2/+8
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell1-2/+3
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul1-6/+14
2008-12-01gallium: minor texture-related clean-ups, comments, etcBrian1-3/+3
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian1-1/+49
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+17