summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-35/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+7
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+10
* 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/+2
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-0/+21
* gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+3
* softpipe: Implement index bias.José Fonseca2010-04-191-1/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+5
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-5/+12
|\
| * gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-091-1/+1
| * softpipe: adapt to new vertex element csoRoland Scheidegger2010-03-011-5/+12
* | softpipe: Fix after sampler view changes.Michal Krol2010-02-231-0/+9
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-6/+6
|/
* softpipe: adapt to stencil ref changesRoland Scheidegger2010-02-101-2/+5
* softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri2010-01-291-0/+3
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-1/+1
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-1/+1
* | Merge branch 'instanced-arrays'Michal Krol2010-01-141-0/+18
|\ \
| * | gallium: draw_arrays/elements_instanced() are of type void.Michal Krol2010-01-121-2/+2
| * | Merge branch 'master' into instanced-arraysMichal Krol2010-01-051-0/+10
| |\ \
| * | | sp: Implement draw_elements_instanced().Michal Krol2009-12-301-0/+10
| * | | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-291-0/+8
| | |/ | |/|
* | | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-8/+8
|\ \ \ | |_|/ |/| |
| * | gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-211-8/+8
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+10
| |/ |/|
* | gallium: more work for edgeflags changesRoland Scheidegger2009-12-141-4/+0
|/
* sp: Implement separate vertex sampler state.Michal Krol2009-12-011-0/+9
* softpipe: rework texture sampling codeKeith Whitwell2009-08-211-0/+1
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-131-1/+1
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-2/+2
* softpipe: Fix function prototype.Michal Krol2008-11-251-1/+1
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-1/+1
* draw: draw_range_elements trialKeith Whitwell2008-05-291-0/+7
* gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul2008-05-171-3/+4
* gallium: plug in softpipe_set_edgeflags() functionBrian Paul2008-04-241-0/+3
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-6/+6
* gallium: remove DOS carriage returnsBrian2008-03-141-195/+195
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-195/+195
* gallium: remove unnecessary tgsi_interp_coef declBrian2008-02-271-1/+0
* gallium: remove uses_kill field from softpipe_shaderBrian2008-02-271-2/+0
* gallium: added tgsi_shader_field to sp_fragment_shaderBrian2008-02-261-2/+4
* gallium: disable early Z test if fragment shader contains KIL instruction.Brian2008-02-231-0/+3
* gallium: MSVC fixes.José Fonseca2008-02-241-2/+2
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-16/+22
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+187