mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 15:00:11 +01:00
This commit adds an extra check on the emitted ppp state by adding an EMIT_MASK. The mask is just a copy of the header at the beginning of the emit. Each time a word is emitted the appropriate bit in the mask is cleared and at the end we make sure that the mask is 0. If not, we forgot the either clear a bit somewhere or emit some words. This is intended to make it easier to find such errors. 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/18631> |
||
|---|---|---|
| .. | ||
| common | ||
| csbgen | ||
| include | ||
| rogue | ||
| vulkan | ||
| .clang-format | ||
| .dir-locals.el | ||
| .editorconfig | ||
| meson.build | ||