Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-06 | llvmpipe: fix double free | Keith Whitwell | |
2010-01-06 | llvmpipe: merge setup and draw vbuf submodules | Keith Whitwell | |
The setup tiling engine is now plugged directly into the draw module as a rendering backend. Removed a couple of layering violations such that the setup code no longer reaches out into the surrounding llvmpipe state or context. | |||
2009-12-11 | llvmpipe: checkpoint: plug in the new fencing code | Brian Paul | |
This has only been very lightly tested. More work to come. | |||
2009-12-04 | llvmpipe: simplify framebuffer state code | Brian Paul | |
2009-10-09 | llvmpipe: trivial/clear works | Keith Whitwell | |
2009-10-09 | llvmpipe: fix a couple of warnings | Keith Whitwell | |
2009-10-09 | llvmpipe: Pass state to setup. | José Fonseca | |
2009-10-09 | llvmpipe: calculate overall width and height, pass to rasterizer | Keith Whitwell | |
2009-10-08 | llvmpipe: get lp_setup compiling | Keith Whitwell | |
2009-10-08 | llvmpipe: work on clears and coefficients | Keith Whitwell | |
2009-10-08 | llvmpipe: start cleaning up | Keith Whitwell | |
2009-10-08 | llvmpipe: remove some old sampler support structs | Keith Whitwell | |
2009-10-08 | llvmpipe: Update lp_setup_clear invocation. | José Fonseca | |
2009-10-08 | llvmpipe: remove tex tile cache and related code | Keith Whitwell | |
2009-10-08 | llvmpipe: wip me harder | Keith Whitwell | |
2009-10-08 | llvmpipe: import experimental softpipe rasterizer code, wip binning code | Keith Whitwell | |
WIP, does't build or run. Rasterizer code is based on Nick Capen's devmaster posts and the larrabee articles, but currently doesn't share either the performance or correctness of either... | |||
2009-08-29 | llvmpipe: prefix point/line/tri_setup() functions with llvmpipe_ | Brian Paul | |
Avoid symbol collisions with softpipe. | |||
2009-08-29 | llvmpipe: Rename preprocessor symbols too. | José Fonseca | |
2009-08-29 | llvmpipe: Fork softpipe for experimentation with llvm. | José Fonseca | |