summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2013-09-18 21:51:33 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2013-10-08 17:38:03 +0000
commitf243c1f393ec3ea496b3a24623226e318c954aa0 (patch)
treefd8dcf259259ce64ac06d5c01bd5171db9ae93a6
parent6b21b96586d11e81c7e986e3e55d5f4f7536e260 (diff)
downloadmesa-f243c1f393ec3ea496b3a24623226e318c954aa0.tar.gz
glapi: remove unimplemented entrypoints from DSA
None of the extension which these... extend are implemented. They might be in the future, in which case they can be added back.
-rw-r--r--src/mapi/glapi/gen/EXT_direct_state_access.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/EXT_direct_state_access.xml b/src/mapi/glapi/gen/EXT_direct_state_access.xml
index b629a2a152e..fc5d892f971 100644
--- a/src/mapi/glapi/gen/EXT_direct_state_access.xml
+++ b/src/mapi/glapi/gen/EXT_direct_state_access.xml
@@ -1478,7 +1478,7 @@
<param name="height" type="GLsizei"/>
</function>
-
+<!-- NOT IMPLEMENTED: Requires GL_NV_framebuffer_multisample_coverage.
<function name="NamedRenderbufferStorageMultisampleCoverageEXT" offset="assign">
<param name="renderbuffer" type="GLuint"/>
<param name="coverageSamples" type="GLsizei"/>
@@ -1487,6 +1487,7 @@
<param name="width" type="GLsizei"/>
<param name="height" type="GLsizei"/>
</function>
+-->
<function name="CheckNamedFramebufferStatusEXT" offset="assign">
<param name="framebuffer" type="GLuint"/>
@@ -1590,6 +1591,7 @@
<param name="level" type="GLint"/>
<param name="layer" type="GLint"/>
</function>
+<!-- NOT IMPLEMENTED. Not part of core GL, requires GL_EXT_geometry_shader4 or GL_NV_gpu_program4.
<function name="NamedFramebufferTextureFaceEXT" offset="assign">
<param name="framebuffer" type="GLuint"/>
<param name="attachment" type="GLenum"/>
@@ -1597,8 +1599,9 @@
<param name="level" type="GLint"/>
<param name="face" type="GLenum"/>
</function>
+-->
-
+<!-- NOT IMPLEMENTED. Requires GL_NV_explicit_multisample.
<function name="TextureRenderbufferEXT" offset="assign">
<param name="texture" type="GLuint"/>
<param name="target" type="GLenum"/>
@@ -1610,6 +1613,7 @@
<param name="target" type="GLenum"/>
<param name="renderbuffer" type="GLuint"/>
</function>
+-->
<!-- NOT IMPLEMENTED
<function name="VertexArrayVertexOffsetEXT" offset="assign" deprecated="3.1">