diff --git a/docs/shading.html b/docs/shading.html index cf989ce9029..b0ed249e1dd 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -172,7 +172,7 @@ This tool is useful for:
-After building Mesa, the compiler can be found at src/glsl/glsl_compiler +After building Mesa, the compiler can be found at src/compiler/glsl/glsl_compiler
@@ -180,7 +180,7 @@ Here's an example of using the compiler to compile a vertex shader and emit GL_ARB_vertex_program-style instructions:
- src/glsl/glsl_compiler --dump-ast myshader.vert + src/compiler/glsl/glsl_compiler --version XXX --dump-ast myshader.vertOptions include @@ -188,7 +188,11 @@ Options include
The source code for Mesa's shading language compiler is in the
-src/glsl/ directory.
+src/compiler/glsl/ directory.