aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: rename sampler[] -> fragment_samplers[]Brian Paul2011-02-021-5/+5
* softpipe: rename fragment sampler/view fieldsBrian Paul2011-02-021-4/+4
* softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet2011-01-191-29/+12
* softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet2011-01-191-5/+1
* softpipe: rename some functions for consistencyBrian Paul2011-01-181-7/+7
* softpipe: s/tex_cache/fragment_tex_cache/Brian Paul2011-01-181-2/+2
* softpipe: s/varient/variantBrian Paul2010-12-161-23/+23
* softpipe: do texture swizzle during texture samplingBrian Paul2010-12-141-0/+8
* gallium/softpipe: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* softpipe: make sampler state functions staticBrian Paul2010-09-251-14/+27
* softpipe: add missing calls to set draw vertex samplers/viewsBrian Paul2010-09-211-0/+8
* softpipe/gs: fix a crash when a gs isn't presentZack Rusin2010-06-151-16/+20
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+77
* Squashed commit of the following:Keith Whitwell2010-04-101-7/+8
* gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* softpipe: Implement sampler view swizzling.Michal Krol2010-03-021-4/+2
* gallium: Silence compiler warnings.michal2009-12-101-3/+0
* softpipe: Fix after sampler view changes.Michal Krol2010-02-231-0/+29
* gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-24/+39
* sp: Implement separate vertex sampler state.Michal Krol2009-12-011-5/+64
* 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