summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-03-11softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger1-0/+8
2013-02-28softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger1-1/+1
2012-12-19softpipe: fix up FS variant unbinding / deletionBrian Paul1-1/+2
2012-10-11gallium: unify transfer functionsMarek Olšák1-6/+0
2012-01-10draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie1-3/+0
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-1/+1
2011-07-21softpipe: use the polygon stipple utility moduleBrian Paul1-2/+10
2011-07-21softpipe: implement fragment shader variantsBrian Paul1-18/+36
2011-07-21softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul1-3/+0
2010-12-24softpipe: add support for color writes all color bufs propertyDave Airlie1-1/+1
2010-09-25softpipe: minor asst. clean-upsBrian Paul1-9/+9
2010-09-25softpipe: make clip state functions staticBrian Paul1-13/+3
2010-09-25softpipe: make stream out state functions staticBrian Paul1-15/+3
2010-09-25softpipe: make rasterizer state functions staticBrian Paul1-5/+2
2010-09-25softpipe: make vertex state functions staticBrian Paul1-12/+2
2010-09-25softpipe: make sampler state functions staticBrian Paul1-34/+2
2010-09-25softpipe: make blend/stencil/depth functions staticBrian Paul1-22/+2
2010-09-25softpipe: make shader-related functions staticBrian Paul1-16/+2
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul1-0/+2
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-35/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+7
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin1-0/+10
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin1-1/+1
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin1-0/+2
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin1-0/+21
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger1-0/+3
2010-04-19softpipe: Implement index bias.José Fonseca1-1/+3
2010-04-10Squashed commit of the following:Keith Whitwell1-5/+5
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-5/+12
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger1-1/+1
2010-03-01softpipe: adapt to new vertex element csoRoland Scheidegger1-5/+12
2010-02-10softpipe: adapt to stencil ref changesRoland Scheidegger1-2/+5
2010-01-29softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri1-0/+3
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-1/+1
2010-01-14Merge branch 'instanced-arrays'Michal Krol1-0/+18
2010-01-12gallium: draw_arrays/elements_instanced() are of type void.Michal Krol1-2/+2
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell1-8/+8
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol1-0/+10
2009-12-30sp: Implement draw_elements_instanced().Michal Krol1-0/+10
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol1-0/+8
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-0/+10
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-1/+1
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell1-8/+8
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger1-4/+0
2010-02-23softpipe: Fix after sampler view changes.Michal Krol1-0/+9
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol1-6/+6
2009-12-01sp: Implement separate vertex sampler state.Michal Krol1-0/+9
2009-08-21softpipe: rework texture sampling codeKeith Whitwell1-0/+1