summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2015-01-14 14:52:01 -0800
committerLaura Ekstrand <[email protected]>2015-03-17 10:18:34 -0700
commitf7f5df99542d6492fffd803d77d5f7d2f44d08c9 (patch)
treea1ff4688987ef609773ab944bc14aac4fc8a2c30 /src/mapi
parenta0cc03929e754692ae593df5072d144460434297 (diff)
main: Add entry point for UnmapNamedBuffer.
v2: review from Ian Romanick - Restore VBO_DEBUG and BOUNDS_CHECK - Remove _mesa from static software fallback unmap_buffer. Reviewed-by: Fredrik Höglund <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index 557316a27a7..281646d92e8 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -75,6 +75,11 @@
<param name="access" type="GLbitfield" />
</function>
+ <function name="UnmapNamedBuffer" offset="assign">
+ <return type="GLboolean" />
+ <param name="buffer" type="GLuint" />
+ </function>
+
<!-- Texture object functions -->
<function name="CreateTextures" offset="assign">