index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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
2010-06-15
softpipe/gs: fix a crash when a gs isn't present
Zack Rusin
2010-06-11
gallium/softpipe/draw: support samplers in geometry shaders
Zack Rusin
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-11
gallium: Check for OOM condition when creating a sampler view.
Michal Krol
2010-03-02
softpipe: Implement sampler view swizzling.
Michal Krol
2009-12-10
gallium: Silence compiler warnings.
michal
2010-02-23
softpipe: Fix after sampler view changes.
Michal Krol
2010-02-19
gallium: WIP: Introduce sampler views.
Michal Krol
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