summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-4/+4
|/
* softpipe: adapt to stencil ref changesRoland Scheidegger2010-02-101-0/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+3
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-2/+2
* gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-281-2/+2
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-1/+1
|\
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-1/+1
* | softpipe: implement conditional renderingBrian Paul2009-12-311-0/+4
* | softpipe: make it possible to dump geometry shader from the softpipeZack Rusin2009-12-251-0/+1
* | gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+1
|/
* sp: Implement separate vertex sampler state.Michal Krol2009-12-011-1/+6
* softpipe: whitespace and comment fixesBrian Paul2009-10-071-11/+8