summaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorAdam Jackson <[email protected]>2017-08-24 14:40:32 -0400
committerAdam Jackson <[email protected]>2017-08-25 12:38:01 -0400
commit00caf2ab088dd2e08ce410850dee61ba2b9aa63a (patch)
treec7432e339a4c24610faeca1df370a2305206f1db /docs/features.txt
parentddc9b4e823a9e788f530a17dcf260dcc9f26a156 (diff)
mesa: Implement GL_ARB_texture_filter_anisotropic
The only difference from the EXT version is bumping the minmax to 16, so just hit all the drivers at once. v2: Fix driver names, add to 17.3 release notes (Ilia Mirkin) Reviewed-by: Ilia Mirkin <[email protected]> Signed-off-by: Adam Jackson <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 6f57ec26fd1..3f91c2daaea 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -231,10 +231,12 @@ GL 4.6, GLSL 4.60
GL_ARB_shader_draw_parameters DONE (i965, nvc0, radeonsi)
GL_ARB_shader_group_vote DONE (i965, nvc0, radeonsi)
GL_ARB_spirv_extensions in progress (Nicolai Hähnle, Ian Romanick)
- GL_ARB_texture_filter_anisotropic not started
+ GL_ARB_texture_filter_anisotropic DONE (i965, nv50, nvc0, r600, radeonsi, softpipe (*), llvmpipe (*))
GL_ARB_transform_feedback_overflow_query DONE (i965/gen6+, radeonsi, llvmpipe, softpipe)
GL_KHR_no_error started (Timothy Arceri)
+(*) 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, radeonsi