aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell2009-07-221-6/+2
* | softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul2009-09-101-1/+0
* | softpipe: reformatting, clean-ups, commentsBrian Paul2009-09-101-6/+20
|/
* softpipe: Fix softpipe_is_texture_referenced.José Fonseca2009-06-151-0/+16
* softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul2009-04-281-2/+2
* softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul2009-04-201-2/+2
* softpipe: Simplify softpipe_create's prototype.José Fonseca2009-04-181-4/+2
* softpipe: Fix softpipe_is_texture_referenced prototype.José Fonseca2009-04-181-2/+1
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+18
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-2/+1
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-6/+6
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-2/+2
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-3/+3
* softpipe: fix vertex shader texture samplingBrian Paul2008-12-171-6/+19
* softpipe: plug in softpipe's texture samplers into draw module.Brian2008-12-041-0/+11
* softpipe: First attempts at multithreaded softpipe.Michal Krol2008-09-081-22/+27
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul2008-08-221-0/+3
* softpipe: Replace GETENV by debug_get_bool_option.José Fonseca2008-06-101-2/+2
* gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca2008-06-101-2/+2
* draw: draw_range_elements trialKeith Whitwell2008-05-291-0/+1
* Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell2008-05-281-5/+16
|\
| * softpipe: enable vbuf by defaultKeith Whitwell2008-05-271-3/+5
| * softpipe: add failure paths for context creationKeith Whitwell2008-05-121-2/+11
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-3/+1
|\|
| * gallium: remove the unused softpipe_winsys codeBrian Paul2008-05-011-3/+1
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-3/+3
|/