summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2022-09-04 14:21:04 -0400
committerMarge Bot <emma+marge@anholt.net>2022-12-17 18:10:28 +0000
commit0347d1c358854a0b7f113dad6814dffcd5ba75aa (patch)
treebc1692ca1333be48835712cb98492aecd3b428a1 /docs
parentdc87d83a294155bdd7b7ed9b9cf53a3a5664a953 (diff)
asahi: Identify seamful cube map bit
Fixes dEQP-GLES2.functional.texture.mipmap.cube.basic.linear_nearest when run with a GLES2 version. We wire up seamless cube maps for GLES3+ only, working around an obscure mesa/st limitation. See 6148e3aae7e ("mesa: Fix ctx->Texture.CubeMapSeamless") for the full context. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20365>
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 c302f2bd5b6..ad498905cb7 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -90,7 +90,7 @@ GL 3.2, GLSL 1.50 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llv
GL_ARB_draw_elements_base_vertex (Base vertex offset) DONE (v3d, vc4, panfrost, lima, asahi)
GL_ARB_fragment_coord_conventions (Frag shader coord) DONE (v3d, vc4, panfrost, lima, asahi)
GL_ARB_provoking_vertex (Provoking vertex) DONE (v3d, vc4, panfrost, lima, asahi)
- GL_ARB_seamless_cube_map (Seamless cubemaps) DONE (panfrost)
+ GL_ARB_seamless_cube_map (Seamless cubemaps) DONE (panfrost, asahi)
GL_ARB_texture_multisample (Multisample textures) DONE (freedreno/a5xx+, v3d, vc4, panfrost)
GL_ARB_depth_clamp (Frag depth clamp) DONE (panfrost)
GL_ARB_sync (Fence objects) DONE (v3d, vc4, panfrost, lima)