From: Brian Paul Date: Thu, 22 Oct 2009 15:38:39 +0000 (-0600) Subject: docs: document 'useprog' debug option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=347fb3737be03488827d25610bec59cfb05bcab0;p=mesa.git docs: document 'useprog' debug option --- diff --git a/docs/shading.html b/docs/shading.html index 96060f1a752..bd02335a803 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -55,6 +55,7 @@ execution. These are generally used for debugging. texcoord[0] attributes.
  • nopfrag - force fragment shader to be a simple shader that passes through the color attribute. +
  • useprog - log glUseProgram calls to stderr

    Example: export MESA_GLSL=dump,nopt