OSDN Git Service

gallium/docs: GLSL glossary entry.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 17 Jun 2010 01:57:51 +0000 (18:57 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 17 Jun 2010 01:58:18 +0000 (18:58 -0700)
src/gallium/docs/source/glossary.rst

index 0696cb5..acde56e 100644 (file)
@@ -21,3 +21,7 @@ Glossary
    LOD
       Level of Detail. Also spelled "LoD." The value that determines when the
       switches between mipmaps occur during texture sampling.
+
+   GLSL
+      GL Shading Language. The official, common high-level shader language used
+      in GL 2.0 and above.