From d0a1c1a37d1f5d464d133ca4b49921a2f8bb8f74 Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Tue, 23 Aug 2022 12:14:56 -0700 Subject: [PATCH] mesa: Expose GL_NV_ES1_1_compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Marek Olšák Reviewed-by: Ian Romanick Reviewed-by: Adam Jackson Part-of: --- src/mapi/glapi/gen/gl_and_es_API.xml | 86 ++++++++++++++-------------- src/mesa/main/extensions_table.h | 1 + 2 files changed, 44 insertions(+), 43 deletions(-) diff --git a/src/mapi/glapi/gen/gl_and_es_API.xml b/src/mapi/glapi/gen/gl_and_es_API.xml index 6fd2c8dec66..0c8a1d5a9d1 100644 --- a/src/mapi/glapi/gen/gl_and_es_API.xml +++ b/src/mapi/glapi/gen/gl_and_es_API.xml @@ -18,46 +18,46 @@ - + - + - + - + - + - + - + - + @@ -66,56 +66,56 @@ - + - + - + - + - + - + - + - + - + - + @@ -123,13 +123,13 @@ - + - + @@ -138,60 +138,60 @@ - + - + - + - + - + - + - + - + - + - + @@ -200,7 +200,7 @@ - + @@ -212,57 +212,57 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index 11cb79e1123..68ac0917678 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -386,6 +386,7 @@ EXT(MESA_ycbcr_texture , MESA_ycbcr_texture EXT(NVX_gpu_memory_info , NVX_gpu_memory_info , GLL, GLC, x , x , 2013) +EXT(NV_ES1_1_compatibility , dummy_true , GLL, x , x , x , 2022) EXT(NV_alpha_to_coverage_dither_control , NV_alpha_to_coverage_dither_control , GLL, GLC, x , ES2, 2017) EXT(NV_blend_square , dummy_true , GLL, x , x , x , 1999) EXT(NV_compute_shader_derivatives , NV_compute_shader_derivatives , GLL, GLC, x , 32, 2018)