diff options
author | Vincent Lejeune <[email protected]> | 2011-12-25 19:17:01 +0100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-21 10:57:45 -0700 |
commit | 3e17d38457005dde81af78159bb1d543f3231d78 (patch) | |
tree | 0cd469c0d4f6b901846787d2a5ab82cf45e5e898 /src/mapi/glapi/gen/Makefile.am | |
parent | 37c3cbe053809c7d615f86cde0599175c6d83545 (diff) |
glapi: Add uniform buffer object API
v2: Fix a typo spotted by Eric Anholt.
v3: Fix missing "GL" on types, fix style, fix Studly_Caps extension name,
drop commented code duplicated with GL3x.xml [anholt]
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/Makefile.am')
-rw-r--r-- | src/mapi/glapi/gen/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am index 9a5016291b8..d0d0a7ba099 100644 --- a/src/mapi/glapi/gen/Makefile.am +++ b/src/mapi/glapi/gen/Makefile.am @@ -90,6 +90,7 @@ API_XML = \ ARB_vertex_type_2_10_10_10_rev.xml \ APPLE_object_purgeable.xml \ APPLE_vertex_array_object.xml \ + ARB_uniform_buffer_object.xml \ EXT_draw_buffers2.xml \ EXT_framebuffer_object.xml \ EXT_gpu_shader4.xml \ |