From: Dave Airlie Date: Sun, 18 Jul 2021 19:54:57 +0000 (+1000) Subject: docs: update anisotropic info for softpipe/llvmpipe/lavapipe X-Git-Tag: upstream/22.3.5~20055 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74245ca0372cef6850791d454d2490304df68a65;p=platform%2Fupstream%2Fmesa.git docs: update anisotropic info for softpipe/llvmpipe/lavapipe both drivers have proper implementations Acked-By: Mike Blumenkrantz Reviewed-by: Roland Scheidegger Part-of: --- diff --git a/docs/features.txt b/docs/features.txt index a7d8009..e7d6232 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -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 diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index fbb5da6..9d79ddb 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -1 +1,3 @@ VK_EXT_color_write_enable on lavapipe +GL_ARB_texture_filter_anisotropic in llvmpipe +Anisotropic texture filtering in lavapipe