summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_sampler.c
AgeCommit message (Expand)Author
2011-02-02softpipe: rename sampler[] -> fragment_samplers[]Brian Paul
2011-02-02softpipe: rename fragment sampler/view fieldsBrian Paul
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet
2011-01-19softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet
2011-01-18softpipe: rename some functions for consistencyBrian Paul
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul
2010-12-16softpipe: s/varient/variantBrian Paul
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul
2010-09-30gallium/softpipe: remove duplicated includeNicolas Kaiser
2010-09-25softpipe: make sampler state functions staticBrian Paul
2010-09-21softpipe: add missing calls to set draw vertex samplers/viewsBrian Paul
2010-06-15softpipe/gs: fix a crash when a gs isn't presentZack Rusin
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol
2010-03-02softpipe: Implement sampler view swizzling.Michal Krol
2009-12-10gallium: Silence compiler warnings.michal
2010-02-23softpipe: Fix after sampler view changes.Michal Krol
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol
2009-12-01sp: Implement separate vertex sampler state.Michal Krol
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell
2009-08-21softpipe: remove duplicate #include, move anotherBrian Paul
2009-08-21softpipe: per-unit sampler varientsBrian Paul
2009-08-21softpipe: rework texture sampling codeKeith Whitwell
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-03-12gallium: Silence MSVC warnings.José Fonseca
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-26gallium: remove pipe parameter from pipe_texture_reference()Brian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-20gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca