From 13b19aa815661cd17b74c8694b6c466bfaf75740 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Mon, 2 Nov 2015 19:30:18 -0600 Subject: mesa: expose support for GL_EXT_buffer_storage This extension requires ES 3.1 since it relies on glMemoryBarrier. For testing purposes I temporarily moved glMemoryBarrier to be an ES 3.0 function. This has been tested with the piglit in the ML and the Dolphin emulator. Reviewed-by: Ilia Mirkin --- src/mapi/glapi/gen/es_EXT.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/mapi/glapi/gen') diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index bf20e4801cc..9a777a24c61 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -905,4 +905,13 @@ + + + + + + + + + -- cgit v1.2.3