From 6be7e25256863c1e6a16d62cb06aff9aa42bfb08 Mon Sep 17 00:00:00 2001 From: Bas Nieuwenhuizen Date: Wed, 17 Jul 2024 12:28:01 +0200 Subject: [PATCH] relnotes: Add an entry about the new cache default. Part-of: --- docs/relnotes/new_features.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index aa7b72aa938..1dd4695ae33 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -6,3 +6,4 @@ VK_KHR_maintenance5 on v3dv VK_KHR_maintenance7 on RADV VK_EXT_depth_clamp_zero_one on v3dv GL_ARB_depth_clamp on v3d +Defaulting to a new shader cache implementation, reducing filesystem overhead.