From a807b8c0a893a437534df5292fe70c54c8d8332b Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Wed, 6 Nov 2019 10:57:53 +0100 Subject: [PATCH] mesa: add ARB_gpu_shader_fp64 selector-less functions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Marek Olšák --- docs/features.txt | 2 +- src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml | 131 +++++++++++++++++++++ 2 files changed, 132 insertions(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 82ebac79b04..49ed0fdb7e6 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -379,7 +379,7 @@ GL_EXT_direct_state_access additions from other extensions (complete list): GL_ARB_buffer_storage DONE GL_ARB_clear_buffer_object DONE GL_ARB_framebuffer_no_attachments DONE - GL_ARB_gpu_shader_fp64 not started + GL_ARB_gpu_shader_fp64 DONE GL_ARB_instanced_arrays not started GL_ARB_internalformat_query2 DONE GL_ARB_sparse_texture n/a diff --git a/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml b/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml index 2f2b914b388..7f4ee1bc71b 100644 --- a/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml +++ b/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml @@ -124,6 +124,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2