summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
AgeCommit message (Expand)Author
2009-07-27softpipe: fix off-by-one in nearest texcoord routinesKeith Whitwell
2009-07-27softpipe: example fast paths for simple samplersKeith Whitwell
2009-07-22softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell
2009-06-29softpipe: use shadow_compare4() to compare texcoord to four texture samplesBrian Paul
2009-06-29softpipe: pass sampler state to shadow_compare()Brian Paul
2009-06-19softpipe: return alpha=1 in shadow_compare() functionBrian Paul
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul
2008-12-01softpipe: minor tweaks, clean-upsBrian
2008-12-01softpipe: compute nearest/linear texcoords four at a time.Brian
2008-12-01gallium: minor texture-related clean-ups, comments, etcBrian
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: stop using ifloor(), FABSF(), etcBrian Paul
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul
2008-08-07gallium: s/pf_sprint_name/pf_name/Brian Paul
2008-08-07gallium: s/printf/debug_printf/Brian Paul
2008-08-07gallium: new/better debug code (disabled)Brian Paul
2008-08-07softpipe: Silence compiler warnings on Windows.Michal Krol
2008-08-06softpipe: add texture border color codeBrian Paul
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-05-02gallium: new debug code (disabled)Brian Paul
2008-04-22softpipe: do something sensible on an error path, squash warningKeith Whitwell
2008-03-12gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell
2008-02-23gallium: Silence compiler warnings on Windows.Michal Krol
2008-02-19gallium: add some casts to prevent likely msvc warningsBrian
2008-02-19gallium: implement correct sampling for RECT targets / unnormalized texcoordsBrian
2008-02-16gallium: add missing mip level clampBrian
2008-02-16gallium: tweak texture filter min/mag thresholdsBrian
2008-02-16gallium: implement min vs. mag filter determination for non-mipmapped texturesBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca