summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian1-1/+1
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul1-16/+58
2008-12-01softpipe: minor tweaks, clean-upsBrian1-13/+4
2008-12-01softpipe: compute nearest/linear texcoords four at a time.Brian1-335/+413
2008-12-01gallium: minor texture-related clean-ups, comments, etcBrian1-14/+14
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian1-115/+147
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-08-22gallium: stop using ifloor(), FABSF(), etcBrian Paul1-36/+36
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul1-1/+2
2008-08-07gallium: s/pf_sprint_name/pf_name/Brian Paul1-3/+2
2008-08-07gallium: s/printf/debug_printf/Brian Paul1-2/+2
2008-08-07gallium: new/better debug code (disabled)Brian Paul1-0/+7
2008-08-07softpipe: Silence compiler warnings on Windows.Michal Krol1-3/+3
2008-08-06softpipe: add texture border color codeBrian Paul1-9/+19
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca1-1/+1
2008-05-02gallium: new debug code (disabled)Brian Paul1-0/+14
2008-04-22softpipe: do something sensible on an error path, squash warningKeith Whitwell1-0/+2
2008-03-12gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell1-0/+3
2008-02-23gallium: Silence compiler warnings on Windows.Michal Krol1-3/+3
2008-02-19gallium: add some casts to prevent likely msvc warningsBrian1-3/+3
2008-02-19gallium: implement correct sampling for RECT targets / unnormalized texcoordsBrian1-25/+143
2008-02-16gallium: add missing mip level clampBrian1-1/+2
2008-02-16gallium: tweak texture filter min/mag thresholdsBrian1-3/+5
2008-02-16gallium: implement min vs. mag filter determination for non-mipmapped texturesBrian1-0/+13
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+916