summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-01sp: Implement separate vertex sampler state.Michal Krol1-0/+9
2009-08-21softpipe: rework texture sampling codeKeith Whitwell1-0/+1
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell1-1/+1
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-2/+2
2008-11-25softpipe: Fix function prototype.Michal Krol1-1/+1
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca1-1/+1
2008-05-29draw: draw_range_elements trialKeith Whitwell1-0/+7
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul1-3/+4
2008-04-24gallium: plug in softpipe_set_edgeflags() functionBrian Paul1-0/+3
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul1-6/+6
2008-03-14gallium: remove DOS carriage returnsBrian1-195/+195
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell1-195/+195
2008-02-27gallium: remove unnecessary tgsi_interp_coef declBrian1-1/+0
2008-02-27gallium: remove uses_kill field from softpipe_shaderBrian1-2/+0
2008-02-26gallium: added tgsi_shader_field to sp_fragment_shaderBrian1-2/+4
2008-02-23gallium: disable early Z test if fragment shader contains KIL instruction.Brian1-0/+3
2008-02-24gallium: MSVC fixes.José Fonseca1-2/+2
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell1-0/+193
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+187