Revert "drop old INTEL_DEBUG names for `perf` (fall) and `fs` (wm)"
authorMatt Turner <mattst88@gmail.com>
Wed, 27 Nov 2013 21:37:46 +0000 (13:37 -0800)
committerMatt Turner <mattst88@gmail.com>
Wed, 27 Nov 2013 21:38:42 +0000 (13:38 -0800)
This reverts commit 195994fe4cd851f4aed7fe32697f94c4188a96c8.

It wasn't sent to the list, Ken didn't review it, and it breaks
shader-db.

src/mesa/drivers/dri/i965/intel_debug.c

index 228741211501a53b7512b15b3c89a7ec3b9109b6..7180e181fa32b1d889326fc6e5e3083369796b68 100644 (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 },