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:
parent
12c7d61823
commit
c0d7f48203
|
@ -28,7 +28,7 @@ index 6b58aebee2d..c9e983367a0 100644
|
|||
res->domains = RADEON_DOMAIN_GTT;
|
||||
+
|
||||
+#if defined(PIPE_ARCH_AARCH64)
|
||||
+ if (size <= 1024 * 512)
|
||||
+ if (size <= 1024 * 1024)
|
||||
+ res->domains = RADEON_DOMAIN_GTT;
|
||||
+#endif
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mesa'
|
||||
pkgname=mesa
|
||||
version=21.0.3
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="mesa-${version}"
|
||||
build_style=meson
|
||||
configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
|
||||
|
|
Loading…
Reference in New Issue