From a9b662908cce74955f27cee9748e5fa1a75fae11 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 22 Nov 2024 10:38:21 +0100 Subject: [PATCH] docs: mark GL_ARB_get_program_binary as always supported We always support the extension. Wether we support any formats or not depends on one of two conditions: 1. If Mesa is built with shader-cache support or not, which is not a driver decision. 2. If GL_ARB_gl_spirv is supported or not, which is covered elsewhere. So there's no reason to list individual drivers here, as that doesn't really change anything. Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 5f4334e21c5..4da46fff1d4 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -143,7 +143,7 @@ GL 4.0, GLSL 4.00 --- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, GL 4.1, GLSL 4.10 --- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, virgl, zink, d3d12, iris, crocus/gen7+, asahi GL_ARB_ES2_compatibility DONE (freedreno, nv50, softpipe, v3d, vc4, panfrost, lima, crocus) - GL_ARB_get_program_binary DONE (freedreno, v3d, 0 or 1 binary formats) + GL_ARB_get_program_binary DONE (all drivers) GL_ARB_separate_shader_objects DONE (all drivers) GL_ARB_shader_precision DONE (freedreno/a6xx, all drivers that support GLSL 4.10) GL_ARB_vertex_attrib_64bit DONE (freedreno/a6xx, softpipe)