summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-27softpipe: Grab a ref when the fb is set.Younes Manton1-2/+7
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell1-64/+23
2009-09-22softpipe: fix polygon stippleKeith Whitwell1-2/+0
2009-09-10softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul1-1/+0
2009-09-10softpipe: reformatting, clean-ups, commentsBrian Paul1-6/+20
2009-08-23softpipe: remove old prim_setup draw stageKeith Whitwell1-13/+13
2009-08-23softpipe: add missing headerKeith Whitwell1-0/+1
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell1-2/+2
2009-08-21softpipe: rework texture sampling codeKeith Whitwell1-15/+0
2009-08-20softpipe: allow the existing sampler routines to be hooked up directlyKeith Whitwell1-2/+4
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell1-2/+2
2009-07-27softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell1-12/+0
2009-07-24softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell1-4/+0
2009-07-24softpipe: rip out old mulithread supportKeith Whitwell1-26/+22
2009-07-23softpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell1-4/+1
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell1-6/+2
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca1-0/+16
2009-04-28softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul1-2/+2
2009-04-20softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul1-2/+2
2009-04-18softpipe: Simplify softpipe_create's prototype.José Fonseca1-4/+2
2009-04-18softpipe: Fix softpipe_is_texture_referenced prototype.José Fonseca1-2/+1
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+18
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-2/+1
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-6/+6
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-2/+2
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin1-3/+3
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul1-6/+19
2008-12-04softpipe: plug in softpipe's texture samplers into draw module.Brian1-0/+11
2008-09-08softpipe: First attempts at multithreaded softpipe.Michal Krol1-22/+27
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca1-1/+1
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul1-0/+3
2008-06-10softpipe: Replace GETENV by debug_get_bool_option.José Fonseca1-2/+2
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca1-2/+2
2008-05-29draw: draw_range_elements trialKeith Whitwell1-0/+1
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell1-5/+16
2008-05-27softpipe: enable vbuf by defaultKeith Whitwell1-3/+5
2008-05-12softpipe: add failure paths for context creationKeith Whitwell1-2/+11
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell1-3/+1
2008-05-01gallium: remove the unused softpipe_winsys codeBrian Paul1-3/+1
2008-05-01gallium: tex surface checkpointKeith Whitwell1-3/+3
2008-04-29gallium: test for new PIPE_ARCH_X86Brian Paul1-1/+1
2008-04-24gallium: plug in softpipe_set_edgeflags() functionBrian Paul1-0/+2
2008-04-22softpipe: implement SP_NO_RAST env varKeith Whitwell1-0/+3
2008-04-07gallium: get rid of bufloop quad stageBrian1-2/+0
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul1-2/+2
2008-03-14gallium: remove DOS carriage returnsBrian1-243/+243
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell1-243/+243
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian1-26/+0