summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Forbes <chrisf@ijw.co.nz>2013-11-24 17:44:06 +1300
committerChris Forbes <chrisf@ijw.co.nz>2013-11-25 21:18:33 +1300
commitf6159afa19d5e63784801ea9cbeae19162bf5876 (patch)
treebeb7a51abe9a626e72968b4ff1b6b3b0d5898a0e
parent72cae2a599881e926b8709f4dfa2cc3591ea7a02 (diff)
downloadexternal_mesa3d-f6159afa19d5e63784801ea9cbeae19162bf5876.zip
external_mesa3d-f6159afa19d5e63784801ea9cbeae19162bf5876.tar.gz
external_mesa3d-f6159afa19d5e63784801ea9cbeae19162bf5876.tar.bz2
docs: bump supported shading language version
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
-rw-r--r--docs/shading.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shading.html b/docs/shading.html
index 19e20b1..4015cdf 100644
--- a/docs/shading.html
+++ b/docs/shading.html
@@ -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>