Age | Commit message (Expand) | Author |
2010-07-06 | llvmpipe: disconnect vertex texture sampling from the setup | Zack Rusin |
2010-06-22 | llvmpipe: make geometry shaders and stream output work | Zack Rusin |
2010-06-07 | llvmpipe: hook up basic gs and multiple constant buffer support | Keith Whitwell |
2010-05-30 | llvmpipe: Pass the fs variant to the rasterizer. | José Fonseca |
2010-05-12 | llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places. | José Fonseca |
2010-05-12 | llvmpipe: Move the opaque flag computation into the variant. | José Fonseca |
2010-05-06 | llvmpipe: implement occlusion query | Qicheng Christopher Li |
2010-04-28 | llvmpipe: make rasterizer-related functions static, clean-up initializations | Brian Paul |
2010-04-28 | llvmpipe: update comments, fix formatting | Brian Paul |
2010-04-28 | llvmpipe: remove old prototypes, fix-up formatting | Brian Paul |
2010-04-28 | llvmpipe: make shader-related functions static, clean-up initializations | Brian Paul |
2010-04-28 | llvmpipe: make clip-related functions static, clean-up initializations | Brian Paul |
2010-04-28 | llvmpipe: make draw-related functions static, clean-up initializations | Brian Paul |
2010-04-28 | llvmpipe: make vertex-related functions static, clean-up initializations | Brian Paul |
2010-04-28 | llvmpipe: make blend-related functions static, clean-up initializations | Brian Paul |
2010-04-28 | llvmpipe: make sampler-related functions static, clean-up initializations | Brian Paul |
2010-04-28 | llvmpipe: remove some unneeded shader structure fields | Brian Paul |
2010-04-19 | llvmpipe: Implement index bias. | José Fonseca |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-17 | gallivm/llmvpipe: pass stencil refs state into z/stencil build code | Brian Paul |
2010-03-16 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-15 | gallivm/llvmpipe: rename os_llvm.h to lp_bld.h | Brian Paul |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-11 | gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h | Brian Paul |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-09 | gallium: don't use flexible array members in drivers for vertex elements cso | Roland Scheidegger |
2010-03-01 | llvmpipe: adapt to new vertex element cso | Roland Scheidegger |
2010-02-10 | llvmpipe: adapt to stencil ref changes | Roland Scheidegger |
2010-02-08 | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin |
2010-01-16 | Merge remote branch 'origin/master' into lp-binning | José Fonseca |
2010-01-15 | llvmpipe: generate two shader varients, one omits triangle in/out testing | Brian Paul |
2010-01-15 | Merge branch 'gallium-noconstbuf' | Roland Scheidegger |
2010-01-14 | llvmpipe: implement scissor testing | Brian Paul |
2010-01-11 | gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer | Roland Scheidegger |
2010-01-11 | llvmpipe: force constant interpolation of flatshade colors | Keith Whitwell |
2010-01-10 | llvmpipe: initial mrt support | Keith Whitwell |
2010-01-08 | Merge remote branch 'origin/master' into lp-binning | José Fonseca |
2010-01-07 | llvmpipe: Remove TGSI sampler pointers from JIT context too. | José Fonseca |
2010-01-06 | llvmpipe: remove dead code | Keith Whitwell |
2010-01-05 | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell |
2009-12-24 | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger |
2009-12-21 | gallium: propogate draw retval changes into more drivers | Keith Whitwell |
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-10-09 | llvmpipe: Pass state to setup. | José Fonseca |
2009-10-08 | llvmpipe: remove tex tile cache and related code | Keith Whitwell |
2009-09-09 | llvmpipe: Include zsbuf's format in the fragment shader key. | José Fonseca |