Mesa (master): meson: Do not require shader cache for radv.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 28 01:25:14 UTC 2020


Module: Mesa
Branch: master
Commit: 3b74e6fa28037ee2d3fc0824275a9e1c509a0e2c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b74e6fa28037ee2d3fc0824275a9e1c509a0e2c

Author: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Date:   Thu Jun 25 18:06:42 2020 +0200

meson: Do not require shader cache for radv.

We fixed the compile error a while ago.

Fixes: cc10b34e9ed "util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache."
Reviewed-by: Drew Davenport <ddavenport at chromium.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg at google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5649>

---

 meson.build | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meson.build b/meson.build
index f14af82ace7..464bbed485a 100644
--- a/meson.build
+++ b/meson.build
@@ -909,9 +909,6 @@ if _shader_cache != 'disabled'
     with_shader_cache = true
   endif
 endif
-if with_amd_vk and not with_shader_cache
-  error('Radv requires shader cache support')
-endif
 
 # Check for GCC style builtins
 foreach b : ['bswap32', 'bswap64', 'clz', 'clzll', 'ctz', 'expect', 'ffs',



More information about the mesa-commit mailing list