index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_tex_sample.c
Age
Commit message (
Expand
)
Author
2009-06-29
softpipe: use shadow_compare4() to compare texcoord to four texture samples
Brian Paul
2009-06-29
softpipe: pass sampler state to shadow_compare()
Brian Paul
2009-06-19
softpipe: return alpha=1 in shadow_compare() function
Brian Paul
2009-02-11
softpipe: rename sp_headers.h to sp_quad.h
Brian
2008-12-17
softpipe: fix vertex shader texture sampling
Brian Paul
2008-12-01
softpipe: minor tweaks, clean-ups
Brian
2008-12-01
softpipe: compute nearest/linear texcoords four at a time.
Brian
2008-12-01
gallium: minor texture-related clean-ups, comments, etc
Brian
2008-11-23
softpipe: remove old/unneeded dependencies between TGSI exec and softpipe
Brian
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
gallium: stop using ifloor(), FABSF(), etc
Brian Paul
2008-08-22
gallium: replace LOG2() macro with util_fast_log2() inline func
Brian Paul
2008-08-07
gallium: s/pf_sprint_name/pf_name/
Brian Paul
2008-08-07
gallium: s/printf/debug_printf/
Brian Paul
2008-08-07
gallium: new/better debug code (disabled)
Brian Paul
2008-08-07
softpipe: Silence compiler warnings on Windows.
Michal Krol
2008-08-06
softpipe: add texture border color code
Brian Paul
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-05-02
gallium: new debug code (disabled)
Brian Paul
2008-04-22
softpipe: do something sensible on an error path, squash warning
Keith Whitwell
2008-03-12
gallium: Add TEX_FILTER_ANISO img filter
Keith Whitwell
2008-02-23
gallium: Silence compiler warnings on Windows.
Michal Krol
2008-02-19
gallium: add some casts to prevent likely msvc warnings
Brian
2008-02-19
gallium: implement correct sampling for RECT targets / unnormalized texcoords
Brian
2008-02-16
gallium: add missing mip level clamp
Brian
2008-02-16
gallium: tweak texture filter min/mag thresholds
Brian
2008-02-16
gallium: implement min vs. mag filter determination for non-mipmapped textures
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca