Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-28 | cell: fix a number of fence issues | Brian Paul | |
Plus add assertions to check status, alignment, etc. | |||
2008-10-22 | cell: implement fencing for texture buffers | Brian Paul | |
If we delete a texture, we need to keep the underlying tiled data buffer around until any rendering that references it has completed. Keep a list of buffers referenced by a rendering batch. Unref/free them when the associated batch's fence is executed/signalled. | |||
2008-10-20 | cell: minor improvements to batch buffer functions | Brian Paul | |
2008-09-04 | cell: move batch buffer init code | Brian Paul | |
2008-09-04 | cell: assorted comments, clean-ups, etc. | Brian Paul | |
2008-09-03 | cell: update comments, fix typos | Brian Paul | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |