summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Forbes <chrisf@ijw.co.nz>2013-11-25 21:13:26 +1300
committerChris Forbes <chrisf@ijw.co.nz>2013-11-25 21:18:33 +1300
commit195994fe4cd851f4aed7fe32697f94c4188a96c8 (patch)
tree2f323a6f40e49731f5004603077fb2a57c67bbea
parent452721c1fa049fa0e1d02e9dbb49095e233c5481 (diff)
drop old INTEL_DEBUG names for `perf` (fall) and `fs` (wm)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
-rw-r--r--src/mesa/drivers/dri/i965/intel_debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_debug.c b/src/mesa/drivers/dri/i965/intel_debug.c
index 7180e181fa3..22874121150 100644
--- a/src/mesa/drivers/dri/i965/intel_debug.c
+++ b/src/mesa/drivers/dri/i965/intel_debug.c
@@ -40,7 +40,6 @@ 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},
@@ -56,7 +55,6 @@ 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 },