aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2020-07-15 13:51:18 -0400
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2020-11-06 18:10:04 -0500
commit0bc222706d3ba1ebddf9e9b90197a4fea5f71139 (patch)
treea8731df116e77e214d834695cc140896f05ce913 /docs
parentbf29daa1b5a33ce2cc62b7743b4bf7220c7b8539 (diff)
downloadexternal_mesa3d-0bc222706d3ba1ebddf9e9b90197a4fea5f71139.tar.gz
external_mesa3d-0bc222706d3ba1ebddf9e9b90197a4fea5f71139.tar.bz2
external_mesa3d-0bc222706d3ba1ebddf9e9b90197a4fea5f71139.zip
zink: implement ARB_texture_query_lod
just needed hooking up the spirv function to the tex op Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7484>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 9d966b5007a..c5211b5cf42 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -135,7 +135,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg
GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, i965/gen6+, softpipe, swr)
GL_ARB_texture_cube_map_array DONE (i965/gen6+, nv50, softpipe, swr, zink)
GL_ARB_texture_gather DONE (freedreno, i965/gen6+, nv50, softpipe, swr, v3d, panfrost)
- GL_ARB_texture_query_lod DONE (freedreno, i965, nv50, softpipe, swr, v3d, panfrost)
+ GL_ARB_texture_query_lod DONE (freedreno, i965, nv50, softpipe, swr, v3d, panfrost, zink)
GL_ARB_transform_feedback2 DONE (i965/gen6+, nv50, softpipe, swr, v3d, panfrost)
GL_ARB_transform_feedback3 DONE (i965/gen7+, softpipe, swr)