summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_context.c
AgeCommit message (Expand)Author
2010-01-14llvmpipe: assorted clean-ups in texture codeBrian Paul
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-07llvmpipe: Remove more loose ends of TGSI exec sampling.José Fonseca
2010-01-06llvmpipe: fix double freeKeith Whitwell
2010-01-06llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell
2009-12-26llvmpipe: Use comments and more code from softpipe's is_texture_referenced im...José Fonseca
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-10llvmpipe: Fix after sampler view changes.michal
2009-12-04llvmpipe: Port vertex sampler support from softpipe.José Fonseca
2009-12-02Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul
2009-12-02llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul
2009-12-01lp: Update for renamed sampler/texture state setters.Michal Krol
2009-11-03llvmpipe: remove old prim_setup draw stageKeith Whitwell
2009-10-09llvmpipe: trivial/clear worksKeith Whitwell
2009-10-08llvmpipe: remove some old sampler support structsKeith Whitwell
2009-10-08llvmpipe: remove tex tile cache and related codeKeith Whitwell
2009-10-08llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell
2009-09-28llvmpipe: Grab a ref when the fb is set.Younes Manton
2009-09-11llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca
2009-08-29llvmpipe: Squash the quad pipeline.José Fonseca
2009-08-29llvmpipe: Generate the fragment pipeline into a single function.José Fonseca
2009-08-29llvmpipe: Back port recent softpipe-opt improvements from Keith.José Fonseca
2009-08-29llvmpipe: Code generate the depth test, and include in the shader.José Fonseca
2009-08-29llvmpipe: use align_malloc for all structs containing ALIGN16 membersKeith Whitwell
2009-08-29llvmpipe: Eliminate non-LLVM fs execution paths.José Fonseca
2009-08-29llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca
2009-08-29llvmpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell
2009-08-29llvmpipe: move all color-combine code into lp_quad_blend.cKeith Whitwell
2009-08-29llvmpipe: rip out old mulithread supportKeith Whitwell
2009-08-29llvmpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell
2009-08-29llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell
2009-08-29llvmpipe: Rename preprocessor symbols too.José Fonseca
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca