summaryrefslogtreecommitdiff
path: root/docs/features.txt
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2023-04-13 18:57:39 +0200
committerMarge Bot <emma+marge@anholt.net>2023-04-24 15:07:32 +0000
commitb346c019d529200404b211b2024a28c41eb0cbf9 (patch)
treecce42a4d1d1cae085ad991d3af80a72bc394c7ea /docs/features.txt
parent1bc9efc10c2329d6442f39115a1c013fd870f48d (diff)
downloadmesa-b346c019d529200404b211b2024a28c41eb0cbf9.tar.gz
v3d: add support for ARB_texture_cube_map_array
This implements support for texture cubemap arrays. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22482>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 2fb145c2d5a..f8e88faf89d 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -133,7 +133,7 @@ GL 4.0, GLSL 4.00 --- all DONE: freedreno/a6xx, i965/gen7+, nvc0, r600, radeonsi
GL_ARB_shader_subroutine DONE (freedreno, i965/gen6+, nv50, softpipe)
GL_ARB_tessellation_shader DONE (freedreno/a6xx, i965/gen7+, )
GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, i965/gen6+, softpipe, panfrost, asahi)
- GL_ARB_texture_cube_map_array DONE (freedreno/a4xx+, i965/gen6+, nv50, softpipe)
+ GL_ARB_texture_cube_map_array DONE (freedreno/a4xx+, i965/gen6+, nv50, softpipe, v3d)
GL_ARB_texture_gather DONE (freedreno, i965/gen6+, nv50, softpipe, v3d, panfrost, asahi)
GL_ARB_texture_query_lod DONE (freedreno, i965, nv50, softpipe, v3d, panfrost)
GL_ARB_transform_feedback2 DONE (freedreno/a3xx+, i965/gen6+, nv50, softpipe, v3d, panfrost)