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-03-13
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-11
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-10
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-09
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-02
llvmpipe: reorganize transfer usage
Keith Whitwell
2010-03-01
llvmpipe: adapt to new vertex element cso
Roland Scheidegger
2010-02-12
Merge branch 'gallium-dynamicstencilref'
Roland Scheidegger
2010-02-10
llvmpipe: adapt to stencil ref changes
Roland Scheidegger
2010-02-10
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-02-08
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-05
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-21
llvmpipe: added simple perf/statistics counting facility
Brian Paul
2010-01-16
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-14
llvmpipe: assorted clean-ups in texture code
Brian Paul
2010-01-08
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-07
llvmpipe: Remove more loose ends of TGSI exec sampling.
José Fonseca
2010-01-06
llvmpipe: fix double free
Keith Whitwell
2010-01-06
llvmpipe: merge setup and draw vbuf submodules
Keith Whitwell
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-10
llvmpipe: Fix after sampler view changes.
michal
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-10-09
llvmpipe: trivial/clear works
Keith Whitwell
2009-10-08
llvmpipe: remove some old sampler support structs
Keith Whitwell
2009-10-08
llvmpipe: remove tex tile cache and related code
Keith Whitwell
2009-10-08
llvmpipe: import experimental softpipe rasterizer code, wip binning code
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