mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 00:48:07 +02:00
Even though vkCmdRenderPassBegin() isn't allowed inside a secondary command buffer, vkCmdDispatch() is, and we emit an IB with compute dispatches, which means that if the secondary command buffer records a vkCmdDispatch() then we'll have an IB inside an IB, which is illegal. Fixes hangs in e.g. dEQP-VK.api.command_buffers.record_simul_use_secondary_one_primary. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4605> |
||
|---|---|---|
| .. | ||
| computerator | ||
| drm | ||
| drm-shim | ||
| fdl | ||
| ir3 | ||
| perfcntrs | ||
| registers | ||
| vulkan | ||
| .dir-locals.el | ||
| .editorconfig | ||
| Android.drm.mk | ||
| Android.ir3.mk | ||
| Android.mk | ||
| Android.perfcntrs.mk | ||
| Android.registers.mk | ||
| Makefile.sources | ||
| meson.build | ||