From 688718be8b2e006bb9d5cb972dfe22793f4eaaa0 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 11 Nov 2025 10:57:21 +0100 Subject: [PATCH] mesa: OES_texture_stencil8 requries OpenGL ES 3.1 Signed-off-by: Christian Gmeiner Reviewed-by: Erik Faye-Lund Part-of: --- src/mesa/main/extensions_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index 70fb86f6568..0290cf3d5e6 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -506,7 +506,7 @@ EXT(OES_texture_half_float , OES_texture_half_float EXT(OES_texture_half_float_linear , OES_texture_half_float_linear , x , x , x , ES2, 2005) EXT(OES_texture_mirrored_repeat , dummy_true , x , x , ES1, x , 2005) EXT(OES_texture_npot , ARB_texture_non_power_of_two , x , x , ES1, ES2, 2005) -EXT(OES_texture_stencil8 , ARB_texture_stencil8 , x , x , x , 30, 2014) +EXT(OES_texture_stencil8 , ARB_texture_stencil8 , x , x , x , 31, 2014) EXT(OES_texture_storage_multisample_2d_array, ARB_texture_multisample , x , x , x , 31, 2014) EXT(OES_texture_view , OES_texture_view , x , x , x , 31, 2014) EXT(OES_vertex_array_object , dummy_true , x , x , ES1, ES2, 2010)