aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-1/+1
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+1
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-5/+3
* softpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-4/+4
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-251-1/+1
* softpipe: fix using non-zero layer in non-array view from array resourceRoland Scheidegger2015-10-241-4/+4
* softpipe: enable ARB_texture_viewRoland Scheidegger2015-05-131-5/+7
* softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger2014-08-301-0/+156
* softpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-14/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-31/+1
* softpipe: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-31/+0
* softpipe: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+1
* softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger2013-03-111-164/+20
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-2/+2
* softpipe: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-25/+49
* gallium: add a shader stage/type param to some draw functionsBrian Paul2012-08-161-6/+8
* softpipe: consolidate vert/frag/geom sampler setting functionsBrian Paul2012-08-061-112/+54
* softpipe: consolidate sampler-related arraysBrian Paul2012-08-061-77/+76
* softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul2012-08-061-6/+6
* softpipe: implement fragment shader variantsBrian Paul2011-07-211-1/+2
* 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