mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 15:10:12 +01:00
radv/rra: Enable RADV_RRA_TRACE_COPY_AFTER_BUILD by default
RADV_RRA_TRACE_COPY_AFTER_BUILD is more accurate and the memory issues are fixed now. Reviewed-by: Friedrich Vock <friedrich.vock@gmx.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29537>
This commit is contained in:
parent
aa1b9d9be5
commit
ee751a26fc
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ radv_rra_trace_init(struct radv_device *device)
|
|||
const struct radv_physical_device *pdev = radv_device_physical(device);
|
||||
|
||||
device->rra_trace.validate_as = debug_get_bool_option("RADV_RRA_TRACE_VALIDATE", false);
|
||||
device->rra_trace.copy_after_build = debug_get_bool_option("RADV_RRA_TRACE_COPY_AFTER_BUILD", false);
|
||||
device->rra_trace.copy_after_build = debug_get_bool_option("RADV_RRA_TRACE_COPY_AFTER_BUILD", true);
|
||||
device->rra_trace.accel_structs = _mesa_pointer_hash_table_create(NULL);
|
||||
device->rra_trace.accel_struct_vas = _mesa_hash_table_u64_create(NULL);
|
||||
simple_mtx_init(&device->rra_trace.data_mtx, mtx_plain);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue