summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.h
AgeCommit message (Expand)Author
2009-08-23softpipe: remove old prim_setup draw stageKeith Whitwell
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell
2009-08-21softpipe: rework texture sampling codeKeith 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: actually pass >1 quad from triangle routineKeith Whitwell
2009-07-24softpipe: rip out old mulithread supportKeith Whitwell
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca
2009-05-30Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul
2009-05-27softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGONBrian Paul
2009-05-16gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell
2009-02-11softpipe: remove unneeded #includeBrian Paul
2009-02-11softpipe: asst comments, clean-upsBrian Paul
2009-02-11softpipe: remove some old polygon stipple stuff and do some clean-upsBrian Paul
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca
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: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softp...Michal Krol
2008-09-08softpipe: First attempts at multithreaded softpipe.Michal Krol
2008-06-20gallium: fix invalid call to draw_set_mapped_constant_buffer()Brian Paul
2008-05-01gallium: remove the unused softpipe_winsys codeBrian Paul
2008-04-22softpipe: implement SP_NO_RAST env varKeith Whitwell
2008-04-14gallium: take reduced prim, fill modes into account when cullingBrian Paul
2008-04-08gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian
2008-04-07gallium: get rid of bufloop quad stageBrian
2008-04-07gallium: begin reworking quad stages for multiple color outputsBrian
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-20gallium: use new framebuffer width, height fieldsBrian
2008-03-19gallium: added fb_width/height fields to softpipe contextBrian Paul
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-21gallium: new draw stage for polygon stipple.Brian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca