Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: clean-up, fixing up frame dump/debug code | Brian Paul | 2010-01-14 | 1 | -7/+12 |
| | |||||
* | llvmpipe: initial mrt support | Keith Whitwell | 2010-01-10 | 1 | -2/+5 |
| | | | | | Non-mrt apps work, and the code looks correct, but not many mrt test apps handy atm... | ||||
* | llvmpipe: remove dead code | Keith Whitwell | 2010-01-06 | 1 | -1/+0 |
| | |||||
* | llvmpipe: checkpoint: plug in the new fencing code | Brian Paul | 2009-12-11 | 1 | -3/+17 |
| | | | | This has only been very lightly tested. More work to come. | ||||
* | llvmpipe: remove dead code | Keith Whitwell | 2009-10-09 | 1 | -0/+1 |
| | |||||
* | llvmpipe: remove tex tile cache and related code | Keith Whitwell | 2009-10-08 | 1 | -30/+2 |
| | |||||
* | llvmpipe: Ensure tile cache transfers are mapped before flushing it. | José Fonseca | 2009-10-04 | 1 | -2/+6 |
| | |||||
* | llvmpipe: Texture cache is read-only. No need to flush. | José Fonseca | 2009-08-30 | 1 | -6/+0 |
| | |||||
* | llvmpipe: Code generate the depth test, and include in the shader. | José Fonseca | 2009-08-29 | 1 | -2/+1 |
| | | | | | Only 32bit depth/stencil surfaces supported for now. Stencil ops not implemented yet. | ||||
* | llvmpipe: Split the texture cache from the color/depth/stencil cache. | José Fonseca | 2009-08-29 | 1 | -1/+2 |
| | |||||
* | llvmpipe: avoid flushing depth buffer cache on swapbuffers | Keith Whitwell | 2009-08-29 | 1 | -5/+15 |
| | | | | | | | | | There's no need to push out depth buffer contents on swapbuffers. Note that this change doesn't throw away depth buffer changes, it simply holds them in the cache over calls to swapbuffers. The hope is that swapbuffers will be followed by a clear() which means in that case we won't have to write the changes out. | ||||
* | llvmpipe: remove backwards dependency from tilecache to llvmpipe | Keith Whitwell | 2009-08-29 | 1 | -3/+3 |
| | | | | | | | | The tile cache is a utility, it shouldn't know anything about the entity which is making use of it (ie llvmpipe). Remove llvmpipe parameter to all the tilecache function calls, and also remove the need to keep a llvmpipe pointer in the sampler structs. | ||||
* | llvmpipe: Fork softpipe for experimentation with llvm. | José Fonseca | 2009-08-29 | 1 | -0/+94 |