Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: fix query bug when no there's no scene | Brian Paul | 2010-09-20 | 1 | -2/+3 |
| | |||||
* | llvmpipe: rearrange queries | Keith Whitwell | 2010-09-07 | 1 | -0/+10 |
| | |||||
* | llvmpipe: rework fences and queries | Keith Whitwell | 2010-09-07 | 1 | -25/+31 |
| | |||||
* | llvmpipe: Remove unnecessary header. | Vinson Lee | 2010-08-25 | 1 | -1/+0 |
| | |||||
* | llvmpipe: fence debugging, add llvmpipe_finish | Keith Whitwell | 2010-08-25 | 1 | -20/+5 |
| | |||||
* | llvmpipe: wait for queries being finished when asked for it or before deletion | Roland Scheidegger | 2010-07-05 | 1 | -6/+26 |
| | | | | | This fixes bug #28757, though does not yet address the issue that fences aren't always emitted. | ||||
* | gallium: adjust the query interface to support custom types | Zack Rusin | 2010-06-08 | 1 | -1/+2 |
| | | | | we need to change it to support composite types | ||||
* | llvmpipe: Remove unnecessary header. | Vinson Lee | 2010-06-02 | 1 | -1/+0 |
| | |||||
* | llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ↵ | José Fonseca | 2010-05-25 | 1 | -2/+3 |
| | | | | | | | | | | magic. Flush means flush, i.e., all previous operations should be visible from other contexts. This does not imply unswizzling tiles, since unswizzling should be done on a needed basis for any context. | ||||
* | llvmpipe: Fix fence wait. | José Fonseca | 2010-05-06 | 1 | -1/+4 |
| | | | | | Avoids crashing when fence is NULL (LP_NUM_THREADS=0) and leaking when it is not. | ||||
* | llvmpipe: implement occlusion query | Qicheng Christopher Li | 2010-05-06 | 1 | -27/+58 |
| | | | | | | | OpenGL occlusion queries work now. The Mesa demos, glean test and piglit tests all pass. A few enhancements are possible in the future. -Brian Signed-off-by: Brian Paul <[email protected]> | ||||
* | llvmpipe: Rename preprocessor symbols too. | José Fonseca | 2009-08-29 | 1 | -2/+2 |
| | |||||
* | llvmpipe: Fork softpipe for experimentation with llvm. | José Fonseca | 2009-08-29 | 1 | -0/+111 |