freedreno/a3xx: add support for SRGB render targets
[mesa.git] / docs / shading.html
index 19e20b183b63fa262930a1d8b453c8a7c23b5baa..77a0ee413d90492a0f04eb48fad2b0ebbc5a9c4b 100644 (file)
@@ -67,7 +67,7 @@ Example:  export MESA_GLSL=dump,nopt
 <h2 id="support">GLSL Version</h2>
 
 <p>
-The GLSL compiler currently supports version 1.40 of the shading language.
+The GLSL compiler currently supports version 3.30 of the shading language.
 </p>
 
 <p>
@@ -234,7 +234,7 @@ This option is only relevant if EmitHighLevelInstructions is set.
 
 <dt>EmitComments</dt>
 <dd>
-If set, instructions will be annoted with comments to help with debugging.
+If set, instructions will be annotated with comments to help with debugging.
 Extra NOP instructions will also be inserted.
 </dd>
 </dl>