From eec5c01b5efc1ab81bfe1af15855e17e852ed4a3 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Fri, 18 May 2018 13:23:15 +1000 Subject: mesa: add support for glNamedBufferStorageEXT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is available in ARB_buffer_storage when EXT_direct_state_access is present. Reviewed-by: Marek Olšák Signed-off-by: Marek Olšák --- src/mesa/main/tests/dispatch_sanity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/tests') diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 0fba8d19fe3..c789a2d513b 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -1295,6 +1295,7 @@ const struct function common_desktop_functions_possible[] = { /* GL_ARB_buffer_storage */ { "glBufferStorage", 43, -1 }, + { "glNamedBufferStorageEXT", 43, -1 }, /* GL_ARB_clear_texture */ { "glClearTexImage", 13, -1 }, -- cgit v1.2.3