From 75fbf492aced22a570ed986b8605bf4156bd9328 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 22 Nov 2024 09:59:51 +0100 Subject: [PATCH] docs: fixup a few mistakes with panfrost Both of GL_OES_sample_shading and GL_OES_shader_multisample_interpolation are enabled on panfrost when GL_OES_gpu_shader5 is enabled. And that's the case on Bifrost and later, but not Midgard. Let's fix up features.txt to match reality here. Part-of: --- docs/features.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index 972ef5b24e0..92ec23ad84e 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -279,13 +279,13 @@ GLES3.2, GLSL ES 3.2 -- all DONE: freedreno/a6xx, radeonsi, virgl, llvmpipe, zin GL_OES_draw_buffers_indexed DONE (all drivers that support GL_ARB_draw_buffers_blend) GL_OES_draw_elements_base_vertex DONE (all drivers) GL_OES_geometry_shader DONE (freedreno/a6xx, nvc0, r600, softpipe, v3d) - GL_OES_gpu_shader5 DONE (freedreno/a6xx, all drivers that support GL_ARB_gpu_shader5) + GL_OES_gpu_shader5 DONE (freedreno/a6xx, panfrost/v6+, all drivers that support GL_ARB_gpu_shader5) GL_OES_primitive_bounding_box DONE (freedreno/a5xx+, nvc0, r600, softpipe, v3d) - GL_OES_sample_shading DONE (freedreno/a6xx, nvc0, r600, panfrost, d3d12) + GL_OES_sample_shading DONE (freedreno/a6xx, nvc0, r600, panfrost/v6+, d3d12) GL_OES_sample_variables DONE (freedreno/a6xx, nvc0, r600, panfrost/v6+, crocus/gen7+) GL_OES_shader_image_atomic DONE (All drivers that support GLES 3.1) GL_OES_shader_io_blocks DONE (All drivers that support GLES 3.1) - GL_OES_shader_multisample_interpolation DONE (freedreno/a6xx, nvc0, r600) + GL_OES_shader_multisample_interpolation DONE (freedreno/a6xx, nvc0, r600, panfrost/v6+) GL_OES_tessellation_shader DONE (freedreno/a6xx, all drivers that support GL_ARB_tessellation_shader) GL_OES_texture_border_clamp DONE (all drivers) GL_OES_texture_buffer DONE (freedreno, nvc0, r600, softpipe, panfrost, crocus/gen6+)