Mesa (7.9): docs: fix glsl_compiler name

Ian Romanick idr at kemper.freedesktop.org
Tue Mar 1 21:26:35 UTC 2011


Module: Mesa
Branch: 7.9
Commit: a5b6d8ec4dbb84c91ec5efe536ff5e27b8a46c35
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5b6d8ec4dbb84c91ec5efe536ff5e27b8a46c35

Author: Sam Hocevar <sam at hocevar.net>
Date:   Wed Feb 16 17:04:03 2011 -0700

docs: fix glsl_compiler name
(cherry picked from commit fde49436881e64cc9fd838761cea3d6718832449)

---

 docs/shading.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/shading.html b/docs/shading.html
index c41d4a9..aba3959 100644
--- a/docs/shading.html
+++ b/docs/shading.html
@@ -167,7 +167,7 @@ Here's an example of using the compiler to compile a vertex shader and
 emit GL_ARB_vertex_program-style instructions:
 </p>
 <pre>
-    src/glsl/glslcompiler --dump-ast myshader.vert
+    src/glsl/glsl_compiler --dump-ast myshader.vert
 </pre>
 
 Options include




More information about the mesa-commit mailing list