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_derived.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
1
-1
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-2
/
+2
*
softpipe: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-1
/
+1
*
softpipe: add support for compute shaders. (v2)
Dave Airlie
2016-04-27
1
-0
/
+6
*
softpipe: add SSBO/shader atomics support.
Dave Airlie
2016-04-12
1
-1
/
+2
*
softpipe: add image support to softpipe (v3)
Dave Airlie
2016-03-31
1
-1
/
+2
*
softpipe: tell draw about the vertex layout we want
Roland Scheidegger
2016-01-07
1
-51
/
+98
*
draw: nuke the interp parameter from vertex_info
Roland Scheidegger
2016-01-07
1
-8
/
+8
*
softpipe: don't abuse the draw vertex_info struct for something different
Roland Scheidegger
2016-01-07
1
-27
/
+22
*
softpipe: fix mapping of "special" vs outputs
Roland Scheidegger
2016-01-07
1
-12
/
+17
*
softpipe: implement some support for multiple viewports
Edward O'Callaghan
2015-12-11
1
-27
/
+49
*
softpipe: check for SP_NEW_STIPPLE when building quad pipeline
Brian Paul
2014-10-31
1
-0
/
+1
*
softpipe: add layered rendering support.
Dave Airlie
2014-06-11
1
-0
/
+6
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
softpipe: fix the regressions
Zack Rusin
2013-08-08
1
-2
/
+0
*
draw: inject frontface info into wireframe outputs
Zack Rusin
2013-08-02
1
-0
/
+2
*
softpipe: draw_find_shader_output returns -1 on invalid outputs
Zack Rusin
2013-05-30
1
-1
/
+1
*
draw: fixup draw_find_shader_output
Zack Rusin
2013-05-25
1
-1
/
+1
*
softpipe: don't use samplers with prebaked sampler and sampler_view state
Roland Scheidegger
2013-03-11
1
-7
/
+26
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-2
/
+2
*
softpipe: fix unreliable FS variant binding bug
Brian Paul
2012-12-19
1
-0
/
+6
*
llvmpipe: remove polygon stipple assertion
Brian Paul
2012-08-17
1
-2
/
+0
*
softpipe: consolidate sampler-related arrays
Brian Paul
2012-08-06
1
-3
/
+3
*
softpipe: combine vert/frag/geom texture caches in an array
Brian Paul
2012-08-06
1
-38
/
+14
*
softpipe: move var initialization to silence warning
Brian Paul
2012-01-24
1
-2
/
+1
*
gallium: introduce GLSL based interpolation rules. (v2)
Dave Airlie
2012-01-10
1
-2
/
+8
*
softpipe: try and use back color for a slot if color fails.
Dave Airlie
2011-12-22
1
-0
/
+5
*
softpipe: fix memory leaks
Morgan Armand
2011-11-07
1
-1
/
+4
*
softpipe: use the polygon stipple utility module
Brian Paul
2011-07-21
1
-4
/
+74
*
softpipe: implement fragment shader variants
Brian Paul
2011-07-21
1
-7
/
+47
*
softpipe: added some null pointer checks
Brian Paul
2011-01-18
1
-3
/
+3
*
softpipe: s/tex_cache/fragment_tex_cache/
Brian Paul
2011-01-18
1
-1
/
+1
*
softpipe: s/varient/variant
Brian Paul
2010-12-16
1
-1
/
+1
*
gallium/softpipe/draw: support samplers in geometry shaders
Zack Rusin
2010-06-11
1
-0
/
+13
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-2
/
+2
*
softpipe: remove unnecessary #include
Brian Paul
2010-02-02
1
-1
/
+0
*
llvmpipe: fix (potentially) broken AA points, AA lines
Brian Paul
2010-02-02
1
-1
/
+1
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-5
/
+5
*
sp: Implement separate vertex sampler state.
Michal Krol
2009-12-01
1
-0
/
+13
*
softpipe: Sanitise shader semantic and interpolator handling.
Michal Krol
2009-11-02
1
-24
/
+10
*
Merge branch 'softpipe-opt'
Keith Whitwell
2009-09-23
1
-20
/
+62
|
\
|
*
softpipe: disable a _debug_printf()
Brian Paul
2009-09-22
1
-0
/
+2
|
*
softpipe: remove old prim_setup draw stage
Keith Whitwell
2009-08-23
1
-15
/
+10
|
*
Merge branch 'tex-tilecache' into softpipe-opt
Keith Whitwell
2009-08-23
1
-3
/
+3
|
|
\
|
|
*
softpipe: split texture and surface tile caches
Keith Whitwell
2009-08-18
1
-1
/
+1
|
*
|
softpipe: minor code refactoring to remove softpipe/tile cache dependencies
Brian Paul
2009-08-21
1
-1
/
+12
|
*
|
softpipe: rework texture sampling code
Keith Whitwell
2009-08-21
1
-14
/
+4
|
*
|
softpipe: allow the existing sampler routines to be hooked up directly
Keith Whitwell
2009-08-20
1
-1
/
+2
|
|
/
|
*
softpipe: example fast paths for simple samplers
Keith Whitwell
2009-07-27
1
-0
/
+1
|
*
softpipe: move all depth/stencil/alpha pixel processing into one stage
Keith Whitwell
2009-07-27
1
-3
/
+1
[next]