aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_context.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Use comments and more code from softpipe's is_texture_referenced im...José Fonseca2009-12-261-0/+8
* gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-2/+0
* llvmpipe: Port vertex sampler support from softpipe.José Fonseca2009-12-041-3/+17
* Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul2009-12-021-2/+1
* llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul2009-12-021-1/+2
* lp: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
* llvmpipe: remove old prim_setup draw stageKeith Whitwell2009-11-031-13/+13
* llvmpipe: Grab a ref when the fb is set.Younes Manton2009-09-281-2/+7
* llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca2009-09-111-2/+0
* llvmpipe: Squash the quad pipeline.José Fonseca2009-08-291-6/+22
* llvmpipe: Generate the fragment pipeline into a single function.José Fonseca2009-08-291-2/+0
* llvmpipe: Back port recent softpipe-opt improvements from Keith.José Fonseca2009-08-291-2/+4
* llvmpipe: Code generate the depth test, and include in the shader.José Fonseca2009-08-291-8/+0
* llvmpipe: use align_malloc for all structs containing ALIGN16 membersKeith Whitwell2009-08-291-2/+8
* llvmpipe: Eliminate non-LLVM fs execution paths.José Fonseca2009-08-291-8/+0
* llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca2009-08-291-2/+3
* llvmpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-08-291-12/+0
* llvmpipe: move all color-combine code into lp_quad_blend.cKeith Whitwell2009-08-291-4/+0
* llvmpipe: rip out old mulithread supportKeith Whitwell2009-08-291-26/+22
* llvmpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell2009-08-291-4/+1
* llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell2009-08-291-6/+2
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-4/+4
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+317