Module: Mesa Branch: master Commit: bb4c73748d842d558e6af2d195bceb2af343f424 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb4c73748d842d558e6af2d195bceb2af343f424
Author: Gert Wollny <[email protected]> Date: Mon Dec 28 17:55:58 2020 +0100 doc: virgl supports ARB_texture_filter_anisotropic already Signed-off-by: Gert Wollny <[email protected]> Reviewed-by: Adam Jackson <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8257> --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 0c2fceea37d..cdfa357fb3a 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -235,7 +235,7 @@ GL 4.6, GLSL 4.60 -- all DONE: radeonsi 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+) - GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, i965, nv50, nvc0, r600, softpipe (*), llvmpipe (*), d3d12) + 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) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
