From 70534dbe29052e2b4444d1c669750db3608c9eb9 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 18 Jul 2018 11:01:17 -0400 Subject: [PATCH] Allow AMD_perfmon on GLES contexts v2: whitespace alignment fix Reviewed-by: Rob Clark --- .../glapi/gen/AMD_performance_monitor.xml | 22 +++++++++---------- src/mesa/main/extensions_table.h | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/mapi/glapi/gen/AMD_performance_monitor.xml b/src/mapi/glapi/gen/AMD_performance_monitor.xml index b29dc5d9036..785ea076c6f 100644 --- a/src/mapi/glapi/gen/AMD_performance_monitor.xml +++ b/src/mapi/glapi/gen/AMD_performance_monitor.xml @@ -5,13 +5,13 @@ - + - + @@ -19,14 +19,14 @@ - + - + @@ -34,24 +34,24 @@ - + - + - + - + @@ -59,15 +59,15 @@ - + - + - + diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index e24287b8581..5795bccf332 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -10,7 +10,7 @@ EXT(3DFX_texture_compression_FXT1 , TDFX_texture_compression_FXT1 EXT(AMD_conservative_depth , ARB_conservative_depth , GLL, GLC, x , x , 2009) EXT(AMD_draw_buffers_blend , ARB_draw_buffers_blend , GLL, GLC, x , x , 2009) -EXT(AMD_performance_monitor , AMD_performance_monitor , GLL, GLC, x , x , 2007) +EXT(AMD_performance_monitor , AMD_performance_monitor , GLL, GLC, x , ES2, 2007) EXT(AMD_pinned_memory , AMD_pinned_memory , GLL, GLC, x , x , 2013) EXT(AMD_seamless_cubemap_per_texture , AMD_seamless_cubemap_per_texture , GLL, GLC, x , x , 2009) EXT(AMD_shader_stencil_export , ARB_shader_stencil_export , GLL, GLC, x , x , 2009) -- 2.30.2