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 <fredrik@kde.org>
This commit is contained in:
Laura Ekstrand
2015-01-14 14:52:01 -08:00
parent a0cc03929e
commit f7f5df9954
4 changed files with 47 additions and 13 deletions
@@ -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">