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_state_sampler.c
Age
Commit message (
Expand
)
Author
2009-12-01
sp: Implement separate vertex sampler state.
Michal Krol
2009-08-23
Merge branch 'tex-tilecache' into softpipe-opt
Keith Whitwell
2009-08-21
softpipe: remove duplicate #include, move another
Brian Paul
2009-08-21
softpipe: per-unit sampler varients
Brian Paul
2009-08-21
softpipe: rework texture sampling code
Keith Whitwell
2009-08-18
softpipe: split texture and surface tile caches
Keith Whitwell
2009-07-22
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-03-04
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-03-12
gallium: Silence MSVC warnings.
José Fonseca
2008-03-05
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-02-26
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-20
gallium: replace some ordinary assignments with pipe_reference_texture()
Brian
2008-02-20
gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca