i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 3 Dec 2012 04:36:16 +0000 (20:36 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 4 Dec 2012 01:57:43 +0000 (17:57 -0800)
commit3ac97c6ccc06c877d36775885270924c0e750492
tree68a4b1f6324fa397e3b1b9c9a5b0cfc35a4b715b
parent21694b8eacbf63f8abdee6340510c0458a25a7fb
i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.

I keep accidentally trying to use it.  "fs" is a sensible name for
fragment shader debugging, and "wm" is...not.  It's also more symmetric
with "vs".

Leave INTEL_DEBUG=wm because old habits die hard.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/intel/intel_context.c