summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-3/+3
* softpipe: minor asst. clean-upsBrian Paul2010-09-251-3/+2
* softpipe: make clip state functions staticBrian Paul2010-09-251-5/+1
* softpipe: make stream out state functions staticBrian Paul2010-09-251-5/+1
* softpipe: make rasterizer state functions staticBrian Paul2010-09-251-6/+1
* softpipe: make vertex state functions staticBrian Paul2010-09-251-5/+1
* softpipe: make sampler state functions staticBrian Paul2010-09-251-11/+2
* softpipe: make blend/stencil/depth functions staticBrian Paul2010-09-251-10/+1
* softpipe: make shader-related functions staticBrian Paul2010-09-251-12/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-5/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+2
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-1/+23
* 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/+1
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-1/+5
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+1
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+1
* | softpipe: fix dangling references to shaders in the TGSI executorBrian Paul2010-05-061-0/+5
|/
* softpipe: call draw_wide_point_sprites()Brian Paul2010-04-211-0/+2
* softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul2010-04-191-0/+4
* Merge branch '7.8'Brian Paul2010-04-191-1/+1
|\
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+1
* | Squashed commit of the following:Keith Whitwell2010-04-101-11/+7
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-4/+6
|\ \
| * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-4/+6
* | | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-2/+5
|\| |
| * | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-101-1/+4
| |\ \
| | * | softpipe: adapt to new vertex element csoRoland Scheidegger2010-03-011-1/+4
| | |/
| * / softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-1/+1
| |/
* | softpipe: Fix after sampler view changes.Michal Krol2010-02-231-0/+2
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-4/+4
|/
* softpipe: adapt to stencil ref changesRoland Scheidegger2010-02-101-0/+1
* softpipe: Remove unnecessary headers.Vinson Lee2010-02-081-1/+0
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-1/+3
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-1/+1
* gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-281-3/+7
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * softpipe: Remove unnecessary headers.Vinson Lee2010-01-201-1/+0
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-2/+2
|\ \
| * | gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-2/+2
* | | Merge branch 'master' into instanced-arraysMichal Krol2010-01-051-0/+20
|\ \ \
| * | | softpipe: implement conditional renderingBrian Paul2009-12-311-0/+15
| * | | 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/+4
| |/ /
* | | sp: Implement draw_elements_instanced().Michal Krol2009-12-301-0/+1
* | | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-291-0/+1
|/ /
* | gallium: more work for edgeflags changesRoland Scheidegger2009-12-141-2/+0
* | sp: Implement separate vertex sampler state.Michal Krol2009-12-011-4/+18
* | Fix indentation.Alan Hourihane2009-11-201-3/+4
|/