mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 06:00:14 +01:00
asahi: drop silly
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33743>
This commit is contained in:
parent
1100c2328a
commit
c8ee0895e3
1 changed files with 0 additions and 8 deletions
|
|
@ -54,14 +54,6 @@
|
|||
#include "agx_tilebuffer.h"
|
||||
#include "shader_enums.h"
|
||||
|
||||
/* Fake values, pending UAPI upstreaming */
|
||||
#ifndef DRM_FORMAT_MOD_APPLE_GPU_TILED
|
||||
#define DRM_FORMAT_MOD_APPLE_GPU_TILED (2)
|
||||
#endif
|
||||
#ifndef DRM_FORMAT_MOD_APPLE_GPU_TILED_COMPRESSED
|
||||
#define DRM_FORMAT_MOD_APPLE_GPU_TILED_COMPRESSED (3)
|
||||
#endif
|
||||
|
||||
uint64_t agx_best_modifiers[] = {
|
||||
DRM_FORMAT_MOD_APPLE_GPU_TILED_COMPRESSED,
|
||||
DRM_FORMAT_MOD_APPLE_GPU_TILED,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue