summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSam Hocevar <sam@hocevar.net>2011-02-16 17:04:20 -0700
committerBrian Paul <brianp@vmware.com>2011-02-16 17:05:08 -0700
commit3e8fb54fb8940d015dcc4631cb84255228b1ad9e (patch)
tree3ccac5a0dcce995ee201aea4c374b55eb4669257 /docs
parentfde49436881e64cc9fd838761cea3d6718832449 (diff)
docs: add glsl info
Diffstat (limited to 'docs')
-rw-r--r--docs/sourcetree.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sourcetree.html b/docs/sourcetree.html
index 00dc4e7c9f..08a9a50e9e 100644
--- a/docs/sourcetree.html
+++ b/docs/sourcetree.html
@@ -23,6 +23,7 @@ each directory.
<ul>
<li><b>docs</b> - EGL documentation
<li><b>drivers</b> - EGL drivers
+ <li><b>glsl</b> - the GLSL compiler
<li><b>main</b> - main EGL library implementation. This is where all
the EGL API functions are implemented, like eglCreateContext().
</ul>