Skip to content

tu: Move vsc_data and vsc_data2 allocation into the device

Connor Abbott requested to merge cwabbott0/mesa:tu-global-vsc-data into master

In addition to preparing us for dynamically resizing them, which has to be controlled by the device, this greatly reduces the memory usage when allocating large numbers of command buffers, making dEQP-VK.api.object_management.max_concurrent.command_buffer_primary go from crash -> pass.

Edited by Connor Abbott

Merge request reports