Browse Source

Revert "drop old INTEL_DEBUG names for `perf` (fall) and `fs` (wm)"

This reverts commit 195994fe4c.

It wasn't sent to the list, Ken didn't review it, and it breaks
shader-db.
tags/mesa-10.1-rc1
Matt Turner 12 years ago
parent
commit
0822b2dfbd
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/mesa/drivers/dri/i965/intel_debug.c

+ 2
- 0
src/mesa/drivers/dri/i965/intel_debug.c View File

@@ -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 },

Loading…
Cancel
Save