mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
radeon: Add comment warning about not choosing critical debug level.
This commit is contained in:
parent
6c963fbdd1
commit
7870edc778
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ typedef enum radeon_debug_levels {
|
|||
|
||||
/**
|
||||
* Compile time option to change level of debugging compiled to dri driver.
|
||||
* Selecting critical level is not recommended because perfromance gains are
|
||||
* going to minimal but you will lose a lot of important warnings in case of
|
||||
* errors.
|
||||
*/
|
||||
#ifndef RADEON_DEBUG_LEVEL
|
||||
#define RADEON_DEBUG_LEVEL RADEON_VERBOSE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue