summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-8/+8
* softpipe: add support for compute shaders. (v2)Dave Airlie2016-04-271-0/+3
* tgsi: pass a shader type to the machine create and clean up.Dave Airlie2016-04-261-1/+1
* softpipe: Free tgsi.image elements on context destruction.Jose Fonseca2016-04-131-0/+2
* softpipe: add SSBO/shader atomics support.Dave Airlie2016-04-121-0/+15
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-2/+18
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+2
* gallium/vl: remove remaining softpipe video functionsChristian König2014-02-131-5/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-1/+1
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-0/+2
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-11/+18
* gallium: unify transfer functionsMarek Olšák2012-10-111-32/+0
* softpipe: implement blitMarek Olšák2012-09-301-0/+11
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-6/+2
* softpipe: consolidate sampler-related arraysBrian Paul2012-08-061-17/+6
* softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul2012-08-061-41/+29
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* softpipe: fix llvm buildDave Airlie2012-01-111-1/+1
* softpipe: allow softpipe to set shader params depending on runtime llvm (v3)Dave Airlie2012-01-111-2/+3
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-101-1/+0
* softpipe: Don't use llvm in drawJakob Bornecrantz2012-01-091-1/+4
* gallium: disable stream output in drivers that support itMarek Olšák2011-12-151-1/+1
* Remove tgsi_sse2.José Fonseca2011-11-081-6/+0
* Merge branch 'gallium-polygon-stipple'Brian Paul2011-07-211-0/+14
|\
| * softpipe: use the polygon stipple utility moduleBrian Paul2011-07-211-0/+14
* | [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-0/+2
* | [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-0/+3
|/
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-13/+11
* softpipe: rename env vars to be consistentBrian Paul2011-02-171-2/+2
* softpipe: check for null pointers during context create/destroyBrian Paul2011-01-201-5/+21
* 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-4/+4
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-0/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-3/+3
* softpipe: minor asst. clean-upsBrian Paul2010-09-251-3/+2
* softpipe: make clip state functions staticBrian Paul2010-09-251-5/+1
* softpipe: make stream out state functions staticBrian Paul2010-09-251-5/+1
* softpipe: make rasterizer state functions staticBrian Paul2010-09-251-6/+1
* softpipe: make vertex state functions staticBrian Paul2010-09-251-5/+1
* softpipe: make sampler state functions staticBrian Paul2010-09-251-11/+2
* softpipe: make blend/stencil/depth functions staticBrian Paul2010-09-251-10/+1
* softpipe: make shader-related functions staticBrian Paul2010-09-251-12/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-5/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+2
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-1/+23
* gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2010-06-081-1/+1
* gallium: add interface for DrawAuto and implement it in softpipeZack Rusin2010-06-081-0/+1
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-1/+5