summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.h
Commit message (Expand)AuthorAgeFilesLines
* softpipe: add support for compute shaders. (v2)Dave Airlie2016-04-271-1/+3
* softpipe: add SSBO/shader atomics support.Dave Airlie2016-04-121-0/+2
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-0/+2
* softpipe: add support for explicit early depth testingDave Airlie2016-03-311-0/+2
* softpipe: tell draw about the vertex layout we wantRoland Scheidegger2016-01-071-4/+4
* softpipe: don't abuse the draw vertex_info struct for something differentRoland Scheidegger2016-01-071-1/+2
* softpipe: implement some support for multiple viewportsEdward O'Callaghan2015-12-111-3/+6
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger2014-08-301-0/+2
* softpipe: add layered rendering support.Dave Airlie2014-06-111-0/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* draw: clean up setting stream out information a bitRoland Scheidegger2013-08-271-1/+0
* Revert "draw: clear the draw buffers in draw"Zack Rusin2013-06-171-1/+0
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-0/+1
* draw: clear the draw buffers in drawZack Rusin2013-06-171-0/+1
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-0/+3
* softpipe: silence some MSVC signed/unsigned warningsBrian Paul2013-03-211-1/+1
* softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger2013-03-111-4/+4
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-1/+1
* softpipe: implement blitMarek Olšák2012-09-301-0/+3
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-1/+1
* softpipe: consolidate sampler-related arraysBrian Paul2012-08-061-15/+7
* softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul2012-08-061-3/+7
* gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-0/+5
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-101-7/+5
* Remove tgsi_sse2.José Fonseca2011-11-081-1/+0
* softpipe: implement blend color clampingBrian Paul2011-09-141-0/+1
* softpipe: use the polygon stipple utility moduleBrian Paul2011-07-211-2/+12
* softpipe: implement fragment shader variantsBrian Paul2011-07-211-0/+1
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-0/+9
* softpipe: rename sampler[] -> fragment_samplers[]Brian Paul2011-02-021-1/+1
* softpipe: rename fragment sampler/view fieldsBrian Paul2011-02-021-2/+2
* softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet2011-01-191-1/+1
* softpipe: s/tex_cache/fragment_tex_cache/Brian Paul2011-01-181-1/+1
* softpipe: s/varient/variantBrian Paul2010-12-161-4/+4
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-291-0/+1
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+1
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+6
* gallium: add basic support for stream output queriesZack Rusin2010-06-081-0/+1
* gallium: add interface for DrawAuto and implement it in softpipeZack Rusin2010-06-081-0/+6
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-0/+2
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-0/+3
* softpipe: fix dangling references to shaders in the TGSI executorBrian Paul2010-05-061-0/+2
* softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul2010-04-191-0/+5
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-3/+3
|\
| * Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-101-2/+2
| |\
| | * softpipe: adapt to new vertex element csoRoland Scheidegger2010-03-011-2/+2
| * | softpipe: silence warningKeith Whitwell2010-03-091-1/+1
| |/