diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_debug.c b/src/mesa/drivers/dri/i965/intel_debug.c index 22874121150..7180e181fa3 100644 --- a/src/mesa/drivers/dri/i965/intel_debug.c +++ b/src/mesa/drivers/dri/i965/intel_debug.c @@ -40,6 +40,7 @@ static const struct dri_debug_control debug_control[] = { { "state", DEBUG_STATE}, { "blit", DEBUG_BLIT}, { "mip", DEBUG_MIPTREE}, + { "fall", DEBUG_PERF}, { "perf", DEBUG_PERF}, { "perfmon", DEBUG_PERFMON}, { "bat", DEBUG_BATCH}, @@ -55,6 +56,7 @@ static const struct dri_debug_control debug_control[] = { { "dri", DEBUG_DRI }, { "sf", DEBUG_SF }, { "stats", DEBUG_STATS }, + { "wm", DEBUG_WM }, { "urb", DEBUG_URB }, { "vs", DEBUG_VS }, { "clip", DEBUG_CLIP }, |