i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 3 Jun 2017 19:26:29 +0000 (12:26 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 6 Jun 2017 06:32:40 +0000 (23:32 -0700)
commit9cd69022d5603fc21dc583f51cf12ccefaa6272f
tree918154d0471567f8f2ed8bf5cb9aee20b99aec53
parent2890a711587e03f906530919056275b599f5f03e
i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency.

We moved to INTEL_SCALAR_* when we added more than a single stage, but
never went back and converted the VS to work that way.  Be consistent.

Also update the documentation to actually mention these debug variables.

Acked-by: Jason Ekstrand <jason@jlekstrand.net>
docs/envvars.html
src/intel/common/gen_debug.c
src/intel/common/gen_debug.h
src/intel/compiler/brw_compiler.c