| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm/llvmpipe: rename os_llvm.h to lp_bld.h | Brian Paul | 2010-03-15 | 1 | -1/+1 |
* | gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h | Brian Paul | 2010-03-11 | 1 | -1/+1 |
* | 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: 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 |
| * | Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun... | Brian Paul | 2009-12-02 | 1 | -7/+3 |
| * | llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures function | Brian Paul | 2009-12-02 | 1 | -3/+7 |
* | | llvmpipe: remove dead code | Keith Whitwell | 2010-01-06 | 1 | -7/+0 |
* | | llvmpipe: Pass state to setup. | José Fonseca | 2009-10-09 | 1 | -0/+1 |
* | | llvmpipe: remove tex tile cache and related code | Keith Whitwell | 2009-10-08 | 1 | -6/+0 |
|/ |
|
* | llvmpipe: Include zsbuf's format in the fragment shader key. | José Fonseca | 2009-09-09 | 1 | -0/+1 |
* | llvmpipe: Code generate the texture sampling inside the shader. | José Fonseca | 2009-09-07 | 1 | -1/+5 |
* | llvmpipe: Centralize the C <-> JIT interfaces in one place. | José Fonseca | 2009-08-29 | 1 | -14/+2 |
* | llvmpipe: Drop blend derived state. | José Fonseca | 2009-08-29 | 1 | -17/+0 |
* | llvmpipe: Generate the fragment pipeline into a single function. | José Fonseca | 2009-08-29 | 1 | -0/+1 |
* | llvmpipe: Code generate the depth test, and include in the shader. | José Fonseca | 2009-08-29 | 1 | -8/+9 |
* | llvmpipe: Code generate alpha testing and append to generated fragment shader. | José Fonseca | 2009-08-29 | 1 | -2/+25 |
* | llvmpipe: Code generate the position interpolation. | José Fonseca | 2009-08-29 | 1 | -1/+2 |
* | llvmpipe: Put color/depth directly into the quad structure. | José Fonseca | 2009-08-29 | 1 | -1/+2 |
* | llvmpipe: Blend in place. | José Fonseca | 2009-08-29 | 1 | -4/+4 |
* | llvmpipe: Implement KIL. | José Fonseca | 2009-08-29 | 1 | -0/+1 |
* | llvmpipe: Compute interpolation coeffs directly into SoA layout. | José Fonseca | 2009-08-29 | 1 | -5/+5 |
* | llvmpipe: Eliminate dependency on tgsi_exec_machine. | José Fonseca | 2009-08-29 | 1 | -6/+0 |
* | llvmpipe: Eliminate non-LLVM fs execution paths. | José Fonseca | 2009-08-29 | 1 | -12/+19 |
* | llvmpipe: Tiles in rgba8 format. | José Fonseca | 2009-08-29 | 1 | -4/+4 |
* | llvmpipe: Use the generated SoA blending code. | José Fonseca | 2009-08-29 | 1 | -0/+19 |
* | llvmpipe: Rename preprocessor symbols too. | José Fonseca | 2009-08-29 | 1 | -17/+17 |
* | llvmpipe: Fork softpipe for experimentation with llvm. | José Fonseca | 2009-08-29 | 1 | -0/+206 |