]> git.tdb.fi Git - libs/gl.git/blobdiff - gl.fixes.xml
Check the flat qualifier from the correct member
[libs/gl.git] / gl.fixes.xml
index 8b84a4fb963725468e331f2c836c11f8b34c5951..4a00e3790ce9f5bd001beef5e657aa415dddf008 100644 (file)
         </require>
     </feature>
 
-    <feature api="gles2" name="GL_ES_VERSION_3_0" number="3.0">
-        <require>
-            <!-- These are found in the 3.0 spec. -->
-            <enum name="GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER"/>
-            <enum name="GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER"/>
-        </require>
-    </feature>
-
     <extensions>
         <extension name="GL_ARB_depth_texture" supported="gl">
             <require>
                 <enum name="GL_RED"/>
             </require>
         </extension>
+
+        <extension name="GL_EXT_gpu_shader4" supported="gl">
+            <require>
+                <!-- Integer attribute functions are supposed to be in this
+                extension but are misattributed to NV_vertex_program4. -->
+                <command name="glVertexAttribI1iEXT"/>
+                <command name="glVertexAttribI2iEXT"/>
+                <command name="glVertexAttribI3iEXT"/>
+                <command name="glVertexAttribI4iEXT"/>
+                <command name="glVertexAttribI1uiEXT"/>
+                <command name="glVertexAttribI2uiEXT"/>
+                <command name="glVertexAttribI3uiEXT"/>
+                <command name="glVertexAttribI4uiEXT"/>
+                <command name="glVertexAttribI1ivEXT"/>
+                <command name="glVertexAttribI2ivEXT"/>
+                <command name="glVertexAttribI3ivEXT"/>
+                <command name="glVertexAttribI4ivEXT"/>
+                <command name="glVertexAttribI1uivEXT"/>
+                <command name="glVertexAttribI2uivEXT"/>
+                <command name="glVertexAttribI3uivEXT"/>
+                <command name="glVertexAttribI4uivEXT"/>
+                <command name="glVertexAttribI4bvEXT"/>
+                <command name="glVertexAttribI4svEXT"/>
+                <command name="glVertexAttribI4ubvEXT"/>
+                <command name="glVertexAttribI4usvEXT"/>
+                <command name="glVertexAttribIPointerEXT"/>
+                <command name="glGetVertexAttribIivEXT"/>
+                <command name="glGetVertexAttribIuivEXT"/>
+            </require>
+        </extension>
     </extensions>
 </registry>