summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.c
AgeCommit message (Expand)Author
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger
2010-02-23softpipe: Fix after sampler view changes.Michal Krol
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol
2009-12-01sp: Implement separate vertex sampler state.Michal Krol
2009-11-20Fix indentation.Alan Hourihane
2009-11-19softpipe: whitespace/indentation fixesBrian Paul
2009-11-19softpipe: add missing check in softpipe_is_texture_referenced()Brian Paul
2009-09-27softpipe: Grab a ref when the fb is set.Younes Manton
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
2009-09-22softpipe: fix polygon stippleKeith Whitwell
2009-09-10softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul
2009-09-10softpipe: reformatting, clean-ups, commentsBrian Paul
2009-08-23softpipe: remove old prim_setup draw stageKeith Whitwell
2009-08-23softpipe: add missing headerKeith Whitwell
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell
2009-08-21softpipe: rework texture sampling codeKeith Whitwell
2009-08-20softpipe: allow the existing sampler routines to be hooked up directlyKeith Whitwell
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell
2009-07-27softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell
2009-07-24softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell
2009-07-24softpipe: rip out old mulithread supportKeith Whitwell
2009-07-23softpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca
2009-04-28softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul
2009-04-20softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul
2009-04-18softpipe: Simplify softpipe_create's prototype.José Fonseca
2009-04-18softpipe: Fix softpipe_is_texture_referenced prototype.José Fonseca
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul
2008-12-04softpipe: plug in softpipe's texture samplers into draw module.Brian
2008-09-08softpipe: First attempts at multithreaded softpipe.Michal Krol
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul
2008-06-10softpipe: Replace GETENV by debug_get_bool_option.José Fonseca
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell
2008-05-27softpipe: enable vbuf by defaultKeith Whitwell
2008-05-12softpipe: add failure paths for context creationKeith Whitwell
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-01gallium: remove the unused softpipe_winsys codeBrian Paul