mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 13:48:06 +02:00
Previously we reserved space for a stream link and whenever we ran out of space in the current bo, allocated a new one, and emitted a link to it. This is problematic as stream links can only be emitted at state update boundaries so the handling could have produced a corrupted control stream. That's fixed by using a `relocation_mark` set by the driver to indicate where a state update was last started, so csb can relocate the whole update into the new bo and link to it. Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23520> |
||
|---|---|---|
| .. | ||
| common | ||
| csbgen | ||
| include | ||
| rogue | ||
| vulkan | ||
| .clang-format | ||
| .dir-locals.el | ||
| .editorconfig | ||
| meson.build | ||