mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 02:28:07 +02:00
Re-allocating the buffer object for snapshots carries a heavy penalty at run-time. When resetting a command buffer, the buffer object that is allocated for snapshots may be re-used directly on subsequent renders. Stale snapshot data will persist in the buffer object. To verify that rendering is complete, zero the final timestamp value and check that it has been written before gathering data. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16571> |
||
|---|---|---|
| .. | ||
| blorp | ||
| ci | ||
| common | ||
| compiler | ||
| dev | ||
| ds | ||
| genxml | ||
| isl | ||
| nullhw-layer | ||
| perf | ||
| tools | ||
| vulkan | ||
| meson.build | ||