From 9cd69022d5603fc21dc583f51cf12ccefaa6272f Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Sat, 3 Jun 2017 12:26:29 -0700 Subject: 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 --- docs/envvars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/envvars.html b/docs/envvars.html index a970a6668a..9e2f816364 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -200,10 +200,10 @@ See the Xlib software driver page for details.
  • tes - dump shader assembly for tessellation evaluation shaders
  • tex - emit messages about textures.
  • urb - emit messages about URB setup
  • -
  • vec4 - force vec4 mode in vertex shader
  • vert - emit messages about vertex assembly
  • vs - dump shader assembly for vertex shaders
  • +
  • INTEL_SCALAR_VS (or TCS, TES, GS) - force scalar/vec4 mode for a shader stage (Gen8-9 only)
  • INTEL_PRECISE_TRIG - if set to 1, true or yes, then the driver prefers accuracy over performance in trig functions.
  • -- cgit v1.2.3