aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_derived.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-1/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-2/+2
* softpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-1/+1
* softpipe: add support for compute shaders. (v2)Dave Airlie2016-04-271-0/+6
* softpipe: add SSBO/shader atomics support.Dave Airlie2016-04-121-1/+2
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-1/+2
* softpipe: tell draw about the vertex layout we wantRoland Scheidegger2016-01-071-51/+98
* draw: nuke the interp parameter from vertex_infoRoland Scheidegger2016-01-071-8/+8
* softpipe: don't abuse the draw vertex_info struct for something differentRoland Scheidegger2016-01-071-27/+22
* softpipe: fix mapping of "special" vs outputsRoland Scheidegger2016-01-071-12/+17
* softpipe: implement some support for multiple viewportsEdward O'Callaghan2015-12-111-27/+49
* softpipe: check for SP_NEW_STIPPLE when building quad pipelineBrian Paul2014-10-311-0/+1
* softpipe: add layered rendering support.Dave Airlie2014-06-111-0/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe: fix the regressionsZack Rusin2013-08-081-2/+0
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-021-0/+2
* softpipe: draw_find_shader_output returns -1 on invalid outputsZack Rusin2013-05-301-1/+1
* draw: fixup draw_find_shader_outputZack Rusin2013-05-251-1/+1
* softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger2013-03-111-7/+26
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-2/+2
* softpipe: fix unreliable FS variant binding bugBrian Paul2012-12-191-0/+6
* llvmpipe: remove polygon stipple assertionBrian Paul2012-08-171-2/+0
* softpipe: consolidate sampler-related arraysBrian Paul2012-08-061-3/+3
* softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul2012-08-061-38/+14
* softpipe: move var initialization to silence warningBrian Paul2012-01-241-2/+1
* gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie2012-01-101-2/+8
* softpipe: try and use back color for a slot if color fails.Dave Airlie2011-12-221-0/+5
* softpipe: fix memory leaksMorgan Armand2011-11-071-1/+4
* softpipe: use the polygon stipple utility moduleBrian Paul2011-07-211-4/+74
* softpipe: implement fragment shader variantsBrian Paul2011-07-211-7/+47
* softpipe: added some null pointer checksBrian Paul2011-01-181-3/+3
* softpipe: s/tex_cache/fragment_tex_cache/Brian Paul2011-01-181-1/+1
* softpipe: s/varient/variantBrian Paul2010-12-161-1/+1
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+13
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+2
* softpipe: remove unnecessary #includeBrian Paul2010-02-021-1/+0
* llvmpipe: fix (potentially) broken AA points, AA linesBrian Paul2010-02-021-1/+1
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-5/+5
* sp: Implement separate vertex sampler state.Michal Krol2009-12-011-0/+13
* softpipe: Sanitise shader semantic and interpolator handling.Michal Krol2009-11-021-24/+10
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-20/+62
|\
| * softpipe: disable a _debug_printf()Brian Paul2009-09-221-0/+2
| * softpipe: remove old prim_setup draw stageKeith Whitwell2009-08-231-15/+10
| * Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell2009-08-231-3/+3
| |\
| | * softpipe: split texture and surface tile cachesKeith Whitwell2009-08-181-1/+1
| * | softpipe: minor code refactoring to remove softpipe/tile cache dependenciesBrian Paul2009-08-211-1/+12
| * | softpipe: rework texture sampling codeKeith Whitwell2009-08-211-14/+4
| * | softpipe: allow the existing sampler routines to be hooked up directlyKeith Whitwell2009-08-201-1/+2
| |/
| * softpipe: example fast paths for simple samplersKeith Whitwell2009-07-271-0/+1
| * softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-07-271-3/+1