index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_context.c
Age
Commit message (
Expand
)
Author
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-07
llvmpipe: Remove more loose ends of TGSI exec sampling.
José Fonseca
2009-12-26
llvmpipe: Use comments and more code from softpipe's is_texture_referenced im...
José Fonseca
2009-12-24
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-19
gallium: fix up drivers for edgeflag changes
Roland Scheidegger
2009-12-04
llvmpipe: Port vertex sampler support from softpipe.
José Fonseca
2009-12-02
Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...
Brian Paul
2009-12-02
llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures function
Brian Paul
2009-12-01
lp: Update for renamed sampler/texture state setters.
Michal Krol
2009-11-03
llvmpipe: remove old prim_setup draw stage
Keith Whitwell
2009-09-28
llvmpipe: Grab a ref when the fb is set.
Younes Manton
2009-09-11
llvmpipe: Update status in README and TODO/FIXME comments throughout the code.
José Fonseca
2009-08-29
llvmpipe: Squash the quad pipeline.
José Fonseca
2009-08-29
llvmpipe: Generate the fragment pipeline into a single function.
José Fonseca
2009-08-29
llvmpipe: Back port recent softpipe-opt improvements from Keith.
José Fonseca
2009-08-29
llvmpipe: Code generate the depth test, and include in the shader.
José Fonseca
2009-08-29
llvmpipe: use align_malloc for all structs containing ALIGN16 members
Keith Whitwell
2009-08-29
llvmpipe: Eliminate non-LLVM fs execution paths.
José Fonseca
2009-08-29
llvmpipe: Split the texture cache from the color/depth/stencil cache.
José Fonseca
2009-08-29
llvmpipe: move all depth/stencil/alpha pixel processing into one stage
Keith Whitwell
2009-08-29
llvmpipe: move all color-combine code into lp_quad_blend.c
Keith Whitwell
2009-08-29
llvmpipe: rip out old mulithread support
Keith Whitwell
2009-08-29
llvmpipe: avoid flushing depth buffer cache on swapbuffers
Keith Whitwell
2009-08-29
llvmpipe: remove backwards dependency from tilecache to llvmpipe
Keith Whitwell
2009-08-29
llvmpipe: Rename preprocessor symbols too.
José Fonseca
2009-08-29
llvmpipe: Fork softpipe for experimentation with llvm.
José Fonseca