mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
asahi: drop cargo culted disk cache disable
we don't have a disk cache to disable with clc. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33682>
This commit is contained in:
parent
678134add5
commit
6c3d7a2821
2 changed files with 0 additions and 2 deletions
|
|
@ -55,7 +55,6 @@ libagx_shaders = custom_target(
|
|||
input : libagx_spv,
|
||||
output : ['libagx_shaders.h', 'libagx_shaders.c'],
|
||||
command : [prog_asahi_clc, libagx_spv, '@OUTPUT0@', '@OUTPUT1@'],
|
||||
env: ['MESA_SHADER_CACHE_DISABLE=true'],
|
||||
depends : [prog_asahi_clc],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ libagx_spv = custom_target(
|
|||
'-I' + join_paths(meson.current_build_dir(), '../genxml'),
|
||||
'-fmacro-prefix-map=@0@='.format(relative_dir),
|
||||
],
|
||||
env: ['MESA_SHADER_CACHE_DISABLE=true'],
|
||||
depends : [prog_mesa_clc, agx_pack],
|
||||
depfile : 'libagx_shaders.h.d',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue