diff options
author | Marek Olšák <[email protected]> | 2012-10-28 17:51:47 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-10-31 01:48:40 +0100 |
commit | f2f782d50fa9ba3e2352a404f812a51451b20ae5 (patch) | |
tree | eb589d7513ebf31e02c851f7bd6193ca0a1e978e /src/mesa/main/get.c | |
parent | 0ebd0b78c6cf14fa9f9e3d19b1dbd141295814a1 (diff) |
mesa: implement ARB_map_buffer_alignment
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 805f0f978a7..b510c32d5d3 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -338,6 +338,7 @@ EXTRA_EXT(OES_EGL_image_external); EXTRA_EXT(ARB_blend_func_extended); EXTRA_EXT(ARB_uniform_buffer_object); EXTRA_EXT(ARB_timer_query); +EXTRA_EXT(ARB_map_buffer_alignment); static const int extra_NV_primitive_restart[] = { |