Skip to content

turnip: avoid heap allocations in QueueSubmit when semaphores are used

Jonathan Marek requested to merge flto/mesa:turnip14 into master

Use the stack. (note: we already do for drm_msm_gem_submit_cmd array, and using calloc() for heap allocations in a VK driver is wrong

Merge request reports