summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-08-27draw: clean up setting stream out information a bitRoland Scheidegger1-1/+0
2013-06-17Revert "draw: clear the draw buffers in draw"Zack Rusin1-1/+0
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-0/+1
2013-06-17draw: clear the draw buffers in drawZack Rusin1-0/+1
2013-04-16draw: implement pipeline statistics in the draw moduleZack Rusin1-0/+3
2013-03-21softpipe: silence some MSVC signed/unsigned warningsBrian Paul1-1/+1
2013-03-11softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger1-4/+4
2013-02-28softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger1-1/+1
2012-09-30softpipe: implement blitMarek Olšák1-0/+3
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-1/+1
2012-08-06softpipe: consolidate sampler-related arraysBrian Paul1-15/+7
2012-08-06softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul1-3/+7
2012-04-30gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák1-0/+5
2012-01-10draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie1-7/+5
2011-11-08Remove tgsi_sse2.José Fonseca1-1/+0
2011-09-14softpipe: implement blend color clampingBrian Paul1-0/+1
2011-07-21softpipe: use the polygon stipple utility moduleBrian Paul1-2/+12
2011-07-21softpipe: implement fragment shader variantsBrian Paul1-0/+1
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-0/+9
2011-02-02softpipe: rename sampler[] -> fragment_samplers[]Brian Paul1-1/+1
2011-02-02softpipe: rename fragment sampler/view fieldsBrian Paul1-2/+2
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet1-1/+1
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul1-1/+1
2010-12-16softpipe: s/varient/variantBrian Paul1-4/+4
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul1-0/+1
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+1
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin1-0/+6
2010-06-08gallium: add basic support for stream output queriesZack Rusin1-0/+1
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin1-0/+6
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin1-0/+2
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-0/+3
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul1-0/+2
2010-04-19softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul1-0/+5
2010-04-10Squashed commit of the following:Keith Whitwell1-1/+1
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-3/+3
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell1-2/+2
2010-03-09softpipe: silence warningKeith Whitwell1-1/+1
2010-03-01softpipe: adapt to new vertex element csoRoland Scheidegger1-2/+2
2010-02-10softpipe: adapt to stencil ref changesRoland Scheidegger1-0/+1
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-0/+3
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol1-2/+2
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol1-2/+2
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-1/+1
2009-12-31softpipe: implement conditional renderingBrian Paul1-0/+4
2009-12-25softpipe: make it possible to dump geometry shader from the softpipeZack Rusin1-0/+1
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-0/+1
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-1/+1
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol1-4/+4
2009-12-01sp: Implement separate vertex sampler state.Michal Krol1-1/+6