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

Matt Turner mattst88 at kemper.freedesktop.org
Wed Nov 27 21:39:49 UTC 2013


Module: Mesa
Branch: master
Commit: 0822b2dfbd37b2d82a9671efb555ca036cdc802e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0822b2dfbd37b2d82a9671efb555ca036cdc802e

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Nov 27 13:37:46 2013 -0800

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

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 |    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 2287412..7180e18 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 },




More information about the mesa-commit mailing list