Accepting request 572112 from X11:XOrg
- Update to 18.0.0-rc3 * includes significant improvements for OpenGL and Vulkan support and performance. - supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch - Remove dependency on clang-devel-static. (bnc#1065464) * It was removed, clang-devel now again provides everything necessary as shared libraries. - Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It mirrors the requirement of the normal packages. (bnc#1078261) - Update to 18.0.0-rc3 * includes significant improvements for OpenGL and Vulkan support and performance. - supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch - Remove dependency on clang-devel-static. (bnc#1065464) * It was removed, clang-devel now again provides everything necessary as shared libraries. - Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It mirrors the requirement of the normal packages. (bnc#1078261) OBS-URL: https://build.opensuse.org/request/show/572112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=313
This commit is contained in:
commit
0e3737e14d
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 2 13:52:41 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to 18.0.0-rc3
|
||||||
|
* includes significant improvements for OpenGL and Vulkan support
|
||||||
|
and performance.
|
||||||
|
- supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 31 14:58:07 UTC 2018 - msrb@suse.com
|
||||||
|
|
||||||
|
- Remove dependency on clang-devel-static. (bnc#1065464)
|
||||||
|
* It was removed, clang-devel now again provides everything
|
||||||
|
necessary as shared libraries.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 14:42:52 UTC 2018 - msrb@suse.com
|
||||||
|
|
||||||
|
- Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It
|
||||||
|
mirrors the requirement of the normal packages. (bnc#1078261)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 29 10:43:04 UTC 2018 - msrb@suse.com
|
Mon Jan 29 10:43:04 UTC 2018 - msrb@suse.com
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 17.3.3
|
%define _version 18.0.0-rc3
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -108,7 +108,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa-drivers
|
Name: Mesa-drivers
|
||||||
Version: 17.3.3
|
Version: 18.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -141,7 +141,6 @@ Patch31: archlinux_0001-Fix-linkage-against-shared-glapi.patch
|
|||||||
Patch32: archlinux_glvnd-fix-gl-dot-pc.patch
|
Patch32: archlinux_glvnd-fix-gl-dot-pc.patch
|
||||||
# Upstream
|
# Upstream
|
||||||
Patch43: u_mesa-python3-only.patch
|
Patch43: u_mesa-python3-only.patch
|
||||||
Patch44: U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
|
|
||||||
Patch45: n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
|
Patch45: n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
|
||||||
|
|
||||||
BuildRequires: autoconf >= 2.60
|
BuildRequires: autoconf >= 2.60
|
||||||
@ -228,7 +227,6 @@ BuildRequires: ncurses-devel
|
|||||||
|
|
||||||
%if 0%{with_opencl}
|
%if 0%{with_opencl}
|
||||||
BuildRequires: clang-devel
|
BuildRequires: clang-devel
|
||||||
BuildRequires: clang-devel-static
|
|
||||||
BuildRequires: libclc
|
BuildRequires: libclc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -751,7 +749,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%patch43 -p1
|
%patch43 -p1
|
||||||
%patch44 -p1
|
|
||||||
%patch45 -p1
|
%patch45 -p1
|
||||||
|
|
||||||
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
|
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
|
||||||
|
21
Mesa.changes
21
Mesa.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 2 13:52:41 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to 18.0.0-rc3
|
||||||
|
* includes significant improvements for OpenGL and Vulkan support
|
||||||
|
and performance.
|
||||||
|
- supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 31 14:58:07 UTC 2018 - msrb@suse.com
|
||||||
|
|
||||||
|
- Remove dependency on clang-devel-static. (bnc#1065464)
|
||||||
|
* It was removed, clang-devel now again provides everything
|
||||||
|
necessary as shared libraries.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 14:42:52 UTC 2018 - msrb@suse.com
|
||||||
|
|
||||||
|
- Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It
|
||||||
|
mirrors the requirement of the normal packages. (bnc#1078261)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 29 10:43:04 UTC 2018 - msrb@suse.com
|
Mon Jan 29 10:43:04 UTC 2018 - msrb@suse.com
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 17.3.3
|
%define _version 18.0.0-rc3
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -107,7 +107,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 17.3.3
|
Version: 18.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -140,7 +140,6 @@ Patch31: archlinux_0001-Fix-linkage-against-shared-glapi.patch
|
|||||||
Patch32: archlinux_glvnd-fix-gl-dot-pc.patch
|
Patch32: archlinux_glvnd-fix-gl-dot-pc.patch
|
||||||
# Upstream
|
# Upstream
|
||||||
Patch43: u_mesa-python3-only.patch
|
Patch43: u_mesa-python3-only.patch
|
||||||
Patch44: U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
|
|
||||||
Patch45: n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
|
Patch45: n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
|
||||||
|
|
||||||
BuildRequires: autoconf >= 2.60
|
BuildRequires: autoconf >= 2.60
|
||||||
@ -227,7 +226,6 @@ BuildRequires: ncurses-devel
|
|||||||
|
|
||||||
%if 0%{with_opencl}
|
%if 0%{with_opencl}
|
||||||
BuildRequires: clang-devel
|
BuildRequires: clang-devel
|
||||||
BuildRequires: clang-devel-static
|
|
||||||
BuildRequires: libclc
|
BuildRequires: libclc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -750,7 +748,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%patch43 -p1
|
%patch43 -p1
|
||||||
%patch44 -p1
|
|
||||||
%patch45 -p1
|
%patch45 -p1
|
||||||
|
|
||||||
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
|
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
|
||||||
|
@ -1,45 +0,0 @@
|
|||||||
From fe668b5c155aee4443dde0748065241e09293302 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Anuj Phogat <anuj.phogat@gmail.com>
|
|
||||||
Date: Fri, 5 Jan 2018 09:17:36 -0800
|
|
||||||
Subject: [PATCH] intel: Add more Coffee Lake PCI IDs
|
|
||||||
|
|
||||||
More Coffee Lake PCI IDs have been added to the spec.
|
|
||||||
|
|
||||||
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
|
|
||||||
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
|
|
||||||
---
|
|
||||||
include/pci_ids/i965_pci_ids.h | 10 +++++++++-
|
|
||||||
1 file changed, 9 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h
|
|
||||||
index 0dd01a4343..9616f7de21 100644
|
|
||||||
--- a/include/pci_ids/i965_pci_ids.h
|
|
||||||
+++ b/include/pci_ids/i965_pci_ids.h
|
|
||||||
@@ -167,15 +167,23 @@ CHIPSET(0x3184, glk, "Intel(R) HD Graphics (Geminilake)")
|
|
||||||
CHIPSET(0x3185, glk_2x6, "Intel(R) HD Graphics (Geminilake 2x6)")
|
|
||||||
CHIPSET(0x3E90, cfl_gt1, "Intel(R) HD Graphics (Coffeelake 2x6 GT1)")
|
|
||||||
CHIPSET(0x3E93, cfl_gt1, "Intel(R) HD Graphics (Coffeelake 2x6 GT1)")
|
|
||||||
+CHIPSET(0x3E99, cfl_gt1, "Intel(R) HD Graphics (Coffeelake 2x6 GT1)")
|
|
||||||
+CHIPSET(0x3EA1, cfl_gt1, "Intel(R) HD Graphics (Coffeelake 2x6 GT1)")
|
|
||||||
+CHIPSET(0x3EA4, cfl_gt1, "Intel(R) HD Graphics (Coffeelake 2x6 GT1)")
|
|
||||||
CHIPSET(0x3E91, cfl_gt2, "Intel(R) HD Graphics (Coffeelake 3x8 GT2)")
|
|
||||||
CHIPSET(0x3E92, cfl_gt2, "Intel(R) HD Graphics (Coffeelake 3x8 GT2)")
|
|
||||||
CHIPSET(0x3E96, cfl_gt2, "Intel(R) HD Graphics (Coffeelake 3x8 GT2)")
|
|
||||||
+CHIPSET(0x3E9A, cfl_gt2, "Intel(R) HD Graphics (Coffeelake 3x8 GT2)")
|
|
||||||
CHIPSET(0x3E9B, cfl_gt2, "Intel(R) HD Graphics (Coffeelake 3x8 GT2)")
|
|
||||||
CHIPSET(0x3E94, cfl_gt2, "Intel(R) HD Graphics (Coffeelake 3x8 GT2)")
|
|
||||||
+CHIPSET(0x3EA0, cfl_gt2, "Intel(R) HD Graphics (Coffeelake 3x8 GT2)")
|
|
||||||
+CHIPSET(0x3EA3, cfl_gt2, "Intel(R) HD Graphics (Coffeelake 3x8 GT2)")
|
|
||||||
+CHIPSET(0x3EA9, cfl_gt2, "Intel(R) HD Graphics (Coffeelake 3x8 GT2)")
|
|
||||||
+CHIPSET(0x3EA2, cfl_gt3, "Intel(R) HD Graphics (Coffeelake 3x8 GT3)")
|
|
||||||
+CHIPSET(0x3EA5, cfl_gt3, "Intel(R) HD Graphics (Coffeelake 3x8 GT3)")
|
|
||||||
CHIPSET(0x3EA6, cfl_gt3, "Intel(R) HD Graphics (Coffeelake 3x8 GT3)")
|
|
||||||
CHIPSET(0x3EA7, cfl_gt3, "Intel(R) HD Graphics (Coffeelake 3x8 GT3)")
|
|
||||||
CHIPSET(0x3EA8, cfl_gt3, "Intel(R) HD Graphics (Coffeelake 3x8 GT3)")
|
|
||||||
-CHIPSET(0x3EA5, cfl_gt3, "Intel(R) HD Graphics (Coffeelake 3x8 GT3)")
|
|
||||||
CHIPSET(0x5A49, cnl_2x8, "Intel(R) HD Graphics (Cannonlake 2x8 GT0.5)")
|
|
||||||
CHIPSET(0x5A4A, cnl_2x8, "Intel(R) HD Graphics (Cannonlake 2x8 GT0.5)")
|
|
||||||
CHIPSET(0x5A41, cnl_3x8, "Intel(R) HD Graphics (Cannonlake 3x8 GT1)")
|
|
||||||
--
|
|
||||||
2.13.6
|
|
||||||
|
|
@ -9,6 +9,9 @@ Mesa
|
|||||||
provides "Mesa-libIndirectGL1-<targettype> = <version>"
|
provides "Mesa-libIndirectGL1-<targettype> = <version>"
|
||||||
obsoletes "Mesa-libIndirectGL1-<targettype> < <version>"
|
obsoletes "Mesa-libIndirectGL1-<targettype> < <version>"
|
||||||
requires "libglvnd-<targettype> >= 0.1.0"
|
requires "libglvnd-<targettype> >= 0.1.0"
|
||||||
|
requires "Mesa-dri-<targettype> = <version>"
|
||||||
|
requires "Mesa-gallium-<targettype> = <version>"
|
||||||
|
|
||||||
Mesa-devel
|
Mesa-devel
|
||||||
#We need Mesa-<targettype>!, do not put requires -Mesa-<targettype>.
|
#We need Mesa-<targettype>!, do not put requires -Mesa-<targettype>.
|
||||||
requires "Mesa-<targettype> = <version>"
|
requires "Mesa-<targettype> = <version>"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41bac5de0ef6adc1f41a1ec0f80c19e361298ce02fa81b5f9ba4fdca33a9379b
|
|
||||||
size 10637708
|
|
Binary file not shown.
3
mesa-18.0.0-rc3.tar.xz
Normal file
3
mesa-18.0.0-rc3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27c1ade098d9e0afaa7ecaa2d4ce7fe1e84f105b82c0d19926f9694087ea5758
|
||||||
|
size 10964880
|
BIN
mesa-18.0.0-rc3.tar.xz.sig
Normal file
BIN
mesa-18.0.0-rc3.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user