Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-07 | llvmpipe: rearrange queries | Keith Whitwell | |
2010-09-07 | llvmpipe: rework fences and queries | Keith Whitwell | |
2010-08-25 | llvmpipe: Remove unnecessary header. | Vinson Lee | |
2010-08-25 | llvmpipe: fence debugging, add llvmpipe_finish | Keith Whitwell | |
2010-07-05 | llvmpipe: wait for queries being finished when asked for it or before deletion | Roland Scheidegger | |
This fixes bug #28757, though does not yet address the issue that fences aren't always emitted. | |||
2010-06-08 | gallium: adjust the query interface to support custom types | Zack Rusin | |
we need to change it to support composite types | |||
2010-06-02 | llvmpipe: Remove unnecessary header. | Vinson Lee | |
2010-05-25 | llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ↵ | José Fonseca | |
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. | |||
2010-05-06 | llvmpipe: Fix fence wait. | José Fonseca | |
Avoids crashing when fence is NULL (LP_NUM_THREADS=0) and leaking when it is not. | |||
2010-05-06 | llvmpipe: implement occlusion query | Qicheng Christopher Li | |
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 <brianp@vmware.com> | |||
2009-08-29 | llvmpipe: Rename preprocessor symbols too. | José Fonseca | |
2009-08-29 | llvmpipe: Fork softpipe for experimentation with llvm. | José Fonseca | |