RGP expects the version to be 1, otherwise it doesn't display the
barriers (including layout transitions) correctly.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4031>
chunk->sqtt_version = radv_chip_class_to_sqtt_version(device->physical_device->rad_info.chip_class);
chunk->shader_engine_index = shader_engine_index;
- chunk->v1.instrumentation_spec_version = 0;
+ chunk->v1.instrumentation_spec_version = 1;
chunk->v1.instrumentation_api_version = 0;
chunk->v1.compute_unit_index = compute_unit_index;
}