From d7342a017927e8b50e9db7190d965160dd074c1c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 22 Nov 2024 10:29:36 +0100 Subject: [PATCH] docs: refer to panfrost by version The different Mali architecture versions are an easier way of reasoning about what is and what isn't supported, so let's switch to that. Part-of: --- docs/features.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index 9400bf499fc..972ef5b24e0 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -64,7 +64,7 @@ GL 3.0, GLSL 1.30 --- all DONE: freedreno, nv50, nvc0, r600, radeonsi, llvmpipe, Depth format cube textures DONE (v3d) GLX_ARB_create_context (GLX 1.4 is required) DONE (v3d, vc4) Multisample anti-aliasing DONE (freedreno/a5xx+, freedreno (*), llvmpipe (*), softpipe (*)), v3d) - 8 draw buffers DONE (panfrost/t760+, v3d/vc7+) + 8 draw buffers DONE (panfrost/v5+, v3d/vc7+) (*) freedreno (a2xx-a4xx), llvmpipe, and softpipe have fake Multisample anti-aliasing support @@ -235,7 +235,7 @@ GL 4.6, GLSL 4.60 -- all DONE: radeonsi, virgl, zink, iris, crocus/gen7+, d3d12, GL_ARB_shader_draw_parameters DONE (freedreno/a6xx+, llvmpipe, nvc0, crocus/gen6+) GL_ARB_shader_group_vote DONE (freedreno/a6xx, nvc0, llvmpipe, crocus) GL_ARB_spirv_extensions DONE (freedreno, llvmpipe) - GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, nv50, nvc0, r600, softpipe, llvmpipe, v3d, panfrost/g72+, crocus) + GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, nv50, nvc0, r600, softpipe, llvmpipe, v3d, panfrost/v6+, crocus) GL_ARB_transform_feedback_overflow_query DONE (freedreno/a6xx+, nvc0, llvmpipe, softpipe, crocus/gen6+) GL_KHR_no_error DONE (all drivers) @@ -282,7 +282,7 @@ GLES3.2, GLSL ES 3.2 -- all DONE: freedreno/a6xx, radeonsi, virgl, llvmpipe, zin GL_OES_gpu_shader5 DONE (freedreno/a6xx, 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_variables DONE (freedreno/a6xx, nvc0, r600, panfrost/bifrost, crocus/gen7+) + 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) @@ -325,7 +325,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_EXT_memory_object_fd DONE (freedreno, radeonsi, llvmpipe, zink, iris, crocus/gen7+) GL_EXT_memory_object_win32 DONE (zink, d3d12) GL_EXT_multisampled_render_to_texture DONE (freedreno/a6xx, panfrost, zink, lima) - GL_EXT_render_snorm DONE (freedreno/a6xx, r600, radeonsi, softpipe, zink, panfrost/bifrost+, iris, asahi) + GL_EXT_render_snorm DONE (freedreno/a6xx, r600, radeonsi, softpipe, zink, panfrost/v6+, iris, asahi) GL_EXT_semaphore DONE (radeonsi, zink, d3d12, iris, crocus) GL_EXT_semaphore_fd DONE (radeonsi, zink, iris, crocus) GL_EXT_semaphore_win32 DONE (zink, d3d12)