docs: add glsl info

(cherry picked from commit 3e8fb54fb8)
This commit is contained in:
Sam Hocevar 2011-02-16 17:04:20 -07:00 committed by Ian Romanick
parent 5e987d0849
commit 6eb1f39b55

View file

@ -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>