summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_sample.h
AgeCommit message (Expand)Author
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet
2010-12-16softpipe: s/varient/variantBrian Paul
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell
2009-08-21softpipe: per-unit sampler varientsBrian Paul
2009-08-21softpipe: rework texture sampling codeKeith Whitwell
2009-08-20softpipe: allow the existing sampler routines to be hooked up directlyKeith Whitwell
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell
2009-07-27softpipe: example fast paths for simple samplersKeith Whitwell
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul
2008-12-01gallium: minor texture-related clean-ups, comments, etcBrian
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-02-15Code reorganization: move files into their places.José Fonseca