diff options
| author | sarbes <sarbes@kodi.tv> | 2025-09-22 12:25:22 +0200 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-09-22 19:40:31 +0000 |
| commit | 2f99f95288562382469f1e043a447ae78d7c69d7 (patch) | |
| tree | 028b50852b958508871a582c8202ca37aee264ec /docs | |
| parent | f3ef41ff289a21562329aab1a7d6ce6a8fa29d8c (diff) | |
lima: wire up anisotropic filtering
v2:
- AF seems to be log2 based, so convert accordingly
v3:
- actually expose AF
v4:
- REALLY expose AF
- remove log2 modifier assert
- use log2 modifier
- rename AF field
- advertise AF support in features
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37189>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 8c78cce677e..f4f56d8bad0 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -236,7 +236,7 @@ GL 4.6, GLSL 4.60 -- all DONE: radeonsi, virgl, zink, iris, crocus/gen7+, d3d12, GL_ARB_shader_draw_parameters DONE (freedreno/a6xx+, nvc0, crocus/gen6+, r600/evergreen+) GL_ARB_shader_group_vote DONE (freedreno/a6xx, nvc0, crocus, r600) GL_ARB_spirv_extensions DONE (freedreno, r600) - GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, nv50, nvc0, r600, softpipe, v3d, panfrost/v6+, crocus) + GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, nv50, nvc0, r600, softpipe, v3d, panfrost/v6+, crocus, lima) GL_ARB_transform_feedback_overflow_query DONE (freedreno/a6xx+, nvc0, softpipe, crocus/gen6+, r600/evergreen+) GL_KHR_no_error DONE (all drivers) |