aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: fix vertex shader texture samplingBrian Paul2008-12-171-16/+58
* softpipe: minor tweaks, clean-upsBrian2008-12-011-13/+4
* softpipe: compute nearest/linear texcoords four at a time.Brian2008-12-011-335/+413
* gallium: minor texture-related clean-ups, comments, etcBrian2008-12-011-14/+14
* softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian2008-11-231-115/+147
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: stop using ifloor(), FABSF(), etcBrian Paul2008-08-221-36/+36
* gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul2008-08-221-1/+2
* gallium: s/pf_sprint_name/pf_name/Brian Paul2008-08-071-3/+2
* gallium: s/printf/debug_printf/Brian Paul2008-08-071-2/+2
* gallium: new/better debug code (disabled)Brian Paul2008-08-071-0/+7
* softpipe: Silence compiler warnings on Windows.Michal Krol2008-08-071-3/+3
* softpipe: add texture border color codeBrian Paul2008-08-061-9/+19
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-1/+1
* gallium: new debug code (disabled)Brian Paul2008-05-021-0/+14
* softpipe: do something sensible on an error path, squash warningKeith Whitwell2008-04-221-0/+2
* gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell2008-03-121-0/+3
* gallium: Silence compiler warnings on Windows.Michal Krol2008-02-231-3/+3
* gallium: add some casts to prevent likely msvc warningsBrian2008-02-191-3/+3
* gallium: implement correct sampling for RECT targets / unnormalized texcoordsBrian2008-02-191-25/+143
* gallium: add missing mip level clampBrian2008-02-161-1/+2
* gallium: tweak texture filter min/mag thresholdsBrian2008-02-161-3/+5
* gallium: implement min vs. mag filter determination for non-mipmapped texturesBrian2008-02-161-0/+13
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+916