From 2f70317e0d92f0a8ed640294cf20c33e0c52fbb8 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 29 Jan 2021 12:33:15 -0500 Subject: [PATCH] docs/features: Mark sample shading done on Panfrost Signed-off-by: Alyssa Rosenzweig Part-of: --- docs/features.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index b7f2de84b7b..76da7654db8 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -129,7 +129,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg - Interpolation functions DONE (softpipe) - New overload resolution rules DONE (softpipe) GL_ARB_gpu_shader_fp64 DONE (i965/gen7+, softpipe, swr) - GL_ARB_sample_shading DONE (freedreno/a6xx, i965/gen6+, nv50) + GL_ARB_sample_shading DONE (freedreno/a6xx, i965/gen6+, nv50, panfrost) GL_ARB_shader_subroutine DONE (freedreno, i965/gen6+, nv50, softpipe, swr, d3d12) GL_ARB_tessellation_shader DONE (i965/gen7+, swr) GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, i965/gen6+, softpipe, swr, d3d12, panfrost) @@ -283,8 +283,8 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl, llvmpipe GL_OES_geometry_shader DONE (freedreno/a6xx, i965/hsw+, nvc0, r600, softpipe, v3d) GL_OES_gpu_shader5 DONE (freedreno/a6xx, all drivers that support GL_ARB_gpu_shader5) GL_OES_primitive_bounding_box DONE (freedreno/a5xx+, i965/gen7+, nvc0, r600, softpipe, v3d) - GL_OES_sample_shading DONE (freedreno/a6xx, i965, nvc0, r600, zink) - GL_OES_sample_variables DONE (freedreno/a6xx, i965, nvc0, r600, zink) + GL_OES_sample_shading DONE (freedreno/a6xx, i965, nvc0, r600, zink, panfrost) + GL_OES_sample_variables DONE (freedreno/a6xx, i965, nvc0, r600, zink, panfrost/bifrost) GL_OES_shader_image_atomic DONE (all drivers that support GL_ARB_shader_image_load_store) GL_OES_shader_io_blocks DONE (All drivers that support GLES 3.1) GL_OES_shader_multisample_interpolation DONE (freedreno/a6xx, i965, nvc0, r600, zink)