aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: implement scissor test in triangle setupBrian Paul2010-01-151-1/+2
* llvmpipe: generate two shader varients, one omits triangle in/out testingBrian Paul2010-01-151-3/+4
* llvmpipe: implement scissor testingBrian Paul2010-01-141-0/+4
* llvmpipe: add scene texture referencing codeBrian Paul2010-01-131-1/+1
* llvmpipe: Reset the bin when shading a whole tile with an opaque shader.José Fonseca2010-01-131-1/+2
* llvmpipe: fix double freeKeith Whitwell2010-01-061-2/+0
* llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell2010-01-061-19/+15
* llvmpipe: checkpoint: plug in the new fencing codeBrian Paul2009-12-111-0/+4
* llvmpipe: simplify framebuffer state codeBrian Paul2009-12-041-3/+2
* llvmpipe: trivial/clear worksKeith Whitwell2009-10-091-1/+2
* llvmpipe: fix a couple of warningsKeith Whitwell2009-10-091-0/+1
* llvmpipe: Pass state to setup.José Fonseca2009-10-091-2/+21
* llvmpipe: calculate overall width and height, pass to rasterizerKeith Whitwell2009-10-091-2/+8
* llvmpipe: get lp_setup compilingKeith Whitwell2009-10-081-2/+9
* llvmpipe: work on clears and coefficientsKeith Whitwell2009-10-081-0/+15
* llvmpipe: start cleaning upKeith Whitwell2009-10-081-0/+1
* llvmpipe: remove some old sampler support structsKeith Whitwell2009-10-081-4/+9
* llvmpipe: Update lp_setup_clear invocation.José Fonseca2009-10-081-5/+6
* llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-081-1/+8
* llvmpipe: wip me harderKeith Whitwell2009-10-081-13/+31
* llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell2009-10-081-8/+9
* llvmpipe: prefix point/line/tri_setup() functions with llvmpipe_Brian Paul2009-08-291-6/+6
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-2/+2
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+53