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>
This commit is contained in:
@@ -69,7 +69,7 @@ extern uint64_t INTEL_DEBUG;
|
||||
#define DEBUG_OPTIMIZER (1ull << 25)
|
||||
#define DEBUG_ANNOTATION (1ull << 26)
|
||||
#define DEBUG_NO8 (1ull << 27)
|
||||
#define DEBUG_VEC4VS (1ull << 28)
|
||||
/* Hole - feel free to reuse (1ull << 28) */
|
||||
#define DEBUG_SPILL_FS (1ull << 29)
|
||||
#define DEBUG_SPILL_VEC4 (1ull << 30)
|
||||
#define DEBUG_CS (1ull << 31)
|
||||
|
Reference in New Issue
Block a user