index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_state_sampler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-5
/
+3
*
softpipe: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-4
/
+4
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
1
-1
/
+1
*
softpipe: fix using non-zero layer in non-array view from array resource
Roland Scheidegger
2015-10-24
1
-4
/
+4
*
softpipe: enable ARB_texture_view
Roland Scheidegger
2015-05-13
1
-5
/
+7
*
softpipe: handle vertex texture sampling when using llvm for draw
Roland Scheidegger
2014-08-30
1
-0
/
+156
*
softpipe: remove no-op checks in sampler, sampler_view functions
Brian Paul
2014-04-03
1
-14
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-31
/
+1
*
softpipe: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-31
/
+0
*
softpipe: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
softpipe: don't use samplers with prebaked sampler and sampler_view state
Roland Scheidegger
2013-03-11
1
-164
/
+20
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-2
/
+2
*
softpipe: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-25
/
+49
*
gallium: add a shader stage/type param to some draw functions
Brian Paul
2012-08-16
1
-6
/
+8
*
softpipe: consolidate vert/frag/geom sampler setting functions
Brian Paul
2012-08-06
1
-112
/
+54
*
softpipe: consolidate sampler-related arrays
Brian Paul
2012-08-06
1
-77
/
+76
*
softpipe: combine vert/frag/geom texture caches in an array
Brian Paul
2012-08-06
1
-6
/
+6
*
softpipe: implement fragment shader variants
Brian Paul
2011-07-21
1
-1
/
+2
*
softpipe: rename sampler[] -> fragment_samplers[]
Brian Paul
2011-02-02
1
-5
/
+5
*
softpipe: rename fragment sampler/view fields
Brian Paul
2011-02-02
1
-4
/
+4
*
softpipe: Bind samplers to views instead of the underlying resource.
Henri Verbeet
2011-01-19
1
-29
/
+12
*
softpipe: Get rid of the redundant resource parameter to get_sampler_variant().
Henri Verbeet
2011-01-19
1
-5
/
+1
*
softpipe: rename some functions for consistency
Brian Paul
2011-01-18
1
-7
/
+7
*
softpipe: s/tex_cache/fragment_tex_cache/
Brian Paul
2011-01-18
1
-2
/
+2
*
softpipe: s/varient/variant
Brian Paul
2010-12-16
1
-23
/
+23
*
softpipe: do texture swizzle during texture sampling
Brian Paul
2010-12-14
1
-0
/
+8
*
gallium/softpipe: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
softpipe: make sampler state functions static
Brian Paul
2010-09-25
1
-14
/
+27
*
softpipe: add missing calls to set draw vertex samplers/views
Brian Paul
2010-09-21
1
-0
/
+8
*
softpipe/gs: fix a crash when a gs isn't present
Zack Rusin
2010-06-15
1
-16
/
+20
*
gallium/softpipe/draw: support samplers in geometry shaders
Zack Rusin
2010-06-11
1
-0
/
+77
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-7
/
+8
*
gallium: Check for OOM condition when creating a sampler view.
Michal Krol
2010-03-11
1
-5
/
+7
*
softpipe: Implement sampler view swizzling.
Michal Krol
2010-03-02
1
-4
/
+2
*
gallium: Silence compiler warnings.
michal
2009-12-10
1
-3
/
+0
*
softpipe: Fix after sampler view changes.
Michal Krol
2010-02-23
1
-0
/
+29
*
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-24
/
+39
*
sp: Implement separate vertex sampler state.
Michal Krol
2009-12-01
1
-5
/
+64
*
Merge branch 'tex-tilecache' into softpipe-opt
Keith Whitwell
2009-08-23
1
-2
/
+2
|
\
|
*
softpipe: split texture and surface tile caches
Keith Whitwell
2009-08-18
1
-2
/
+2
*
|
softpipe: remove duplicate #include, move another
Brian Paul
2009-08-21
1
-2
/
+1
*
|
softpipe: per-unit sampler varients
Brian Paul
2009-08-21
1
-4
/
+20
*
|
softpipe: rework texture sampling code
Keith Whitwell
2009-08-21
1
-1
/
+103
|
/
*
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-07-22
1
-1
/
+1
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
[next]