| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: Simplify vertex and geometry shaders. | José Fonseca | 2014-03-25 | 1 | -10/+3 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -3/+3 |
* | llvmpipe/draw: Fix texture sampling in geometry shaders | Zack Rusin | 2013-03-27 | 1 | -0/+8 |
* | llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED. | James Benton | 2012-12-03 | 1 | -1/+1 |
* | gallium: interface changes necessary to implement transform feedback (v5) | Marek Olšák | 2011-12-15 | 1 | -1/+1 |
* | llvmpipe: use llvm for attribute interpolant calculation | Keith Whitwell | 2010-09-18 | 1 | -0/+3 |
* | llvmpipe: disconnect vertex texture sampling from the setup | Zack Rusin | 2010-07-06 | 1 | -0/+6 |
* | llvmpipe: make geometry shaders and stream output work | Zack Rusin | 2010-06-22 | 1 | -0/+11 |
* | llvmpipe: hook up basic gs and multiple constant buffer support | Keith Whitwell | 2010-06-07 | 1 | -0/+9 |
* | llvmpipe: Pass the fs variant to the rasterizer. | José Fonseca | 2010-05-30 | 1 | -53/+1 |
* | llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places. | José Fonseca | 2010-05-12 | 1 | -0/+5 |
* | llvmpipe: Move the opaque flag computation into the variant. | José Fonseca | 2010-05-12 | 1 | -0/+2 |
* | llvmpipe: implement occlusion query | Qicheng Christopher Li | 2010-05-06 | 1 | -0/+1 |
* | llvmpipe: make rasterizer-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -10/+3 |
* | llvmpipe: update comments, fix formatting | Brian Paul | 2010-04-28 | 1 | -10/+9 |
* | llvmpipe: remove old prototypes, fix-up formatting | Brian Paul | 2010-04-28 | 1 | -10/+9 |
* | llvmpipe: make shader-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -13/+6 |
* | llvmpipe: make clip-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -12/+4 |
* | llvmpipe: make draw-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -15/+3 |
* | llvmpipe: make vertex-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -10/+2 |
* | llvmpipe: make blend-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -20/+3 |
* | llvmpipe: make sampler-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -28/+4 |
* | llvmpipe: remove some unneeded shader structure fields | Brian Paul | 2010-04-28 | 1 | -4/+0 |
* | llvmpipe: Implement index bias. | José Fonseca | 2010-04-19 | 1 | -2/+2 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -4/+4 |
* | gallivm/llmvpipe: pass stencil refs state into z/stencil build code | Brian Paul | 2010-03-17 | 1 | -0/+1 |
* | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-16 | 1 | -1/+1 |
|\ |
|
| * | gallivm/llvmpipe: rename os_llvm.h to lp_bld.h | Brian Paul | 2010-03-15 | 1 | -1/+1 |
* | | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-13 | 1 | -1/+1 |
|\| |
|
| * | gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h | Brian Paul | 2010-03-11 | 1 | -1/+1 |
* | | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 1 | -5/+11 |
|\| |
|
| * | gallium: don't use flexible array members in drivers for vertex elements cso | Roland Scheidegger | 2010-03-09 | 1 | -1/+1 |
| * | llvmpipe: adapt to new vertex element cso | Roland Scheidegger | 2010-03-01 | 1 | -5/+11 |
* | | llvmpipe: Fix after sampler view changes. | michal | 2009-12-10 | 1 | -7/+16 |
|/ |
|
* | llvmpipe: adapt to stencil ref changes | Roland Scheidegger | 2010-02-10 | 1 | -2/+5 |
* | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | 2010-02-08 | 1 | -1/+1 |
* | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 2010-01-16 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'gallium-noconstbuf' | Roland Scheidegger | 2010-01-15 | 1 | -1/+1 |
| |\ |
|
| | * | gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer | Roland Scheidegger | 2010-01-11 | 1 | -1/+1 |
| | * | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger | 2009-12-24 | 1 | -1/+1 |
* | | | llvmpipe: generate two shader varients, one omits triangle in/out testing | Brian Paul | 2010-01-15 | 1 | -2/+2 |
* | | | llvmpipe: implement scissor testing | Brian Paul | 2010-01-14 | 1 | -0/+1 |
* | | | llvmpipe: force constant interpolation of flatshade colors | Keith Whitwell | 2010-01-11 | 1 | -3/+3 |
* | | | llvmpipe: initial mrt support | Keith Whitwell | 2010-01-10 | 1 | -0/+6 |
* | | | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 2010-01-08 | 1 | -8/+12 |
|\| | |
|
| * | | llvmpipe: Remove TGSI sampler pointers from JIT context too. | José Fonseca | 2010-01-07 | 1 | -1/+0 |
| * | | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell | 2010-01-05 | 1 | -3/+3 |
| |\ \
| | |/
| |/| |
|
| | * | gallium: propogate draw retval changes into more drivers | Keith Whitwell | 2009-12-21 | 1 | -3/+3 |
| * | | gallium: fix up drivers for edgeflag changes | Roland Scheidegger | 2009-12-19 | 1 | -4/+0 |
| |/ |
|
| * | llvmpipe: Port vertex sampler support from softpipe. | José Fonseca | 2009-12-04 | 1 | -0/+9 |