mesa: update aarch64 patch

On Xorg applications like Firefox, this buffer increase is
not adequate; it continues to artefact. Increase the size to
1024 * 1024.
This commit is contained in:
meme 2021-05-22 13:41:50 -04:00 committed by Daniel Kolesa
parent 12c7d61823
commit c0d7f48203
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ index 6b58aebee2d..c9e983367a0 100644
res->domains = RADEON_DOMAIN_GTT; res->domains = RADEON_DOMAIN_GTT;
+ +
+#if defined(PIPE_ARCH_AARCH64) +#if defined(PIPE_ARCH_AARCH64)
+ if (size <= 1024 * 512) + if (size <= 1024 * 1024)
+ res->domains = RADEON_DOMAIN_GTT; + res->domains = RADEON_DOMAIN_GTT;
+#endif +#endif
} }

View file

@ -1,7 +1,7 @@
# Template file for 'mesa' # Template file for 'mesa'
pkgname=mesa pkgname=mesa
version=21.0.3 version=21.0.3
revision=3 revision=4
wrksrc="mesa-${version}" wrksrc="mesa-${version}"
build_style=meson build_style=meson
configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled