diff options
author | Rob Clark <robdclark@chromium.org> | 2023-08-23 11:25:26 -0700 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-08-23 21:26:08 +0000 |
commit | 4275781896aa7b3d2065c4d6e82a681298575cfb (patch) | |
tree | 01a60d3f22105d16742255571e13ecbba471e5ac /docs/relnotes | |
parent | ee1132bd793d26f512d0eaab7a6fb198634968c5 (diff) | |
download | mesa-4275781896aa7b3d2065c4d6e82a681298575cfb.tar.gz mesa-4275781896aa7b3d2065c4d6e82a681298575cfb.tar.bz2 mesa-4275781896aa7b3d2065c4d6e82a681298575cfb.zip |
docs: Followup to !24636
Update docs to reflect that EGL_ANDROID_blob_cache is now available even
if on-disk caching is disabled.
Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24853>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/new_features.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 4d9aef09f32..62f583879a1 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -17,3 +17,4 @@ GL_ARB_sample_shading on Asahi GL_OES_sample_variables on Asahi GL_OES_shader_multisample_interpolation on Asahi GL_OES_gpu_shader5 on Asahi +EGL_ANDROID_blob_cache works when disk caching is disabled |