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
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue