]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
bug111552.patch added to fix Geekbench5 Vulkan tests
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 10 Sep 2019 07:12:43 +0000 (09:12 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 10 Sep 2019 07:12:43 +0000 (09:12 +0200)
https://bugs.freedesktop.org/show_bug.cgi?id=111552

Mesa.spec

index 1f4324ba50abd44dba858d95e913fb339251061c..298c3d18b057deb934d05b84311a4ea38dc418dc 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -65,6 +65,7 @@ Source0:      https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-%{version}/mesa
 # Source0-md5: 090aae399f31f7518f44be4a93a5f4b7
 Patch0:                nouveau_no_rtti.patch
 Patch1:                i9x5-tex-ignore-the-diff-between-GL_TEXTURE_2D-and-GL_TEXTURE_RECTANGLE.patch
+Patch2:                bug111552.patch
 URL:           http://www.mesa3d.org/
 %{?with_opencl:BuildRequires:  clang-devel >= %{llvm_ver}}
 BuildRequires: elfutils-devel
@@ -1302,6 +1303,7 @@ radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
 %setup -q -n mesa-mesa-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 
This page took 0.071311 seconds and 4 git commands to generate.