docs: update anisotropic info for softpipe/llvmpipe/lavapipe
authorDave Airlie <airlied@redhat.com>
Sun, 18 Jul 2021 19:54:57 +0000 (05:54 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 21 Jul 2021 00:19:51 +0000 (10:19 +1000)
both drivers have proper implementations

Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8804>

docs/features.txt
docs/relnotes/new_features.txt

index a7d8009..e7d6232 100644 (file)
@@ -235,12 +235,10 @@ GL 4.6, GLSL 4.60 -- all DONE: radeonsi, zink
   GL_ARB_shader_draw_parameters                         DONE (i965, llvmpipe, nvc0)
   GL_ARB_shader_group_vote                              DONE (i965, nvc0, llvmpipe)
   GL_ARB_spirv_extensions                               DONE (i965/gen7+, llvmpipe)
-  GL_ARB_texture_filter_anisotropic                     DONE (etnaviv/HALTI0, freedreno, i965, nv50, nvc0, r600, softpipe (*), llvmpipe (*), d3d12, virgl)
+  GL_ARB_texture_filter_anisotropic                     DONE (etnaviv/HALTI0, freedreno, i965, nv50, nvc0, r600, softpipe, llvmpipe, d3d12, virgl)
   GL_ARB_transform_feedback_overflow_query              DONE (i965/gen6+, nvc0, llvmpipe, softpipe, virgl)
   GL_KHR_no_error                                       DONE (all drivers)
 
-(*) softpipe and llvmpipe advertise 16x anisotropy but simply ignore the setting
-
 These are the extensions cherry-picked to make GLES 3.1
 GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl, v3d, softpipe, llvmpipe, zink, panfrost
 
index fbb5da6..9d79ddb 100644 (file)
@@ -1 +1,3 @@
 VK_EXT_color_write_enable on lavapipe
+GL_ARB_texture_filter_anisotropic in llvmpipe
+Anisotropic texture filtering in lavapipe