summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/Makefile.am
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2015-02-20 11:26:33 +1000
committerDave Airlie <[email protected]>2015-05-08 10:21:01 +1000
commit5a7f04925f60a0222c66de8e3e4e788a0a550d5b (patch)
tree88f7a9c46c610541e6f0b1bf2960d4d66a77157b /src/mapi/glapi/gen/Makefile.am
parent731b7c49bb78d6d1be25f9010af0087146de0b48 (diff)
mapi: add GL_ARB_vertex_attrib_64bit support
This just adds the glapi bits. Reviewed-by: Ilia Mirkin <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/Makefile.am')
-rw-r--r--src/mapi/glapi/gen/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am
index 1c4b86aab6f..c8d41746887 100644
--- a/src/mapi/glapi/gen/Makefile.am
+++ b/src/mapi/glapi/gen/Makefile.am
@@ -163,6 +163,7 @@ API_XML = \
ARB_texture_view.xml \
ARB_uniform_buffer_object.xml \
ARB_vertex_array_object.xml \
+ ARB_vertex_attrib_64bit.xml \
ARB_vertex_attrib_binding.xml \
ARB_viewport_array.xml \
AMD_draw_buffers_blend.xml \