aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* softpipe: whitespace/indentation fixesBrian Paul2009-11-191-5/+3
* softpipe: add missing check in softpipe_is_texture_referenced()Brian Paul2009-11-191-2/+8
* softpipe: Grab a ref when the fb is set.Younes Manton2009-09-271-2/+7
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-64/+23
|\
| * softpipe: fix polygon stippleKeith Whitwell2009-09-221-2/+0
| * softpipe: remove old prim_setup draw stageKeith Whitwell2009-08-231-13/+13
| * softpipe: add missing headerKeith Whitwell2009-08-231-0/+1
| * Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell2009-08-231-2/+2
| |\
| | * softpipe: split texture and surface tile cachesKeith Whitwell2009-08-181-2/+2
| * | softpipe: rework texture sampling codeKeith Whitwell2009-08-211-15/+0
| * | softpipe: allow the existing sampler routines to be hooked up directlyKeith Whitwell2009-08-201-2/+4
| |/
| * softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-07-271-12/+0
| * softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell2009-07-241-4/+0
| * softpipe: rip out old mulithread supportKeith Whitwell2009-07-241-26/+22
| * softpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell2009-07-231-4/+1