mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
i915g: Use the same debug env vars in drm and sw winsys
This commit is contained in:
parent
9a371b938c
commit
acc290aff0
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ i915_sw_winsys_create()
|
|||
isws->base.pci_id = deviceID;
|
||||
isws->max_batch_size = 16 * 4096;
|
||||
|
||||
isws->dump_cmd = debug_get_bool_option("INTEL_DUMP_CMD", FALSE);
|
||||
isws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", FALSE);
|
||||
|
||||
return &isws->base;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue