From 345f52661ccff79ed01bc857669b5e71eb3d5fb2 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 13 Sep 2022 15:39:49 +0200 Subject: [PATCH] docs: update staus of mark GL_ARB_texture_compression_bptc This is now done for all drivers that supports half-float and sRGB textures. Update features.txt to reflect this. Reviewed-by: Alyssa Rosenzweig Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 398f478344b..57e057ca294 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -152,7 +152,7 @@ GL 4.1, GLSL 4.10 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl, zink, d3d12 - GL_ARB_texture_compression_bptc DONE (freedreno, i965, softpipe, panfrost/if SoC supports) + GL_ARB_texture_compression_bptc DONE (all drivers that supports EXT_texture_sRGB and OES_texture_half_float) GL_ARB_compressed_texture_pixel_storage DONE (all drivers) GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost) GL_ARB_texture_storage DONE (all drivers)