summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+1
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+1
* | softpipe: fix dangling references to shaders in the TGSI executorBrian Paul2010-05-061-0/+5
|/
* softpipe: call draw_wide_point_sprites()Brian Paul2010-04-211-0/+2
* softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul2010-04-191-0/+4
* Merge branch '7.8'Brian Paul2010-04-191-1/+1
|\
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+1
* | Squashed commit of the following:Keith Whitwell2010-04-101-11/+7
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-4/+6
|\ \