]> git.tdb.fi Git - libs/gl.git/blobdiff - gl.fixes.xml
Rearrange things in ZSortedScene a bit
[libs/gl.git] / gl.fixes.xml
index c6459cf3fc2535b0cfec21c908dafd6f1feffece..f3e2e60e34ab0bef32caf4858a20f95589aad82b 100644 (file)
@@ -81,7 +81,7 @@
     </feature>
 
     <extensions>
-        <!-- Some functions mentioned in GL_ARB_uniform_buffer_object
+        <!-- Some functions mentioned in ARB_uniform_buffer_object
         specification are missing from gl.xml. -->
         <extension name="GL_ARB_uniform_buffer_object" supported="gl|glcore">
             <require>
                 <command name="glMaterialf" />
                 <command name="glMaterialfv" />
 
+                <enum name="GL_FOG" />
+                <enum name="GL_FOG_MODE" />
+                <enum name="GL_FOG_DENSITY" />
+                <enum name="GL_FOG_COLOR" />
+                <enum name="GL_EXP" />
+                <command name="glFogi" />
+                <command name="glFogf" />
+                <command name="glFogfv" />
+
                 <enum name="GL_MODELVIEW" />
                 <enum name="GL_PROJECTION" />
                 <command name="glMatrixMode" />