diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/17.1.0.html | 1 | ||||
-rw-r--r-- | docs/shading.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index ada1e3850d4..b1d4aa011a9 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -62,6 +62,7 @@ Note: some of the new features are only available with certain drivers. <li>The configure option --enable-gallium-llvm is superseded by --enable-llvm.</li> <li>The swr driver now requires LLVM >= 3.9.0.</li> <li>The radeonsi driver now requires LLVM 3.8.0.</li> +<li>The MESA_GLSL=opt and MESA_GLSL=no_opt environment vars have been removed.</li> </ul> </div> diff --git a/docs/shading.html b/docs/shading.html index cd01af00d90..7e3d2e4fced 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -50,7 +50,6 @@ execution. These are generally used for debugging. The filenames will be "shader_X.vert" or "shader_X.frag" where X the shader ID. <li><b>cache_info</b> - print debug information about shader cache -<li><b>opt</b> - force compiler optimizations <li><b>uniform</b> - print message to stdout when glUniform is called <li><b>nopvert</b> - force vertex shaders to be a simple shader that just transforms the vertex position with ftransform() and passes through the color and |