i965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 25 Aug 2015 23:17:14 +0000 (16:17 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 27 Aug 2015 18:38:50 +0000 (11:38 -0700)
commit885a9b058cd8f2d49ae675513003eb1164888ad3
treea9b5decb20fee4012fdf1c487a415d5235c2f132
parent16ad1d2a8d9d1d2d816f8b8d70f1134a7d4ba8dc
i965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.

driParseDebugString() doesn't have actual code to parse comma separated
lists (or any other supported options?); instead it dumbly uses strstr().

This means that INTEL_DEBUG="vec4vs" will trigger both DEBUG_VEC4VS and
DEBUG_VS, as "vs" is also a substring.

We should probably improve the driconf parsing, but for now, just rename
the option so it's usable in the meantime.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Jason Ekstrand <jason.ekstrand@intel.com>
Acked-by: Kristian Høgsberg <krh@bitplanet.net>
src/mesa/drivers/dri/i965/intel_debug.c