summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_context.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-10llvmpipe: adapt to stencil ref changesRoland Scheidegger1-0/+1
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-0/+4
2010-01-16Merge remote branch 'origin/master' into lp-binningJosé Fonseca1-1/+1
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-1/+1
2010-01-11llvmpipe: remove scissor cliprect derived stateKeith Whitwell1-3/+0
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca1-0/+4
2010-01-07llvmpipe: Remove more loose ends of TGSI exec sampling.José Fonseca1-8/+0
2010-01-06llvmpipe: remove dead codeKeith Whitwell1-1/+0
2010-01-06llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell1-15/+0
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-1/+1
2009-12-04llvmpipe: Port vertex sampler support from softpipe.José Fonseca1-0/+5
2009-11-03llvmpipe: remove old prim_setup draw stageKeith Whitwell1-2/+3
2009-10-09llvmpipe: Pass state to setup.José Fonseca1-2/+1
2009-10-09llvmpipe: Eliminate constant mapping/unmapping.José Fonseca1-3/+0
2009-10-08llvmpipe: remove some old sampler support structsKeith Whitwell1-10/+2
2009-10-08llvmpipe: remove tex tile cache and related codeKeith Whitwell1-16/+5
2009-10-09llvmpipe: Eliminate constant mapping/unmapping.José Fonseca1-3/+0
2009-10-08llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell1-2/+3
2009-08-29llvmpipe: Pass the alpha ref value and blend color in the jit context.José Fonseca1-1/+1
2009-08-29llvmpipe: Pass fragment context to generated function in a single structure.José Fonseca1-0/+3
2009-08-29llvmpipe: Drop blend derived state.José Fonseca1-1/+1
2009-08-29llvmpipe: Squash the quad pipeline.José Fonseca1-8/+4
2009-08-29llvmpipe: Generate the fragment pipeline into a single function.José Fonseca1-1/+0
2009-08-29llvmpipe: Code generate the depth test, and include in the shader.José Fonseca1-2/+0
2009-08-29llvmpipe: Eliminate non-LLVM fs execution paths.José Fonseca1-3/+1
2009-08-29llvmpipe: Tiles in rgba8 format.José Fonseca1-1/+1
2009-08-29llvmpipe: Use the generated SoA blending code.José Fonseca1-2/+3
2009-08-29llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca1-1/+2
2009-08-29llvmpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell1-6/+0
2009-08-29llvmpipe: move all color-combine code into lp_quad_blend.cKeith Whitwell1-2/+0
2009-08-29llvmpipe: actually pass >1 quad from triangle routineKeith Whitwell1-1/+10
2009-08-29llvmpipe: rip out old mulithread supportKeith Whitwell1-12/+1
2009-08-29llvmpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell1-1/+2
2009-08-29llvmpipe: Rename preprocessor symbols too.José Fonseca1-6/+6
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca1-0/+168