From 71b9848c07919891e245cc1b7de4083ff33bf7e3 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 21 Nov 2024 10:16:27 +0100 Subject: [PATCH] docs: mark GL_ARB_shader_subroutine as always supported This extension is always supported, no need to maintain a list of drivers that support it. Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index dc3797a4da1..5f4334e21c5 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -130,7 +130,7 @@ GL 4.0, GLSL 4.00 --- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, - New overload resolution rules DONE (softpipe) GL_ARB_gpu_shader_fp64 DONE (freedreno/a6xx, softpipe) GL_ARB_sample_shading DONE (freedreno/a6xx, nv50, panfrost, crocus/gen6+) - GL_ARB_shader_subroutine DONE (freedreno, nv50, softpipe, crocus/gen6+) + GL_ARB_shader_subroutine DONE (all drivers) GL_ARB_tessellation_shader DONE (freedreno/a6xx) GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, softpipe, panfrost, crocus/gen6+) GL_ARB_texture_cube_map_array DONE (freedreno/a4xx+, nv50, softpipe, v3d, crocus/gen6+)