summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.h
Commit message (Expand)AuthorAgeFilesLines
* softpipe: whitespace and comment fixesBrian Paul2009-10-071-11/+8
* softpipe: remove old prim_setup draw stageKeith Whitwell2009-08-231-2/+3
* Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell2009-08-231-1/+2
|\
| * softpipe: split texture and surface tile cachesKeith Whitwell2009-08-181-1/+2
* | softpipe: rework texture sampling codeKeith Whitwell2009-08-211-11/+12
|/
* softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-07-271-6/+0
* softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell2009-07-241-2/+0
* softpipe: actually pass >1 quad from triangle routineKeith Whitwell2009-07-241-1/+10
* softpipe: rip out old mulithread supportKeith Whitwell2009-07-241-12/+1
* softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-07-221-1/+2
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-0/+2
|\
| * softpipe: Fix softpipe_is_texture_referenced.José Fonseca2009-06-151-0/+2
* | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul2009-05-301-1/+0
* | softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGONBrian Paul2009-05-271-0/+1
* | gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell2009-05-161-0/+1
|/
* softpipe: remove unneeded #includeBrian Paul2009-02-111-1/+0
* softpipe: asst comments, clean-upsBrian Paul2009-02-111-12/+10
* softpipe: remove some old polygon stipple stuff and do some clean-upsBrian Paul2009-02-111-6/+0
* softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-111-1/+1
* gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-081-1/+1
* softpipe: fix vertex shader texture samplingBrian Paul2008-12-171-2/+4
* softpipe: plug in softpipe's texture samplers into draw module.Brian2008-12-041-0/+7
* softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softp...Michal Krol2008-09-081-1/+1
* softpipe: First attempts at multithreaded softpipe.Michal Krol2008-09-081-4/+6
* gallium: fix invalid call to draw_set_mapped_constant_buffer()Brian Paul2008-06-201-1/+1
* gallium: remove the unused softpipe_winsys codeBrian Paul2008-05-011-2/+0
* softpipe: implement SP_NO_RAST env varKeith Whitwell2008-04-221-0/+2
* gallium: take reduced prim, fill modes into account when cullingBrian Paul2008-04-141-0/+2
* gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-081-0/+2
* gallium: get rid of bufloop quad stageBrian2008-04-071-1/+0
* gallium: begin reworking quad stages for multiple color outputsBrian2008-04-071-2/+0
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-3/+3
* gallium: use new framebuffer width, height fieldsBrian2008-03-201-2/+0
* gallium: added fb_width/height fields to softpipe contextBrian Paul2008-03-191-0/+2
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-0/+3
* gallium: new draw stage for polygon stipple.Brian2008-02-211-0/+7
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-1/+1
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-4/+4
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+152