summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell2009-08-231-2/+2
|\
| * softpipe: split texture and surface tile cachesKeith Whitwell2009-08-181-2/+2
* | softpipe: remove duplicate #include, move anotherBrian Paul2009-08-211-2/+1
* | softpipe: per-unit sampler varientsBrian Paul2009-08-211-4/+20
* | softpipe: rework texture sampling codeKeith Whitwell2009-08-211-1/+103
|/
* softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell2009-07-221-1/+1
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: Silence MSVC warnings.José Fonseca2008-03-121-3/+5
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-17/+39
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-1/+1
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-1/+2
* gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian2008-02-201-1/+1
* Code reorganization: update build.José Fonseca2008-02-151-2/+2
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+93