mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
asahi: allow disk cache with compblit
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
parent
8ab443d549
commit
24b7fbca9d
1 changed files with 2 additions and 1 deletions
|
|
@ -15,11 +15,12 @@
|
|||
#include "util/disk_cache.h"
|
||||
#include "util/mesa-sha1.h"
|
||||
#include "agx_bo.h"
|
||||
#include "agx_device.h"
|
||||
#include "agx_disk_cache.h"
|
||||
#include "agx_state.h"
|
||||
|
||||
/* Flags that are allowed and do not disable the disk cache */
|
||||
#define ALLOWED_FLAGS (AGX_DBG_NO16)
|
||||
#define ALLOWED_FLAGS (AGX_DBG_NO16 | AGX_DBG_COMPBLIT)
|
||||
|
||||
/**
|
||||
* Compute a disk cache key for the given uncompiled shader and shader key.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue