2018-02-19 11:57:46 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1546714
|
|
|
|
%undefine _annotated_build
|
|
|
|
|
2018-06-05 17:48:27 +00:00
|
|
|
%ifarch s390x
|
2009-07-20 21:08:47 +00:00
|
|
|
%define with_hardware 0
|
2013-05-14 21:33:42 +00:00
|
|
|
%define base_drivers swrast
|
2015-07-14 23:01:32 +00:00
|
|
|
%else
|
2009-07-20 21:08:47 +00:00
|
|
|
%define with_hardware 1
|
2014-12-19 16:31:31 +00:00
|
|
|
%define with_vdpau 1
|
|
|
|
%define with_vaapi 1
|
|
|
|
%define with_nine 1
|
2018-03-28 16:52:17 +00:00
|
|
|
%define with_omx 1
|
2018-03-31 03:01:31 +00:00
|
|
|
%define with_opencl 1
|
2014-08-28 12:16:48 +00:00
|
|
|
%define base_drivers swrast,nouveau,radeon,r200
|
2015-07-14 23:01:32 +00:00
|
|
|
%endif
|
2016-11-02 13:10:22 +00:00
|
|
|
|
2013-05-14 21:33:42 +00:00
|
|
|
%ifarch %{ix86} x86_64
|
2012-05-01 15:43:31 +00:00
|
|
|
%define platform_drivers ,i915,i965
|
2012-04-26 14:19:09 +00:00
|
|
|
%define with_vmware 1
|
2014-02-03 15:21:09 +00:00
|
|
|
%define with_xa 1
|
2018-06-18 19:52:47 +00:00
|
|
|
%define vulkan_drivers --with-vulkan-drivers=intel,radeon
|
|
|
|
%else
|
|
|
|
%define vulkan_drivers --with-vulkan-drivers=radeon
|
2016-01-22 03:02:07 +00:00
|
|
|
%endif
|
2016-11-02 13:10:22 +00:00
|
|
|
|
2014-07-08 12:50:03 +00:00
|
|
|
%ifarch %{arm} aarch64
|
2017-01-21 13:48:46 +00:00
|
|
|
%define with_etnaviv 1
|
2014-07-08 12:50:03 +00:00
|
|
|
%define with_freedreno 1
|
2018-06-15 16:21:16 +00:00
|
|
|
%define with_tegra 1
|
2017-01-21 13:48:46 +00:00
|
|
|
%define with_vc4 1
|
|
|
|
%define with_xa 1
|
2011-08-02 15:58:35 +00:00
|
|
|
%endif
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2018-06-05 18:52:02 +00:00
|
|
|
%ifnarch %{arm} s390x
|
|
|
|
%define with_radeonsi 1
|
|
|
|
%endif
|
|
|
|
|
2018-04-09 14:27:14 +00:00
|
|
|
%if 0%{?fedora} < 28
|
|
|
|
%define with_wayland_egl 1
|
|
|
|
%else
|
|
|
|
%define with_wayland_egl 0
|
|
|
|
%endif
|
|
|
|
|
2013-05-14 21:33:42 +00:00
|
|
|
%define dri_drivers --with-dri-drivers=%{?base_drivers}%{?platform_drivers}
|
|
|
|
|
2018-05-02 13:22:35 +00:00
|
|
|
%global sanitize 1
|
2008-08-28 12:32:42 +00:00
|
|
|
|
2018-05-24 08:03:43 +00:00
|
|
|
#global rctag rc4
|
2006-09-30 21:32:16 +00:00
|
|
|
|
2016-08-14 11:01:59 +00:00
|
|
|
Name: mesa
|
|
|
|
Summary: Mesa graphics libraries
|
2018-07-01 09:10:25 +00:00
|
|
|
Version: 18.1.3
|
|
|
|
Release: 1%{?rctag:.%{rctag}}%{?dist}
|
2016-08-14 11:01:59 +00:00
|
|
|
License: MIT
|
|
|
|
URL: http://www.mesa3d.org
|
2018-06-16 13:57:19 +00:00
|
|
|
|
2017-11-10 17:14:35 +00:00
|
|
|
#Source0: https://mesa.freedesktop.org/archive/%{name}-%{version}%{?rctag:-%{rctag}}.tar.xz
|
|
|
|
Source0: %{name}-%{version}%{?rctag:-%{rctag}}.tar.xz
|
2016-08-14 11:01:59 +00:00
|
|
|
Source1: vl_decoder.c
|
|
|
|
Source2: vl_mpeg12_decoder.c
|
2017-11-10 17:14:35 +00:00
|
|
|
Source3: Makefile
|
2013-01-15 15:38:20 +00:00
|
|
|
# src/gallium/auxiliary/postprocess/pp_mlaa* have an ... interestingly worded license.
|
|
|
|
# Source4 contains email correspondence clarifying the license terms.
|
|
|
|
# Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD.
|
2017-11-10 17:14:35 +00:00
|
|
|
Source4: Mesa-MLAA-License-Clarification-Email.txt
|
2016-08-14 11:01:59 +00:00
|
|
|
|
|
|
|
Patch1: 0001-llvm-SONAME-without-version.patch
|
|
|
|
Patch2: 0002-hardware-gloat.patch
|
|
|
|
Patch3: 0003-evergreen-big-endian.patch
|
|
|
|
Patch4: 0004-bigendian-assert.patch
|
2013-01-15 15:38:20 +00:00
|
|
|
|
2018-04-24 07:51:33 +00:00
|
|
|
# Disable rgb10 configs by default:
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1560481
|
|
|
|
Patch7: 0001-gallium-Disable-rgb10-configs-by-default.patch
|
|
|
|
|
2017-01-17 09:35:41 +00:00
|
|
|
# glvnd support patches
|
2017-01-20 08:49:47 +00:00
|
|
|
# non-upstreamed ones
|
2017-08-14 08:36:07 +00:00
|
|
|
Patch10: glvnd-fix-gl-dot-pc.patch
|
2017-01-17 09:35:41 +00:00
|
|
|
|
2016-08-14 11:01:59 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: libtool
|
2013-03-19 15:50:20 +00:00
|
|
|
|
2009-07-20 21:08:47 +00:00
|
|
|
%if %{with_hardware}
|
2016-08-14 11:01:59 +00:00
|
|
|
BuildRequires: kernel-headers
|
|
|
|
%endif
|
|
|
|
BuildRequires: libdrm-devel >= 2.4.42
|
|
|
|
BuildRequires: libXxf86vm-devel
|
|
|
|
BuildRequires: expat-devel
|
|
|
|
BuildRequires: xorg-x11-proto-devel
|
|
|
|
BuildRequires: makedepend
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
BuildRequires: libxshmfence-devel
|
|
|
|
BuildRequires: elfutils
|
2018-03-19 20:26:11 +00:00
|
|
|
BuildRequires: python3
|
2018-04-24 07:51:33 +00:00
|
|
|
BuildRequires: python2
|
2016-08-14 11:01:59 +00:00
|
|
|
BuildRequires: gettext
|
2014-06-11 07:02:06 +00:00
|
|
|
BuildRequires: llvm-devel >= 3.4-7
|
2014-01-18 20:06:01 +00:00
|
|
|
%if 0%{?with_opencl}
|
|
|
|
BuildRequires: clang-devel >= 3.0
|
|
|
|
%endif
|
2013-05-08 22:03:21 +00:00
|
|
|
BuildRequires: elfutils-libelf-devel
|
2018-03-19 20:26:11 +00:00
|
|
|
BuildRequires: python3-libxml2
|
2018-04-24 07:51:33 +00:00
|
|
|
BuildRequires: python2-libxml2
|
2017-01-17 09:35:41 +00:00
|
|
|
BuildRequires: libudev-devel
|
2011-03-28 20:14:42 +00:00
|
|
|
BuildRequires: bison flex
|
2016-08-14 11:01:59 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
BuildRequires: pkgconfig(wayland-server)
|
2017-08-14 08:36:07 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-protocols)
|
2013-05-16 13:29:12 +00:00
|
|
|
%if 0%{?with_vdpau}
|
2013-05-08 22:03:21 +00:00
|
|
|
BuildRequires: libvdpau-devel
|
2013-05-16 13:29:12 +00:00
|
|
|
%endif
|
2014-12-14 17:58:38 +00:00
|
|
|
%if 0%{?with_vaapi}
|
2018-05-02 13:22:35 +00:00
|
|
|
BuildRequires: libva-devel >= 0.39.0
|
2014-12-14 17:58:38 +00:00
|
|
|
%endif
|
2017-04-18 07:05:17 +00:00
|
|
|
BuildRequires: pkgconfig(zlib)
|
2014-02-09 10:14:05 +00:00
|
|
|
%if 0%{?with_omx}
|
|
|
|
BuildRequires: libomxil-bellagio-devel
|
|
|
|
%endif
|
2014-01-18 20:06:01 +00:00
|
|
|
%if 0%{?with_opencl}
|
2016-01-27 22:25:57 +00:00
|
|
|
BuildRequires: libclc-devel opencl-filesystem
|
2014-01-18 20:06:01 +00:00
|
|
|
%endif
|
2018-06-18 19:52:47 +00:00
|
|
|
%if 0%{?with_hardware}
|
2016-11-02 12:37:57 +00:00
|
|
|
BuildRequires: vulkan-devel
|
|
|
|
%endif
|
2018-03-19 20:26:11 +00:00
|
|
|
BuildRequires: python3-mako
|
2018-04-24 07:51:33 +00:00
|
|
|
BuildRequires: python2-mako
|
2017-01-12 21:39:21 +00:00
|
|
|
%ifarch %{valgrind_arches}
|
|
|
|
BuildRequires: pkgconfig(valgrind)
|
|
|
|
%endif
|
2017-04-18 07:05:17 +00:00
|
|
|
BuildRequires: pkgconfig(libglvnd) >= 0.2.0
|
2005-09-12 18:26:20 +00:00
|
|
|
|
|
|
|
%description
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package filesystem
|
|
|
|
Summary: Mesa driver filesystem
|
|
|
|
Provides: mesa-dri-filesystem = %{?epoch:%{epoch}}%{version}-%{release}
|
|
|
|
Obsoletes: mesa-dri-filesystem < %{?epoch:%{epoch}}%{version}-%{release}
|
|
|
|
|
|
|
|
%description filesystem
|
|
|
|
%{summary}.
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%package libGL
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa libGL runtime libraries
|
2016-08-14 11:23:19 +00:00
|
|
|
Requires: %{name}-libglapi%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2018-06-14 15:42:26 +00:00
|
|
|
Requires: libglvnd-glx%{?_isa} >= 1:1.0.1-0.7
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%description libGL
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package libGL-devel
|
|
|
|
Summary: Mesa libGL development package
|
|
|
|
Requires: %{name}-libGL%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2017-01-17 11:28:57 +00:00
|
|
|
Requires: libglvnd-devel%{?_isa}
|
2016-08-14 11:01:59 +00:00
|
|
|
Provides: libGL-devel
|
|
|
|
Provides: libGL-devel%{?_isa}
|
|
|
|
|
|
|
|
%description libGL-devel
|
|
|
|
%{summary}.
|
2008-07-02 12:35:05 +00:00
|
|
|
|
2010-11-05 16:41:50 +00:00
|
|
|
%package libEGL
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa libEGL runtime libraries
|
2017-01-17 11:28:57 +00:00
|
|
|
Requires: libglvnd-egl%{?_isa}
|
2010-11-05 16:41:50 +00:00
|
|
|
|
|
|
|
%description libEGL
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package libEGL-devel
|
|
|
|
Summary: Mesa libEGL development package
|
|
|
|
Requires: %{name}-libEGL%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2017-01-17 11:28:57 +00:00
|
|
|
Requires: libglvnd-devel%{?_isa}
|
2016-08-14 11:01:59 +00:00
|
|
|
Provides: libEGL-devel
|
|
|
|
Provides: libEGL-devel%{?_isa}
|
|
|
|
|
|
|
|
%description libEGL-devel
|
|
|
|
%{summary}.
|
2010-11-05 18:27:39 +00:00
|
|
|
|
|
|
|
%package libGLES
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa libGLES runtime libraries
|
2016-08-14 11:23:19 +00:00
|
|
|
Requires: %{name}-libglapi%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2017-01-17 11:28:57 +00:00
|
|
|
Requires: libglvnd-gles%{?_isa}
|
2010-11-05 18:27:39 +00:00
|
|
|
|
|
|
|
%description libGLES
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2008-07-02 12:35:05 +00:00
|
|
|
|
2016-08-14 11:01:59 +00:00
|
|
|
%package libGLES-devel
|
|
|
|
Summary: Mesa libGLES development package
|
|
|
|
Requires: %{name}-libGLES%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2017-01-17 11:28:57 +00:00
|
|
|
Requires: libglvnd-devel%{?_isa}
|
2016-08-14 11:01:59 +00:00
|
|
|
Provides: libGLES-devel
|
|
|
|
Provides: libGLES-devel%{?_isa}
|
|
|
|
|
|
|
|
%description libGLES-devel
|
|
|
|
%{summary}.
|
2011-01-19 03:36:41 +00:00
|
|
|
|
2008-07-02 12:35:05 +00:00
|
|
|
%package dri-drivers
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa-based DRI drivers
|
|
|
|
Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
|
|
|
|
2008-07-02 12:35:05 +00:00
|
|
|
%description dri-drivers
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2008-07-02 12:35:05 +00:00
|
|
|
|
2014-02-09 10:14:05 +00:00
|
|
|
%if 0%{?with_omx}
|
|
|
|
%package omx-drivers
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa-based OMX drivers
|
|
|
|
Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
|
|
|
|
2014-02-09 10:14:05 +00:00
|
|
|
%description omx-drivers
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2014-02-09 10:14:05 +00:00
|
|
|
%endif
|
|
|
|
|
2013-05-16 13:29:12 +00:00
|
|
|
%if 0%{?with_vdpau}
|
2016-08-14 11:01:59 +00:00
|
|
|
%package vdpau-drivers
|
|
|
|
Summary: Mesa-based VDPAU drivers
|
|
|
|
Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
|
|
|
|
2013-05-08 22:03:21 +00:00
|
|
|
%description vdpau-drivers
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2013-05-16 13:29:12 +00:00
|
|
|
%endif
|
2013-05-08 22:03:21 +00:00
|
|
|
|
2006-08-18 19:52:19 +00:00
|
|
|
%package libOSMesa
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa offscreen rendering libraries
|
2016-08-14 11:23:19 +00:00
|
|
|
Requires: %{name}-libglapi%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2016-08-14 11:01:59 +00:00
|
|
|
Provides: libOSMesa
|
|
|
|
Provides: libOSMesa%{?_isa}
|
2006-08-18 19:52:19 +00:00
|
|
|
|
|
|
|
%description libOSMesa
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2007-02-20 17:56:21 +00:00
|
|
|
|
2006-08-18 19:52:19 +00:00
|
|
|
%package libOSMesa-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa offscreen rendering development package
|
|
|
|
Requires: %{name}-libOSMesa%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2006-08-18 19:52:19 +00:00
|
|
|
|
|
|
|
%description libOSMesa-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2007-02-20 17:56:21 +00:00
|
|
|
|
2012-02-23 19:14:04 +00:00
|
|
|
%package libgbm
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa gbm runtime library
|
|
|
|
Provides: libgbm
|
|
|
|
Provides: libgbm%{?_isa}
|
2012-02-23 19:14:04 +00:00
|
|
|
|
|
|
|
%description libgbm
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2012-02-23 19:14:04 +00:00
|
|
|
|
|
|
|
%package libgbm-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa libgbm development package
|
|
|
|
Requires: %{name}-libgbm%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
|
|
|
Provides: libgbm-devel
|
|
|
|
Provides: libgbm-devel%{?_isa}
|
2012-02-23 19:14:04 +00:00
|
|
|
|
|
|
|
%description libgbm-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2012-02-23 19:14:04 +00:00
|
|
|
|
2018-04-09 14:27:14 +00:00
|
|
|
%if %{?with_wayland_egl}
|
2012-02-23 19:14:04 +00:00
|
|
|
%package libwayland-egl
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa libwayland-egl runtime library
|
|
|
|
Provides: libwayland-egl
|
|
|
|
Provides: libwayland-egl%{?_isa}
|
2012-02-23 19:14:04 +00:00
|
|
|
|
|
|
|
%description libwayland-egl
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2012-02-23 19:14:04 +00:00
|
|
|
|
|
|
|
%package libwayland-egl-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa libwayland-egl development package
|
|
|
|
Requires: %{name}-libwayland-egl%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: libwayland-egl-devel
|
|
|
|
Provides: libwayland-egl-devel%{?_isa}
|
2012-02-23 19:14:04 +00:00
|
|
|
|
|
|
|
%description libwayland-egl-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2012-05-01 15:43:31 +00:00
|
|
|
%endif
|
|
|
|
|
2014-02-03 15:21:09 +00:00
|
|
|
%if 0%{?with_xa}
|
2012-03-15 13:39:24 +00:00
|
|
|
%package libxatracker
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa XA state tracker
|
|
|
|
Provides: libxatracker
|
|
|
|
Provides: libxatracker%{?_isa}
|
2012-03-15 13:39:24 +00:00
|
|
|
|
|
|
|
%description libxatracker
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2012-03-15 13:39:24 +00:00
|
|
|
|
|
|
|
%package libxatracker-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa XA state tracker development package
|
|
|
|
Requires: %{name}-libxatracker%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: libxatracker-devel
|
|
|
|
Provides: libxatracker-devel%{?_isa}
|
2012-03-15 13:39:24 +00:00
|
|
|
|
|
|
|
%description libxatracker-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2012-04-26 14:19:09 +00:00
|
|
|
%endif
|
2012-02-23 19:14:04 +00:00
|
|
|
|
2012-03-28 21:21:59 +00:00
|
|
|
%package libglapi
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa shared glapi
|
|
|
|
Provides: libglapi
|
|
|
|
Provides: libglapi%{?_isa}
|
2012-03-28 21:21:59 +00:00
|
|
|
|
|
|
|
%description libglapi
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2014-01-18 20:06:01 +00:00
|
|
|
|
|
|
|
%if 0%{?with_opencl}
|
|
|
|
%package libOpenCL
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa OpenCL runtime library
|
|
|
|
Requires: ocl-icd%{?_isa}
|
|
|
|
Requires: libclc%{?_isa}
|
|
|
|
Requires: %{name}-libgbm%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2016-08-15 18:50:42 +00:00
|
|
|
Requires: opencl-filesystem
|
2016-04-08 16:49:59 +00:00
|
|
|
|
2014-01-18 20:06:01 +00:00
|
|
|
%description libOpenCL
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2014-01-18 20:06:01 +00:00
|
|
|
|
|
|
|
%package libOpenCL-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa OpenCL development package
|
|
|
|
Requires: %{name}-libOpenCL%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2014-01-18 20:06:01 +00:00
|
|
|
|
|
|
|
%description libOpenCL-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2014-01-18 20:06:01 +00:00
|
|
|
%endif
|
|
|
|
|
2014-12-14 18:15:35 +00:00
|
|
|
%if 0%{?with_nine}
|
|
|
|
%package libd3d
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa Direct3D9 state tracker
|
2014-12-14 18:15:35 +00:00
|
|
|
|
|
|
|
%description libd3d
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2014-12-14 18:15:35 +00:00
|
|
|
|
|
|
|
%package libd3d-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
Summary: Mesa Direct3D9 state tracker development package
|
|
|
|
Requires: %{name}-libd3d%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
2014-12-14 18:15:35 +00:00
|
|
|
|
|
|
|
%description libd3d-devel
|
2016-08-14 11:01:59 +00:00
|
|
|
%{summary}.
|
2014-12-14 18:15:35 +00:00
|
|
|
%endif
|
|
|
|
|
2016-11-02 12:37:57 +00:00
|
|
|
%package vulkan-drivers
|
|
|
|
Summary: Mesa Vulkan drivers
|
|
|
|
Requires: vulkan%{_isa}
|
|
|
|
|
|
|
|
%description vulkan-drivers
|
|
|
|
The drivers with support for the Vulkan API.
|
|
|
|
|
|
|
|
%package vulkan-devel
|
|
|
|
Summary: Mesa Vulkan development files
|
|
|
|
Requires: %{name}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
|
|
|
|
Requires: vulkan-devel
|
|
|
|
|
|
|
|
%description vulkan-devel
|
|
|
|
Headers for development with the Vulkan API.
|
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%prep
|
2016-06-01 10:44:50 +00:00
|
|
|
%autosetup -n %{name}-%{version}%{?rctag:-%{rctag}} -p1
|
2016-03-20 13:48:31 +00:00
|
|
|
%if 0%{sanitize}
|
|
|
|
cp -f %{SOURCE1} src/gallium/auxiliary/vl/vl_decoder.c
|
|
|
|
cp -f %{SOURCE2} src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
|
2018-04-18 17:36:37 +00:00
|
|
|
%else
|
|
|
|
cmp %{SOURCE1} src/gallium/auxiliary/vl/vl_decoder.c
|
|
|
|
cmp %{SOURCE2} src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
|
2016-03-20 13:48:31 +00:00
|
|
|
%endif
|
2013-12-13 05:11:06 +00:00
|
|
|
|
2017-11-10 17:14:35 +00:00
|
|
|
cp %{SOURCE4} docs/
|
2013-01-15 15:38:20 +00:00
|
|
|
|
2012-11-01 20:54:32 +00:00
|
|
|
%build
|
2016-03-20 13:48:31 +00:00
|
|
|
autoreconf -vfi
|
2012-11-01 20:54:32 +00:00
|
|
|
|
2009-08-06 18:04:05 +00:00
|
|
|
%ifarch %{ix86}
|
|
|
|
# i do not have words for how much the assembly dispatch code infuriates me
|
2016-06-01 10:44:50 +00:00
|
|
|
%global asm_flags --disable-asm
|
2009-08-06 18:04:05 +00:00
|
|
|
%endif
|
2008-04-10 18:20:31 +00:00
|
|
|
|
2013-05-14 21:33:42 +00:00
|
|
|
%configure \
|
|
|
|
%{?asm_flags} \
|
2017-01-17 09:35:41 +00:00
|
|
|
--enable-libglvnd \
|
2013-05-14 21:33:42 +00:00
|
|
|
--enable-selinux \
|
2016-03-20 13:48:31 +00:00
|
|
|
--enable-gallium-osmesa \
|
2009-07-20 21:08:47 +00:00
|
|
|
--with-dri-driverdir=%{_libdir}/dri \
|
2010-11-05 16:41:50 +00:00
|
|
|
--enable-egl \
|
2013-05-08 22:03:21 +00:00
|
|
|
--disable-gles1 \
|
2010-11-05 16:41:50 +00:00
|
|
|
--enable-gles2 \
|
2013-05-08 22:03:21 +00:00
|
|
|
--disable-xvmc \
|
2013-05-16 13:29:12 +00:00
|
|
|
%{?with_vdpau:--enable-vdpau} \
|
2014-12-14 17:58:38 +00:00
|
|
|
%{?with_vaapi:--enable-va} \
|
2018-04-09 14:27:14 +00:00
|
|
|
--with-platforms=x11,drm,surfaceless,wayland \
|
2012-02-23 19:14:04 +00:00
|
|
|
--enable-shared-glapi \
|
|
|
|
--enable-gbm \
|
2017-11-06 16:50:52 +00:00
|
|
|
%{?with_omx:--enable-omx-bellagio} \
|
2016-02-11 18:38:12 +00:00
|
|
|
%{?with_opencl:--enable-opencl --enable-opencl-icd} %{!?with_opencl:--disable-opencl} \
|
2013-04-11 02:11:21 +00:00
|
|
|
--enable-glx-tls \
|
2013-06-17 19:53:32 +00:00
|
|
|
--enable-texture-float=yes \
|
2018-06-18 19:54:49 +00:00
|
|
|
%if 0%{?with_hardware}
|
2016-11-02 12:37:57 +00:00
|
|
|
%{?vulkan_drivers} \
|
2018-06-18 19:54:49 +00:00
|
|
|
%endif
|
2018-06-05 17:48:27 +00:00
|
|
|
--enable-llvm \
|
|
|
|
--enable-llvm-shared-libs \
|
2013-05-08 22:03:21 +00:00
|
|
|
--enable-dri \
|
2011-01-18 23:54:35 +00:00
|
|
|
%if %{with_hardware}
|
2014-02-03 15:21:09 +00:00
|
|
|
%{?with_xa:--enable-xa} \
|
2014-12-14 18:15:35 +00:00
|
|
|
%{?with_nine:--enable-nine} \
|
2018-06-15 16:21:16 +00:00
|
|
|
--with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi,r600,}swrast,%{?with_freedreno:freedreno,}%{?with_etnaviv:etnaviv,imx,}%{?with_tegra:tegra,}%{?with_vc4:vc4,}virgl,r300,nouveau \
|
2012-07-25 06:56:27 +00:00
|
|
|
%else
|
2018-06-05 17:48:27 +00:00
|
|
|
--with-gallium-drivers=swrast,virgl \
|
2010-06-25 08:13:00 +00:00
|
|
|
%endif
|
2009-08-13 18:57:30 +00:00
|
|
|
%{?dri_drivers}
|
2008-02-18 16:23:51 +00:00
|
|
|
|
2016-03-20 13:48:31 +00:00
|
|
|
%make_build MKDEP=/bin/true V=1
|
2006-09-29 19:07:15 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%install
|
2016-03-20 13:48:31 +00:00
|
|
|
%make_install
|
2011-09-08 21:33:52 +00:00
|
|
|
|
2013-06-12 22:12:04 +00:00
|
|
|
%if !%{with_hardware}
|
2016-03-20 13:48:31 +00:00
|
|
|
rm -f %{buildroot}%{_sysconfdir}/drirc
|
2013-06-12 22:12:04 +00:00
|
|
|
%endif
|
|
|
|
|
2013-05-14 21:33:42 +00:00
|
|
|
# libvdpau opens the versioned name, don't bother including the unversioned
|
2016-03-20 13:48:31 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/vdpau/*.so
|
2017-01-17 09:35:41 +00:00
|
|
|
# likewise glvnd
|
|
|
|
rm -f %{buildroot}%{_libdir}/libGLX_mesa.so
|
|
|
|
rm -f %{buildroot}%{_libdir}/libEGL_mesa.so
|
|
|
|
# XXX can we just not build this
|
|
|
|
rm -f %{buildroot}%{_libdir}/libGLES*
|
2013-05-14 21:33:42 +00:00
|
|
|
|
2018-04-09 14:27:14 +00:00
|
|
|
# remove libwayland-egl on F28+ where it's built as part of wayland source package
|
|
|
|
%if !%{?with_wayland_egl}
|
|
|
|
rm -f %{buildroot}%{_libdir}/libwayland-egl.so*
|
|
|
|
rm -f %{buildroot}%{_libdir}/pkgconfig/wayland-egl.pc
|
|
|
|
%endif
|
|
|
|
|
2017-03-20 11:19:29 +00:00
|
|
|
# glvnd needs a default provider for indirect rendering where it cannot
|
|
|
|
# determine the vendor
|
2018-06-14 15:41:08 +00:00
|
|
|
ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_fedora.so.0
|
2017-03-20 11:19:29 +00:00
|
|
|
|
2013-05-08 22:03:21 +00:00
|
|
|
# strip out useless headers
|
2016-03-20 13:48:31 +00:00
|
|
|
rm -f %{buildroot}%{_includedir}/GL/w*.h
|
2006-09-19 19:51:19 +00:00
|
|
|
|
2016-11-02 17:04:37 +00:00
|
|
|
# these are shipped already in vulkan-devel
|
2018-06-18 21:04:09 +00:00
|
|
|
mkdir -p %{buildroot}/%{_includedir}/vulkan/
|
2016-11-02 17:04:37 +00:00
|
|
|
rm -f %{buildroot}/%{_includedir}/vulkan/vk_platform.h
|
|
|
|
rm -f %{buildroot}/%{_includedir}/vulkan/vulkan.h
|
|
|
|
|
2012-04-24 16:47:33 +00:00
|
|
|
# remove .la files
|
2016-03-20 13:48:31 +00:00
|
|
|
find %{buildroot} -name '*.la' -delete
|
2012-04-24 16:47:33 +00:00
|
|
|
|
2009-02-23 20:25:07 +00:00
|
|
|
# this keeps breaking, check it early. note that the exit from eu-ftr is odd.
|
2016-03-20 13:48:31 +00:00
|
|
|
pushd %{buildroot}%{_libdir}
|
2009-08-06 18:04:05 +00:00
|
|
|
for i in libOSMesa*.so libGL.so ; do
|
2009-02-24 16:54:44 +00:00
|
|
|
eu-findtextrel $i && exit 1
|
|
|
|
done
|
2010-11-18 22:06:01 +00:00
|
|
|
popd
|
2009-02-23 20:25:07 +00:00
|
|
|
|
2013-05-14 21:33:42 +00:00
|
|
|
%files filesystem
|
2015-07-14 23:01:32 +00:00
|
|
|
%doc docs/Mesa-MLAA-License-Clarification-Email.txt
|
2005-09-12 18:36:48 +00:00
|
|
|
%dir %{_libdir}/dri
|
2013-05-16 13:32:04 +00:00
|
|
|
%if %{with_hardware}
|
|
|
|
%if 0%{?with_vdpau}
|
2013-05-08 22:03:21 +00:00
|
|
|
%dir %{_libdir}/vdpau
|
2013-05-15 15:26:50 +00:00
|
|
|
%endif
|
2013-05-16 13:32:04 +00:00
|
|
|
%endif
|
2011-01-19 03:36:41 +00:00
|
|
|
|
2016-08-14 11:01:59 +00:00
|
|
|
%files libGL
|
2017-01-17 09:35:41 +00:00
|
|
|
%{_libdir}/libGLX_mesa.so.0*
|
2018-06-14 15:41:08 +00:00
|
|
|
%{_libdir}/libGLX_fedora.so.0*
|
2006-09-30 18:04:34 +00:00
|
|
|
%files libGL-devel
|
2005-09-12 18:27:33 +00:00
|
|
|
%{_includedir}/GL/gl.h
|
|
|
|
%{_includedir}/GL/gl_mangle.h
|
|
|
|
%{_includedir}/GL/glext.h
|
|
|
|
%{_includedir}/GL/glx.h
|
|
|
|
%{_includedir}/GL/glx_mangle.h
|
|
|
|
%{_includedir}/GL/glxext.h
|
2014-08-22 13:40:44 +00:00
|
|
|
%{_includedir}/GL/glcorearb.h
|
2007-07-24 19:56:47 +00:00
|
|
|
%dir %{_includedir}/GL/internal
|
|
|
|
%{_includedir}/GL/internal/dri_interface.h
|
2008-09-05 05:48:02 +00:00
|
|
|
%{_libdir}/pkgconfig/dri.pc
|
2012-03-19 18:05:34 +00:00
|
|
|
%{_libdir}/libglapi.so
|
2008-02-15 23:21:58 +00:00
|
|
|
%{_libdir}/pkgconfig/gl.pc
|
2005-09-12 18:27:33 +00:00
|
|
|
|
2016-08-14 11:01:59 +00:00
|
|
|
%files libEGL
|
2017-01-17 09:35:41 +00:00
|
|
|
%{_datadir}/glvnd/egl_vendor.d/50_mesa.json
|
|
|
|
%{_libdir}/libEGL_mesa.so.0*
|
2010-11-05 16:41:50 +00:00
|
|
|
%files libEGL-devel
|
2011-07-05 20:28:52 +00:00
|
|
|
%dir %{_includedir}/EGL
|
2010-11-05 18:27:39 +00:00
|
|
|
%{_includedir}/EGL/eglext.h
|
|
|
|
%{_includedir}/EGL/egl.h
|
2012-01-05 19:56:38 +00:00
|
|
|
%{_includedir}/EGL/eglmesaext.h
|
2010-11-05 18:27:39 +00:00
|
|
|
%{_includedir}/EGL/eglplatform.h
|
2014-07-11 15:27:50 +00:00
|
|
|
%{_includedir}/EGL/eglextchromium.h
|
2011-07-06 20:47:18 +00:00
|
|
|
%dir %{_includedir}/KHR
|
2010-11-05 18:27:39 +00:00
|
|
|
%{_includedir}/KHR/khrplatform.h
|
|
|
|
%{_libdir}/pkgconfig/egl.pc
|
|
|
|
|
2016-08-14 11:01:59 +00:00
|
|
|
%files libGLES
|
2017-01-17 09:35:41 +00:00
|
|
|
# No files, all provided by libglvnd
|
2010-11-05 18:27:39 +00:00
|
|
|
%files libGLES-devel
|
2011-07-05 20:28:52 +00:00
|
|
|
%dir %{_includedir}/GLES2
|
2010-11-05 16:41:50 +00:00
|
|
|
%{_includedir}/GLES2/gl2platform.h
|
|
|
|
%{_includedir}/GLES2/gl2.h
|
|
|
|
%{_includedir}/GLES2/gl2ext.h
|
2016-08-25 17:43:43 +00:00
|
|
|
%dir %{_includedir}/GLES3
|
2013-02-13 08:19:46 +00:00
|
|
|
%{_includedir}/GLES3/gl3platform.h
|
|
|
|
%{_includedir}/GLES3/gl3.h
|
|
|
|
%{_includedir}/GLES3/gl3ext.h
|
2014-05-05 08:27:03 +00:00
|
|
|
%{_includedir}/GLES3/gl31.h
|
2016-10-20 06:09:17 +00:00
|
|
|
%{_includedir}/GLES3/gl32.h
|
2010-11-05 16:41:50 +00:00
|
|
|
%{_libdir}/pkgconfig/glesv2.pc
|
|
|
|
|
2018-07-01 11:22:53 +00:00
|
|
|
%ldconfig_scriptlets libglapi
|
2016-08-14 11:01:59 +00:00
|
|
|
%files libglapi
|
|
|
|
%{_libdir}/libglapi.so.0
|
|
|
|
%{_libdir}/libglapi.so.0.*
|
|
|
|
|
2018-07-01 11:22:53 +00:00
|
|
|
%ldconfig_scriptlets libOSMesa
|
2006-08-18 19:52:19 +00:00
|
|
|
%files libOSMesa
|
2012-01-26 15:12:47 +00:00
|
|
|
%{_libdir}/libOSMesa.so.8*
|
2006-08-18 19:52:19 +00:00
|
|
|
%files libOSMesa-devel
|
2011-07-06 20:47:18 +00:00
|
|
|
%dir %{_includedir}/GL
|
2006-08-18 19:52:19 +00:00
|
|
|
%{_includedir}/GL/osmesa.h
|
|
|
|
%{_libdir}/libOSMesa.so
|
2011-05-10 00:17:06 +00:00
|
|
|
%{_libdir}/pkgconfig/osmesa.pc
|
2006-08-18 19:52:19 +00:00
|
|
|
|
2018-07-01 11:22:53 +00:00
|
|
|
%ldconfig_scriptlets libgbm
|
2012-02-23 19:14:04 +00:00
|
|
|
%files libgbm
|
|
|
|
%{_libdir}/libgbm.so.1
|
|
|
|
%{_libdir}/libgbm.so.1.*
|
|
|
|
%files libgbm-devel
|
|
|
|
%{_libdir}/libgbm.so
|
|
|
|
%{_includedir}/gbm.h
|
|
|
|
%{_libdir}/pkgconfig/gbm.pc
|
|
|
|
|
2018-04-09 14:27:14 +00:00
|
|
|
%if %{?with_wayland_egl}
|
2018-07-01 11:22:53 +00:00
|
|
|
%ldconfig_scriptlets libwayland-egl
|
2012-02-23 19:14:04 +00:00
|
|
|
%files libwayland-egl
|
|
|
|
%{_libdir}/libwayland-egl.so.1
|
|
|
|
%{_libdir}/libwayland-egl.so.1.*
|
|
|
|
%files libwayland-egl-devel
|
|
|
|
%{_libdir}/libwayland-egl.so
|
|
|
|
%{_libdir}/pkgconfig/wayland-egl.pc
|
2012-05-01 15:43:31 +00:00
|
|
|
%endif
|
2012-02-23 19:14:04 +00:00
|
|
|
|
2014-02-03 15:21:09 +00:00
|
|
|
%if 0%{?with_xa}
|
2018-07-01 11:22:53 +00:00
|
|
|
%ldconfig_scriptlets libxatracker
|
2012-03-15 13:39:24 +00:00
|
|
|
%files libxatracker
|
|
|
|
%if %{with_hardware}
|
2013-12-01 12:51:48 +00:00
|
|
|
%{_libdir}/libxatracker.so.2
|
|
|
|
%{_libdir}/libxatracker.so.2.*
|
2012-03-15 13:39:24 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%files libxatracker-devel
|
|
|
|
%if %{with_hardware}
|
|
|
|
%{_libdir}/libxatracker.so
|
|
|
|
%{_includedir}/xa_tracker.h
|
|
|
|
%{_includedir}/xa_composite.h
|
|
|
|
%{_includedir}/xa_context.h
|
|
|
|
%{_libdir}/pkgconfig/xatracker.pc
|
|
|
|
%endif
|
2012-04-26 14:19:09 +00:00
|
|
|
%endif
|
2012-03-15 13:39:24 +00:00
|
|
|
|
2014-01-18 20:06:01 +00:00
|
|
|
%if 0%{?with_opencl}
|
2018-07-01 11:22:53 +00:00
|
|
|
%ldconfig_scriptlets libOpenCL
|
2014-01-18 20:06:01 +00:00
|
|
|
%files libOpenCL
|
|
|
|
%{_libdir}/libMesaOpenCL.so.*
|
|
|
|
%{_sysconfdir}/OpenCL/vendors/mesa.icd
|
|
|
|
%files libOpenCL-devel
|
|
|
|
%{_libdir}/libMesaOpenCL.so
|
|
|
|
%endif
|
|
|
|
|
2014-12-14 18:15:35 +00:00
|
|
|
%if 0%{?with_nine}
|
|
|
|
%files libd3d
|
|
|
|
%dir %{_libdir}/d3d/
|
|
|
|
%{_libdir}/d3d/*.so.*
|
|
|
|
|
|
|
|
%files libd3d-devel
|
|
|
|
%{_libdir}/pkgconfig/d3d.pc
|
|
|
|
%{_includedir}/d3dadapter/
|
|
|
|
%{_libdir}/d3d/*.so
|
|
|
|
%endif
|
|
|
|
|
2016-08-14 11:01:59 +00:00
|
|
|
%files dri-drivers
|
|
|
|
%if %{with_hardware}
|
|
|
|
%config(noreplace) %{_sysconfdir}/drirc
|
|
|
|
%{_libdir}/dri/radeon_dri.so
|
|
|
|
%{_libdir}/dri/r200_dri.so
|
|
|
|
%{_libdir}/dri/nouveau_vieux_dri.so
|
|
|
|
%{_libdir}/dri/r300_dri.so
|
2018-06-05 19:31:07 +00:00
|
|
|
%if 0%{?with_radeonsi}
|
2018-06-06 18:06:51 +00:00
|
|
|
%{_libdir}/dri/r600_dri.so
|
2016-08-14 11:01:59 +00:00
|
|
|
%{_libdir}/dri/radeonsi_dri.so
|
2018-06-05 18:52:02 +00:00
|
|
|
%endif
|
2016-08-14 11:01:59 +00:00
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%{_libdir}/dri/i915_dri.so
|
|
|
|
%{_libdir}/dri/i965_dri.so
|
|
|
|
%endif
|
|
|
|
%if 0%{?with_vc4}
|
|
|
|
%{_libdir}/dri/vc4_dri.so
|
|
|
|
%endif
|
|
|
|
%if 0%{?with_freedreno}
|
|
|
|
%{_libdir}/dri/kgsl_dri.so
|
|
|
|
%{_libdir}/dri/msm_dri.so
|
|
|
|
%endif
|
2017-01-21 13:48:46 +00:00
|
|
|
%if 0%{?with_etnaviv}
|
|
|
|
%{_libdir}/dri/etnaviv_dri.so
|
2017-04-28 12:34:04 +00:00
|
|
|
%{_libdir}/dri/imx-drm_dri.so
|
2017-01-21 13:48:46 +00:00
|
|
|
%endif
|
2018-06-15 16:21:16 +00:00
|
|
|
%if 0%{?with_tegra}
|
|
|
|
%{_libdir}/dri/tegra_dri.so
|
|
|
|
%endif
|
2016-08-14 11:01:59 +00:00
|
|
|
%{_libdir}/dri/nouveau_dri.so
|
|
|
|
%if 0%{?with_vmware}
|
|
|
|
%{_libdir}/dri/vmwgfx_dri.so
|
|
|
|
%endif
|
|
|
|
%{_libdir}/dri/nouveau_drv_video.so
|
2018-06-05 19:31:07 +00:00
|
|
|
%if 0%{?with_radeonsi}
|
2018-06-06 18:06:51 +00:00
|
|
|
%{_libdir}/dri/r600_drv_video.so
|
2016-08-14 11:01:59 +00:00
|
|
|
%{_libdir}/dri/radeonsi_drv_video.so
|
|
|
|
%endif
|
2018-06-05 18:52:02 +00:00
|
|
|
%endif
|
2018-03-31 03:01:31 +00:00
|
|
|
%if 0%{?with_hardware}
|
2016-08-14 11:01:59 +00:00
|
|
|
%dir %{_libdir}/gallium-pipe
|
|
|
|
%{_libdir}/gallium-pipe/*.so
|
|
|
|
%endif
|
2018-03-31 03:01:31 +00:00
|
|
|
%{_libdir}/dri/kms_swrast_dri.so
|
2016-08-14 11:01:59 +00:00
|
|
|
%{_libdir}/dri/swrast_dri.so
|
|
|
|
%{_libdir}/dri/virtio_gpu_dri.so
|
|
|
|
|
|
|
|
%if %{with_hardware}
|
|
|
|
%if 0%{?with_omx}
|
|
|
|
%files omx-drivers
|
|
|
|
%{_libdir}/bellagio/libomx_mesa.so
|
|
|
|
%endif
|
|
|
|
%if 0%{?with_vdpau}
|
|
|
|
%files vdpau-drivers
|
|
|
|
%{_libdir}/vdpau/libvdpau_nouveau.so.1*
|
|
|
|
%{_libdir}/vdpau/libvdpau_r300.so.1*
|
2018-06-05 19:31:07 +00:00
|
|
|
%if 0%{?with_radeonsi}
|
2018-06-06 18:06:51 +00:00
|
|
|
%{_libdir}/vdpau/libvdpau_r600.so.1*
|
2016-08-14 11:01:59 +00:00
|
|
|
%{_libdir}/vdpau/libvdpau_radeonsi.so.1*
|
|
|
|
%endif
|
2018-06-15 16:21:16 +00:00
|
|
|
%if 0%{?with_tegra}
|
|
|
|
%{_libdir}/vdpau/libvdpau_tegra.so.1*
|
|
|
|
%endif
|
2016-08-14 11:01:59 +00:00
|
|
|
%endif
|
2018-06-05 18:52:02 +00:00
|
|
|
%endif
|
2016-08-14 11:01:59 +00:00
|
|
|
|
2016-11-02 12:37:57 +00:00
|
|
|
%files vulkan-drivers
|
2018-06-18 19:52:47 +00:00
|
|
|
%if 0%{?with_hardware}
|
|
|
|
%ifarch %{ix86} x86_64
|
2016-11-02 12:37:57 +00:00
|
|
|
%{_libdir}/libvulkan_intel.so
|
2018-06-18 19:52:47 +00:00
|
|
|
%{_datadir}/vulkan/icd.d/intel_icd.*.json
|
|
|
|
%endif
|
2016-11-02 12:37:57 +00:00
|
|
|
%{_libdir}/libvulkan_radeon.so
|
2018-06-18 19:52:47 +00:00
|
|
|
%{_datadir}/vulkan/icd.d/radeon_icd.*.json
|
2017-10-09 02:48:34 +00:00
|
|
|
%endif
|
2016-11-02 12:37:57 +00:00
|
|
|
|
|
|
|
%files vulkan-devel
|
|
|
|
%{_includedir}/vulkan/
|
|
|
|
|
2005-09-12 18:26:20 +00:00
|
|
|
%changelog
|
2018-07-01 09:10:25 +00:00
|
|
|
* Sun Jul 1 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.0.3-1
|
|
|
|
- Mesa 18.1.3
|
|
|
|
|
2018-06-29 22:58:54 +00:00
|
|
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 18.1.2-3
|
|
|
|
- Use ldconfig scriptlet macros
|
|
|
|
|
2018-06-18 19:52:47 +00:00
|
|
|
* Mon Jun 18 2018 Adam Jackson <ajax@redhat.com> - 18.1.2-2
|
|
|
|
- Build mesa-vulkan-drivers everywhere
|
|
|
|
- Build actual vulkan drivers on all but s390x
|
|
|
|
|
2018-06-16 13:57:19 +00:00
|
|
|
* Sat Jun 16 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.2-1
|
|
|
|
- Mesa 18.1.2
|
|
|
|
|
2018-06-15 16:21:16 +00:00
|
|
|
* Fri Jun 15 2018 Adam Jackson <ajax@redhat.com> - 18.1.1-4
|
|
|
|
- Build tegra too
|
|
|
|
|
2018-06-14 15:41:08 +00:00
|
|
|
* Thu Jun 14 2018 Adam Jackson <ajax@redhat.com> - 18.1.1-3
|
|
|
|
- Change the name of the fallback GLX library
|
|
|
|
|
2018-06-05 17:48:27 +00:00
|
|
|
* Tue Jun 05 2018 Adam Jackson <ajax@redhat.com> - 18.1.1-2
|
|
|
|
- Stop mentioning ppc and s390, we don't build for them anymore
|
2018-06-05 18:52:02 +00:00
|
|
|
- Remove with_llvm, now always true
|
|
|
|
- Switch with_radeonsi to be an exclude pattern, apparently not available
|
|
|
|
for armv7hl.
|
2018-06-05 17:48:27 +00:00
|
|
|
|
2018-06-03 14:51:16 +00:00
|
|
|
* Sun Jun 3 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.1-1
|
|
|
|
- Mesa 18.1.1
|
|
|
|
|
2018-05-24 08:03:43 +00:00
|
|
|
* Wed May 23 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.0-1
|
|
|
|
- Mesa 18.1.0
|
|
|
|
|
2018-05-12 12:38:46 +00:00
|
|
|
* Sat May 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.0-0.3.rc4
|
|
|
|
- Update to 18.1.0~rc4
|
|
|
|
|
2018-05-05 14:14:33 +00:00
|
|
|
* Sat May 5 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.0-0.2.rc3
|
|
|
|
- Update to 18.1.0~rc3
|
|
|
|
|
2018-05-02 13:22:35 +00:00
|
|
|
* Wed May 02 2018 Igor Gnatenko <ignatenkobraiN@fedoraproject.org> - 18.1.0-0.1.rc2
|
2018-05-05 14:14:33 +00:00
|
|
|
- Update to 18.1.0~rc2
|
2018-05-02 13:22:35 +00:00
|
|
|
|
2018-05-01 08:49:00 +00:00
|
|
|
* Tue May 1 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.0.2-1
|
|
|
|
- Mesa 18.0.2
|
|
|
|
|
2018-04-24 07:51:33 +00:00
|
|
|
* Tue Apr 24 2018 Jonas Ådahl <jadahl@redhat.com> - 18.0.1-2
|
|
|
|
- Disable rgb10 configs by default (rhbz 1560481)
|
|
|
|
|
2018-04-18 17:36:37 +00:00
|
|
|
* Wed Apr 18 2018 Adam Jackson <ajax@redhat.com> - 18.0.1-1
|
|
|
|
- Mesa 18.0.1
|
|
|
|
|
2018-04-09 14:27:14 +00:00
|
|
|
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 18.0.0-4
|
|
|
|
- Re-enable wayland support, conditionally drop mesa-wayland-egl subpackage
|
|
|
|
only in F28+ (#1564210)
|
|
|
|
|
2018-04-03 19:41:49 +00:00
|
|
|
* Tue Apr 03 2018 Tom Stellard <tstellar@redhat.com> - 18.0.0-3
|
|
|
|
- Disable build of wayland packages. These have been obseleted by wayland-devel.
|
|
|
|
|
2018-04-02 15:45:08 +00:00
|
|
|
* Mon Apr 02 2018 Tom Stellard <tstellar@redhat.com> - 18.0.0-2.1
|
|
|
|
- Rebuild against libLLVM.so with symbol versioning enabled
|
|
|
|
|
2018-03-28 16:52:17 +00:00
|
|
|
* Wed Mar 28 2018 Adam Jackson <ajax@redhat.com> - 18.0.0-2
|
|
|
|
- Unifarch OpenCL and OpenMAX (except ppc32 and s390 because llvm)
|
|
|
|
- Simplify C/LDFLAGS setup to match
|
|
|
|
- Drop -static-libstdc++ and related hacks
|
|
|
|
- Drop S3TC build hack
|
|
|
|
|
2018-03-28 09:28:36 +00:00
|
|
|
* Wed Mar 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-1
|
|
|
|
- Update to 18.0.0
|
|
|
|
|
2018-03-26 09:26:04 +00:00
|
|
|
* Mon Mar 26 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.0.0-0.5.rc5
|
|
|
|
- Update to 18.0.0 rc5
|
|
|
|
|
2018-03-19 20:26:11 +00:00
|
|
|
* Mon Mar 19 2018 Adam Jackson <ajax@redhat.com> - 18.0.0-0.4.rc4
|
|
|
|
- Build with python3
|
|
|
|
|
2018-03-02 08:31:28 +00:00
|
|
|
* Fri Mar 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.3.rc4
|
|
|
|
- Honor CXXFLAGS / LDFLAGS
|
|
|
|
|
2018-02-26 07:29:01 +00:00
|
|
|
* Mon Feb 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.2.rc4
|
|
|
|
- Backport patch to fix video corruption
|
|
|
|
|
2018-02-19 11:14:51 +00:00
|
|
|
* Mon Feb 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.1.rc4
|
|
|
|
- Update to 18.0.0~rc4
|
|
|
|
|
2018-02-09 07:17:35 +00:00
|
|
|
* Thu Feb 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.1.rc3
|
|
|
|
- Update to 18.0.0~rc3
|
|
|
|
|
2018-02-08 01:41:09 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 17.3.3-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-22 12:41:19 +00:00
|
|
|
* Mon Jan 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 17.3.3-1
|
|
|
|
- Update to 17.3.3
|
2018-01-13 04:30:39 +00:00
|
|
|
|
2018-01-01 21:27:35 +00:00
|
|
|
* Mon Jan 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.3.1-1
|
|
|
|
- Update to 17.3.1
|
|
|
|
|
2017-11-10 17:14:35 +00:00
|
|
|
* Fri Nov 10 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.3.0-0.4.rc3
|
|
|
|
- Sanitize tarball
|
|
|
|
|
2017-11-08 15:25:48 +00:00
|
|
|
* Wed Nov 8 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.3.0-0.3.rc3
|
|
|
|
- Update to 17.3.0-rc3
|
|
|
|
|
2017-11-06 16:24:54 +00:00
|
|
|
* Tue Oct 31 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.3.0-0.1.rc2
|
|
|
|
- Update to 17.3.0-rc2
|
|
|
|
|
2017-10-31 13:57:30 +00:00
|
|
|
* Tue Oct 31 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.4-1
|
|
|
|
- Update to 17.2.4 GA
|
|
|
|
|
2017-10-23 22:37:18 +00:00
|
|
|
* Mon Oct 23 2017 Tom Stellard <tstellar@redhat.com> - 17.2.3-2
|
|
|
|
- Rebuild for LLVM 5.0.0
|
|
|
|
|
2017-10-19 16:53:13 +00:00
|
|
|
* Thu Oct 19 2017 Gwyn Ciesla <limburgher@gmail.com> - 17.2.3-1
|
|
|
|
- 17.2.3, bugfix release.
|
|
|
|
|
|
|
|
* Wed Oct 11 2017 Peter Robinson <pbrobinson@fedoraproject.org> - 17.2.2-4
|
2017-10-11 15:48:21 +00:00
|
|
|
- Fix for vc4/Raspberry Pi
|
|
|
|
|
2017-10-09 02:30:33 +00:00
|
|
|
* Mon Oct 09 2017 Dave Airlie <airlied@redhat.com> - 17.2.2-3
|
|
|
|
- enable vulkan on 32-bit x86
|
|
|
|
|
2017-10-03 20:06:59 +00:00
|
|
|
* Tue Oct 03 2017 Adam Jackson <ajax@redhat.com> - 17.2.2-2
|
|
|
|
- Backport S3TC support from master
|
|
|
|
|
2017-10-03 07:57:16 +00:00
|
|
|
* Tue Oct 3 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.2-1
|
|
|
|
- Update to 17.2.2 GA
|
|
|
|
|
2017-09-21 08:45:35 +00:00
|
|
|
* Wed Sep 20 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.1-1
|
|
|
|
- Update to 17.2.1 GA
|
|
|
|
|
2017-09-11 15:02:00 +00:00
|
|
|
* Mon Sep 11 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-2
|
|
|
|
- Add upstream patch for glibc xlocale.h change (fdo bz 102454)
|
|
|
|
|
2017-09-05 17:33:04 +00:00
|
|
|
* Tue Sep 5 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-1
|
|
|
|
- Update to 17.2.0 GA
|
|
|
|
|
2017-08-31 13:25:41 +00:00
|
|
|
* Thu Aug 31 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-0.3.rc6
|
|
|
|
- Update to 17.2.0-rc6
|
|
|
|
|
2017-08-22 07:49:18 +00:00
|
|
|
* Tue Aug 22 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-0.2.rc5
|
|
|
|
- Update to 17.2.0-rc5
|
|
|
|
|
2017-08-14 08:36:07 +00:00
|
|
|
* Sun Aug 13 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-0.1.rc4
|
|
|
|
- Update to 17.2.0-rc4
|
|
|
|
|
2017-08-03 03:15:10 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 17.1.5-1.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 21:19:12 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 17.1.5-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-17 23:27:17 +00:00
|
|
|
* Mon Jul 17 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.5-1
|
|
|
|
- Update to 17.1.5
|
|
|
|
|
2017-07-13 19:45:04 +00:00
|
|
|
* Thu Jul 13 2017 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Stop replacing eglext.h, we're up to date again
|
|
|
|
|
2017-07-01 12:59:43 +00:00
|
|
|
* Sat Jul 1 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.4-1
|
|
|
|
- Update to 17.1.4
|
|
|
|
|
2017-06-19 21:35:35 +00:00
|
|
|
* Mon Jun 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.3-2
|
|
|
|
- Fixes and perf improvements for vc4
|
|
|
|
|
2017-06-19 15:21:37 +00:00
|
|
|
* Mon Jun 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.3-1
|
|
|
|
- Update to 17.1.3
|
|
|
|
|
2017-06-14 14:24:57 +00:00
|
|
|
* Wed Jun 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.2-2
|
|
|
|
- Some etnaviv fixes
|
|
|
|
|
2017-06-06 12:44:11 +00:00
|
|
|
* Mon Jun 5 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.2-1
|
|
|
|
- Update to 17.1.2
|
|
|
|
|
2017-06-05 19:04:31 +00:00
|
|
|
* Mon Jun 05 2017 Adam Jackson <ajax@redhat.com> - 17.1.1-2
|
|
|
|
- Disable BGRA8 images on Fermi
|
|
|
|
|
2017-05-25 10:51:49 +00:00
|
|
|
* Thu May 25 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.1-1
|
|
|
|
- Update to 17.1.1
|
|
|
|
|
2017-05-11 02:22:51 +00:00
|
|
|
* Thu May 11 2017 Dave Airlie <airlied@redhat.com> - 17.1.0-1
|
|
|
|
- Update to 17.1.0
|
|
|
|
|
2017-05-09 22:54:36 +00:00
|
|
|
* Tue May 9 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.4.rc4
|
|
|
|
- Update to 17.1.0-rc4
|
|
|
|
|
2017-04-28 12:34:04 +00:00
|
|
|
* Fri Apr 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.3.rc2
|
|
|
|
- Enable renderonly support for i.MX SoC (rhbz #1424714)
|
|
|
|
|
2017-04-24 22:36:52 +00:00
|
|
|
* Mon Apr 24 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.2.rc2
|
|
|
|
- Update to 17.1.0-rc2
|
|
|
|
|
2017-04-18 07:05:17 +00:00
|
|
|
* Tue Apr 18 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.1.0-0.1.rc1
|
|
|
|
- Update to 17.1.0-rc1
|
|
|
|
|
2017-04-02 10:28:28 +00:00
|
|
|
* Sun Apr 02 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.0.3-1
|
|
|
|
- Update to 17.0.3
|
|
|
|
|
2017-03-24 07:31:49 +00:00
|
|
|
* Fri Mar 24 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.0.2-2
|
|
|
|
- Rebuild for LLVM4
|
|
|
|
|
2017-03-20 16:53:56 +00:00
|
|
|
* Mon Mar 20 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.2-1
|
|
|
|
- Update to 17.0.2
|
|
|
|
|
2017-03-20 11:19:29 +00:00
|
|
|
* Mon Mar 20 2017 Hans de Goede <hdegoede@redhat.com> - 17.0.1-3
|
|
|
|
- Fix glXGetDriverConfig not working with glvnd (rhbz#1429894)
|
|
|
|
- Fix indirect rendering, add libGLX_indirect.so.0 symlink (rhbz#1427174)
|
|
|
|
|
2017-03-14 15:51:24 +00:00
|
|
|
* Tue Mar 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.1-2
|
|
|
|
- Rebuild for aarch64 llvmpipe fix (rhbz 1429050)
|
|
|
|
|
2017-03-05 07:11:04 +00:00
|
|
|
* Sun Mar 05 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.0.1-1
|
|
|
|
- Update to 17.0.1
|
|
|
|
|
2017-02-13 19:30:39 +00:00
|
|
|
* Mon Feb 13 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-1
|
|
|
|
- 17.0.0 GA
|
|
|
|
|
2017-02-06 21:46:05 +00:00
|
|
|
* Mon Feb 6 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-0.6.rc3
|
|
|
|
- Update to 17.0.0-rc3
|
|
|
|
|
2017-02-06 13:04:00 +00:00
|
|
|
* Mon Feb 6 2017 Hans de Goede <hdegoede@redhat.com> - 17.0.0-0.5.rc2
|
|
|
|
- Fix GLX_SGIX_fbconfig extension dispatching with glvnd, this fixes games such
|
|
|
|
as "The Binding of Isaac: Rebirth" and "Crypt of the NecroDancer" from Steam
|
|
|
|
|
2017-02-02 17:55:09 +00:00
|
|
|
* Thu Feb 2 2017 Hans de Goede <hdegoede@redhat.com> - 17.0.0-0.4.rc2
|
|
|
|
- Update eglext.h to 20161230 version this brings in some new defines needed
|
|
|
|
by some apps / libraries
|
|
|
|
|
2017-01-28 13:00:04 +00:00
|
|
|
* Sat Jan 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-0.3.rc2
|
|
|
|
- Update to 17.0.0-rc2
|
|
|
|
|
2017-01-21 13:48:46 +00:00
|
|
|
* Sat Jan 21 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-0.2.rc1
|
|
|
|
- Enable etnaviv gallium driver
|
|
|
|
|
2017-01-20 08:49:47 +00:00
|
|
|
* Fri Jan 20 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.0.0-0.rc1
|
|
|
|
- Update to 17.0.0-rc1
|
|
|
|
|
2017-01-17 09:35:41 +00:00
|
|
|
* Tue Jan 17 2017 Hans de Goede <hdegoede@redhat.com> - 13.0.3-3
|
|
|
|
- Enable libglvnd support (rhbz#1413579)
|
|
|
|
|
2017-01-12 21:39:21 +00:00
|
|
|
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 13.0.3-2
|
|
|
|
- Add valgrind BuildRequires to have valgrind support
|
|
|
|
|
2017-01-06 11:41:35 +00:00
|
|
|
* Fri Jan 6 2017 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.3-1
|
|
|
|
- 13.0.3 GA
|
|
|
|
|
2016-12-12 15:12:58 +00:00
|
|
|
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.2-2
|
|
|
|
- Use nettle for sha1
|
|
|
|
|
2016-11-29 16:18:54 +00:00
|
|
|
* Tue Nov 29 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.2-1
|
|
|
|
- 13.0.2 GA
|
|
|
|
|
2016-11-15 12:39:13 +00:00
|
|
|
* Tue Nov 15 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.1-1
|
|
|
|
- 13.0.1 GA
|
|
|
|
|
2016-11-02 17:04:37 +00:00
|
|
|
* Wed Nov 2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-3
|
|
|
|
- Don't ship duplicate vulkan devel headers
|
|
|
|
|
2016-11-02 12:37:57 +00:00
|
|
|
* Wed Nov 2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-2
|
|
|
|
- Add options for enabling vulkan components
|
|
|
|
- Enable intel/radeon vulkan drivers
|
|
|
|
|
2016-11-02 10:14:04 +00:00
|
|
|
* Wed Nov 2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-1
|
|
|
|
- 13.0.0 GA
|
|
|
|
|
2016-11-01 04:15:04 +00:00
|
|
|
* Tue Nov 01 2016 Dave Airlie <airlied@redhat.com> - 13.0.0-0.3.rc2
|
|
|
|
- rebuild for llvm 3.9
|
|
|
|
|
2016-10-24 19:16:25 +00:00
|
|
|
* Mon Oct 24 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-0.2.rc2
|
|
|
|
- 13.0.0-rc2
|
|
|
|
|
2016-10-20 05:30:02 +00:00
|
|
|
* Thu Oct 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.0-0.1.rc1
|
|
|
|
- 13.0.0-rc1
|
|
|
|
|
2016-10-11 13:08:51 +00:00
|
|
|
* Tue Oct 11 2016 Hans de Goede <hdegoede@redhat.com> - 12.0.3-2
|
|
|
|
- Add 2 patches from upstream to fix DRI3 vaapi crashes (rhbz1309446, fdo71759)
|
|
|
|
|
2016-09-18 19:01:03 +00:00
|
|
|
* Sun Sep 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> 12.0.3-1
|
|
|
|
- 12.0.3
|
|
|
|
|
2016-09-05 20:00:40 +00:00
|
|
|
* Mon Sep 5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 12.0.2-1
|
|
|
|
- 12.0.2
|
|
|
|
|
2016-09-05 13:28:25 +00:00
|
|
|
* Mon Sep 5 2016 Hans de Goede <hdegoede@redhat.com> - 12.0.1-7
|
|
|
|
- Fix PRIME fd leak
|
|
|
|
|
2016-08-23 16:34:24 +00:00
|
|
|
* Tue Aug 23 2016 Adam Jackson <ajax@redhat.com> - 12.0.1-6
|
|
|
|
- Remove BuildRequires: xorg-x11-server-devel
|
|
|
|
|
2016-08-15 18:50:42 +00:00
|
|
|
* Mon Aug 15 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-5
|
|
|
|
- Fix broken deps with OpenCL
|
|
|
|
|
2016-08-14 12:31:12 +00:00
|
|
|
* Sun Aug 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-4
|
|
|
|
- Fix broken deps
|
|
|
|
|
2016-08-14 11:01:59 +00:00
|
|
|
* Sun Aug 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-3
|
|
|
|
- Slightly refactor spec
|
|
|
|
- Drop virtual provides for OCL
|
|
|
|
|
2016-07-19 19:36:24 +00:00
|
|
|
* Tue Jul 19 2016 Orion Poplawski <orion@cora.nwra.com> - 12.0.1-2
|
|
|
|
- Add missing %%{?_isa} to requires in some devel sub-packages (bug #1138463)
|
|
|
|
|
2016-07-10 19:41:37 +00:00
|
|
|
* Sun Jul 10 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-1
|
|
|
|
- 12.0.1
|
|
|
|
|
2016-07-08 16:44:35 +00:00
|
|
|
* Fri Jul 08 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-1
|
|
|
|
- 12.0.0
|
|
|
|
|
2016-06-22 05:54:22 +00:00
|
|
|
* Wed Jun 22 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.3.rc4
|
|
|
|
- 12.0.0-rc4
|
|
|
|
|
2016-06-20 18:20:42 +00:00
|
|
|
* Mon Jun 20 2016 Adam Jackson <ajax@redhat.com> - 12.0.0-0.3.rc3
|
|
|
|
- Fix packaging error on s390*
|
|
|
|
|
2016-06-20 09:00:36 +00:00
|
|
|
* Mon Jun 20 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.2.rc3
|
|
|
|
- 12.0.0-rc3
|
|
|
|
|
2016-06-14 10:05:26 +00:00
|
|
|
* Tue Jun 14 2016 Dominik Mierzejewski <rpm@greysector.net> - 12.0.0-0.2.rc2
|
|
|
|
- add missing dependency for /etc/OpenCL/vendors ownership (RHBZ #1265948)
|
|
|
|
|
2016-06-14 08:04:25 +00:00
|
|
|
* Tue Jun 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.1.rc2
|
|
|
|
- 12.0.0-rc2
|
|
|
|
|
2016-06-01 10:44:50 +00:00
|
|
|
* Wed Jun 01 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.1.rc1
|
|
|
|
- 12.0.0-rc1
|
|
|
|
|
2016-04-30 23:37:52 +00:00
|
|
|
* Sun May 01 2016 Igor Gnatenko <ignatenko@redhat.com> - 11.3.0-0.4.gitcbcd7b6
|
|
|
|
- cbcd7b6
|
|
|
|
|
|
|
|
* Thu Apr 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 11.3.0-0.3.git171a570
|
2016-04-14 05:37:37 +00:00
|
|
|
- 171a570
|
|
|
|
|
2016-04-08 16:49:59 +00:00
|
|
|
* Fri Apr 08 2016 Björn Esser <fedora@besser82.io> - 11.3.0-0.2.gitea2bff1
|
|
|
|
- add virtual Provides for ocl-icd (RHBZ #1317602)
|
|
|
|
|
2016-03-20 13:48:31 +00:00
|
|
|
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.3.0-0.1.gitea2bff1
|
|
|
|
- 11.3.0 (gitea2bff1)
|
|
|
|
- Add SWR state-tracker (but disable because build is broken)
|
|
|
|
- Use gallium-osmesa instead of classic osmesa (RHBZ #1305588)
|
|
|
|
- Remove very old changelogs
|
|
|
|
|
2016-03-20 08:26:45 +00:00
|
|
|
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.1.rc3.20160320
|
|
|
|
- Update to 11.2.0-rc3
|
|
|
|
|
2016-02-19 00:20:35 +00:00
|
|
|
* Fri Feb 19 2016 Dave Airlie <airlied@redhat.com> 11.2.0-0.devel.11
|
|
|
|
- rebuild against llvm 3.8.0
|
|
|
|
|
2016-02-12 10:07:36 +00:00
|
|
|
* Fri Feb 12 2016 Dave Airlie <airlied@redhat.com> 11.2.0-0.devel.10
|
|
|
|
- rebuild against new llvm packages
|
|
|
|
|
2016-02-11 18:38:12 +00:00
|
|
|
* Thu Feb 11 2016 Adam Jackson <ajax@redhat.com> 11.2.0-0.devel.9
|
|
|
|
- Fix OpenCL-enabled FTBFS by not forcing clang search path to /usr/lib
|
|
|
|
|
2016-02-04 05:18:13 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 11.2.0-0.devel.8.24ea81a.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-27 18:31:14 +00:00
|
|
|
* Wed Jan 27 2016 Adam Jackson <ajax@redhat.com> 11.2.0-0.devel.8
|
|
|
|
- Rebuild for llvm 3.7.1 library split
|
|
|
|
|
2016-01-24 16:12:27 +00:00
|
|
|
* Sun Jan 24 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.7.24ea81a
|
|
|
|
- 24ea81a
|
|
|
|
|
2016-01-22 03:02:07 +00:00
|
|
|
* Thu Jan 21 2016 Peter Robinson <pbrobinson@fedoraproject.org> 11.2.0-0.devel.6.5e3edd4
|
|
|
|
- OpenCL now supported on aarch64
|
|
|
|
|
2016-01-10 10:32:46 +00:00
|
|
|
* Sun Jan 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.5.5e3edd4
|
|
|
|
- 5e3edd4
|
|
|
|
|
2016-01-08 18:28:03 +00:00
|
|
|
* Thu Jan 07 2016 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Mangle libtool even harder to get -static-libstdc++ to work
|
|
|
|
|
2015-12-29 18:56:31 +00:00
|
|
|
* Tue Dec 29 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.3.70d8dbc
|
|
|
|
- 70d8dbc
|
|
|
|
|
2015-12-02 10:56:26 +00:00
|
|
|
* Wed Dec 02 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.2.56aff6b
|
|
|
|
- 56aff6b
|
|
|
|
|
2016-01-24 16:12:27 +00:00
|
|
|
* Sun Nov 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.1.86fc97d
|
2015-11-22 08:34:08 +00:00
|
|
|
- 86fc97d
|
|
|
|
|
2015-11-05 20:12:44 +00:00
|
|
|
* Thu Nov 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.13.5ae37ae
|
|
|
|
- 5ae37ae
|
|
|
|
|
2015-11-05 17:04:28 +00:00
|
|
|
* Thu Nov 05 2015 Adam Jackson <ajax@redhat.com> 11.1.0-0.devel.12.3994ef5
|
|
|
|
- Link with -static-libstdc++ to work around Steam bundling its own copy
|
|
|
|
|
2015-10-23 09:19:46 +00:00
|
|
|
* Fri Oct 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.11.3994ef5
|
|
|
|
- 3994ef5
|
|
|
|
- Enable VirGL driver
|
|
|
|
|
2015-10-22 16:15:12 +00:00
|
|
|
* Thu Oct 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.10.7182498
|
|
|
|
- 7182498
|
2015-10-22 18:36:09 +00:00
|
|
|
- Disable SWR rasterizer
|
2015-10-22 16:15:12 +00:00
|
|
|
|
2015-10-22 15:47:07 +00:00
|
|
|
* Wed Oct 21 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.9.4a168ad
|
|
|
|
- Enable experimental SWR rasterizer
|
|
|
|
|
2015-10-14 05:10:55 +00:00
|
|
|
* Wed Oct 14 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.8.4a168ad
|
|
|
|
- 4a168ad
|
|
|
|
|
2015-10-07 09:57:32 +00:00
|
|
|
* Wed Oct 07 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.7.47d1199
|
|
|
|
- 47d1199
|
|
|
|
|
2015-09-26 07:31:56 +00:00
|
|
|
* Sat Sep 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.6.9932142
|
|
|
|
- 9932142
|
|
|
|
|
2015-09-16 06:59:29 +00:00
|
|
|
* Wed Sep 16 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.5.47e18a5
|
|
|
|
- 47e18a5
|
|
|
|
- Rebuild against llvm 3.7
|
|
|
|
|
2015-09-13 09:30:30 +00:00
|
|
|
* Sun Sep 13 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.4.d6fbcf6
|
|
|
|
- d6fbcf6
|
|
|
|
|
2015-09-10 17:02:13 +00:00
|
|
|
* Thu Sep 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 11.1.0-0.devel.3.60aea30
|
|
|
|
- Add brw_meta_fast_clear crash workaround patch (#1259443, fdo#86281)
|
|
|
|
|
2015-09-01 22:46:05 +00:00
|
|
|
* Wed Sep 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.1.0-0.devel.2.60aea30
|
|
|
|
- 60aea30
|
|
|
|
|
2015-08-24 15:49:40 +00:00
|
|
|
* Mon Aug 24 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.1.0-0.devel.1.4e5752e
|
|
|
|
- 4e5752e
|
|
|
|
|
2015-08-09 15:01:20 +00:00
|
|
|
* Sun Aug 09 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.2.21ccdbd
|
|
|
|
- 21ccdbd
|
|
|
|
- add surfaceless EGL platform (RHBZ #1251747)
|
|
|
|
|
2015-08-01 15:29:35 +00:00
|
|
|
* Sat Aug 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.1.6f2d889
|
|
|
|
- Update to 11.0.0
|
|
|
|
|
2015-07-14 23:01:32 +00:00
|
|
|
* Tue Jul 14 2015 Peter Robinson <pbrobinson@fedoraproject.org> 10.7.0-0.devel.4.ea633db
|
|
|
|
- Use %%license
|
|
|
|
- Minor spec cleanups
|
|
|
|
|
2015-07-14 08:55:26 +00:00
|
|
|
* Tue Jul 14 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.3.ea633db
|
|
|
|
- ea633db
|
|
|
|
|
2015-07-07 09:41:16 +00:00
|
|
|
* Tue Jul 07 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.2.8787141
|
|
|
|
- Drop unecessary make for s390
|
|
|
|
|
2015-06-22 08:23:19 +00:00
|
|
|
* Mon Jun 22 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.1.8787141
|
|
|
|
- 8787141
|
|
|
|
|
2015-06-17 20:00:56 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.6.0-0.devel.7.5a55f68.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-18 07:02:50 +00:00
|
|
|
* Mon May 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.7.5a55f68
|
|
|
|
- add git to BR everywhere
|
|
|
|
|
2015-05-17 19:09:37 +00:00
|
|
|
* Sun May 17 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.6.5a55f68
|
|
|
|
- 5a55f68
|
|
|
|
|
2015-05-06 22:37:36 +00:00
|
|
|
* Thu May 07 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.5.51e3453
|
|
|
|
- 51e3453
|
|
|
|
|
2015-04-20 19:35:28 +00:00
|
|
|
* Mon Apr 20 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.6.0-0.devel.4.c1485f4
|
|
|
|
- c1485f4
|
|
|
|
|
2015-04-09 21:49:11 +00:00
|
|
|
* Thu Apr 09 2015 Adam Jackson <ajax@redhat.com> 10.6.0-0.devel.3
|
|
|
|
- F23 rebuild against llvm 3.6.0
|
|
|
|
|
2015-02-27 19:05:39 +00:00
|
|
|
* Fri Feb 27 2015 Rob Clark <rclark@redhat.com - 10.6.0-0.devel.2.f80af89
|
|
|
|
- enable vc4 on arm
|
|
|
|
|
2015-02-23 20:30:13 +00:00
|
|
|
* Mon Feb 23 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.1.f80af89
|
|
|
|
- f80af89
|
|
|
|
|
2015-02-19 08:32:24 +00:00
|
|
|
* Wed Feb 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-1.20150218
|
|
|
|
- 10.5.0
|
|
|
|
|
2015-01-02 04:36:54 +00:00
|
|
|
* Fri Jan 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.32.6171131
|
|
|
|
- 6171131
|
|
|
|
|
2015-01-02 03:36:09 +00:00
|
|
|
* Fri Jan 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.31.c3260f8
|
|
|
|
- c3260f8
|
|
|
|
|
2015-01-02 02:36:23 +00:00
|
|
|
* Fri Jan 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.30.290553b
|
|
|
|
- 290553b
|
|
|
|
|
2015-01-01 14:36:06 +00:00
|
|
|
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.28.b77eaaf
|
|
|
|
- b77eaaf
|
|
|
|
|
2015-01-01 01:36:09 +00:00
|
|
|
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.26.c633528
|
|
|
|
- c633528
|
|
|
|
|
2015-01-01 00:36:06 +00:00
|
|
|
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.25.a6f6d61
|
|
|
|
- a6f6d61
|
|
|
|
|
2014-12-31 16:36:11 +00:00
|
|
|
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.23.be0311c
|
|
|
|
- be0311c
|
|
|
|
|
2014-12-31 01:36:14 +00:00
|
|
|
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.21.609c3e5
|
|
|
|
- 609c3e5
|
|
|
|
|
2014-12-30 23:36:08 +00:00
|
|
|
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.19.3ba57ba
|
|
|
|
- 3ba57ba
|
|
|
|
|
2014-12-30 03:36:09 +00:00
|
|
|
* Tue Dec 30 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.17.64dcb2b
|
|
|
|
- 64dcb2b
|
|
|
|
|
2014-12-29 20:36:11 +00:00
|
|
|
* Mon Dec 29 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.15.6c18279
|
|
|
|
- 6c18279
|
|
|
|
|
2014-12-27 14:36:16 +00:00
|
|
|
* Sat Dec 27 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.13.0c7f895
|
|
|
|
- 0c7f895
|
|
|
|
|
2014-12-26 15:09:32 +00:00
|
|
|
* Fri Dec 26 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.11.cb5a372
|
|
|
|
- cb5a372
|
|
|
|
|
2014-12-21 18:07:28 +00:00
|
|
|
* Sun Dec 21 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.10.git0d7f4c8
|
|
|
|
- enable ilo gallium driver
|
|
|
|
|
2014-12-19 16:31:31 +00:00
|
|
|
* Fri Dec 19 2014 Dan Horák <dan[at]danny.cz> 10.5.0-0.devel.9
|
|
|
|
- Sync with_{vaapi,vdpau,nine} settings with F21
|
|
|
|
|
2014-12-18 14:56:18 +00:00
|
|
|
* Thu Dec 18 2014 Adam Jackson <ajax@redhat.com> 10.5.0-0.devel.8
|
|
|
|
- Sync ppc build config with F21
|
|
|
|
|
2014-12-16 22:14:11 +00:00
|
|
|
* Wed Dec 17 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.7.git0d7f4c8
|
|
|
|
- fix requirements for d3d
|
|
|
|
|
|
|
|
* Sun Dec 14 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.6.git0d7f4c8
|
2014-12-14 19:06:28 +00:00
|
|
|
- 0d7f4c8
|
|
|
|
|
2014-12-16 22:14:11 +00:00
|
|
|
* Sun Dec 14 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.5.git29c7cf2
|
2014-12-14 17:58:38 +00:00
|
|
|
- Enable VA state-tracker
|
2014-12-14 18:15:35 +00:00
|
|
|
- Enable Nine state-tracker (Direct3D9 API)
|
2014-12-14 17:58:38 +00:00
|
|
|
|
2014-12-11 18:39:40 +00:00
|
|
|
* Thu Dec 11 2014 Adam Jackson <ajax@redhat.com> 10.5.0-0.devel.4
|
|
|
|
- Restore hardware drivers on ppc64{,le}
|
|
|
|
|
2014-12-02 11:05:21 +00:00
|
|
|
* Tue Dec 02 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.3.git29c7cf2
|
|
|
|
- 29c7cf2
|
|
|
|
|
2014-11-22 15:08:29 +00:00
|
|
|
* Sat Nov 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.2.git3d9c1a9
|
|
|
|
- 3d9c1a9
|
|
|
|
|
2014-11-19 17:29:26 +00:00
|
|
|
* Wed Nov 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.1.git9460cd3
|
|
|
|
- 9460cd3
|
|
|
|
|
2014-11-10 06:13:18 +00:00
|
|
|
* Mon Nov 10 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.8.gitf3b709c
|
|
|
|
- f3b709c
|
|
|
|
|
2014-10-28 05:02:43 +00:00
|
|
|
* Tue Oct 28 2014 10.4-0.devel.7.git1a17098
|
|
|
|
- rebuild for llvm
|
|
|
|
|
2014-10-27 06:18:42 +00:00
|
|
|
* Mon Oct 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.6.git1a17098
|
|
|
|
- 1a17098
|
|
|
|
|
2014-09-27 10:27:02 +00:00
|
|
|
* Sat Sep 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.5.gitc3f17bb
|
|
|
|
- c3f17bb18f597d7f606805ae94363dae7fd51582
|
|
|
|
|
2014-09-06 08:34:59 +00:00
|
|
|
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.4.git1f184bc
|
|
|
|
- apply patch for bigendian from karsten
|
|
|
|
- fix ppc filelist from karsten
|
|
|
|
|
2014-09-06 08:29:20 +00:00
|
|
|
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.3.git1f184bc
|
|
|
|
- 1f184bc114143acbcea373184260da777b6c6be1 commit
|
|
|
|
|
2014-08-28 12:16:48 +00:00
|
|
|
* Thu Aug 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.2.1.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8
|
|
|
|
- add swrast to dri driver list
|
|
|
|
|
2014-08-27 04:06:02 +00:00
|
|
|
* Wed Aug 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.2.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8
|
|
|
|
- 80771e47b6c1e47ab55f17311e1d4e227a9eb3d8 commit
|
|
|
|
|
2014-08-23 15:51:49 +00:00
|
|
|
* Sat Aug 23 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.1.c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
|
|
|
- 10.4 c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
|
|
|
|
2014-08-22 10:23:26 +00:00
|
|
|
* Fri Aug 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.1.e7f2f2dea5acdbd1a12ed88914e64a38a97432f0
|
|
|
|
- e7f2f2dea5acdbd1a12ed88914e64a38a97432f0 commit
|
|
|
|
|
2014-08-17 09:15:33 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.3-0.devel.2.c40d7d6d948912a4d51cbf8f0854cf2ebe916636.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-06 08:01:29 +00:00
|
|
|
* Wed Aug 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.devel.2.c40d7d6d948912a4d51cbf8f0854cf2ebe916636
|
2014-08-08 09:30:31 +00:00
|
|
|
- c40d7d6d948912a4d51cbf8f0854cf2ebe916636 commit
|
2014-08-06 08:01:29 +00:00
|
|
|
|
2014-07-11 15:27:50 +00:00
|
|
|
* Fri Jul 11 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.devel.1.f381c27c548aa28b003c8e188f5d627ab4105f76
|
|
|
|
- Rebase to 'master' branch (f381c27c548aa28b003c8e188f5d627ab4105f76 commit)
|
|
|
|
|
2014-07-11 14:52:43 +00:00
|
|
|
* Fri Jul 11 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.3-1.20140711
|
|
|
|
- 10.2.3 upstream release
|
|
|
|
|
2014-07-08 12:50:03 +00:00
|
|
|
* Mon Jul 7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 10.2.2-4.20140625
|
|
|
|
- Build aarch64 options the same as ARMv7
|
|
|
|
- Fix PPC conditionals
|
|
|
|
|
2014-07-03 20:26:07 +00:00
|
|
|
* Fri Jul 04 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.2-3.20140625
|
|
|
|
- Fix up intelInitScreen2 for DRI3 (RHBZ #1115323) (patch from drago01)
|
|
|
|
|
2014-06-27 00:11:32 +00:00
|
|
|
* Fri Jun 27 2014 Dave Airlie <airlied@redhat.com> 10.2.2-2.20140625
|
|
|
|
- add dri3 gnome-shell startup fix from Jasper.
|
|
|
|
|
2014-06-25 16:14:40 +00:00
|
|
|
* Wed Jun 25 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.2-1.20140625
|
|
|
|
- 10.2.2 upstream release
|
|
|
|
|
2014-06-11 07:02:06 +00:00
|
|
|
* Wed Jun 11 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.1-2.20140608
|
|
|
|
- drop radeonsi llvm hack
|
|
|
|
|
2014-06-07 21:51:07 +00:00
|
|
|
* Sun Jun 08 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.1-1.20140608
|
2014-06-07 21:49:42 +00:00
|
|
|
- 10.2.1 upstream release
|
|
|
|
|
2014-06-07 09:04:15 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-0.11.rc5.20140531
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-04 16:19:27 +00:00
|
|
|
* Wed Jun 04 2014 Dan Horák <dan[at]danny.cz> - 10.2-0.10.rc5.20140531
|
|
|
|
- fix build without hardware drivers
|
|
|
|
|
2014-05-31 08:37:55 +00:00
|
|
|
* Sat May 31 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.9.rc5.20140531
|
|
|
|
- 10.2-rc5 upstream release
|
|
|
|
|
2014-05-28 21:25:15 +00:00
|
|
|
* Wed May 28 2014 Brent Baude <baude@us.ibm.com> - 10.2-0.8.rc4.20140524
|
|
|
|
- Removing ppc64le arch from with_llvm
|
|
|
|
|
2014-05-28 18:56:26 +00:00
|
|
|
* Wed May 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.7.rc4.20140524
|
|
|
|
- i915: add a missing NULL pointer check (RHBZ #1100967)
|
|
|
|
|
2014-05-24 07:07:57 +00:00
|
|
|
* Sat May 24 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.6.rc4.20140524
|
|
|
|
- 10.2-rc4 upstream release
|
|
|
|
- add back updated radeonsi hack for LLVM
|
|
|
|
|
2014-05-17 09:11:19 +00:00
|
|
|
* Sat May 17 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.5.rc3.20140517
|
|
|
|
- 10.2-rc3 upstream release
|
|
|
|
|
2014-05-10 06:00:32 +00:00
|
|
|
* Sat May 10 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.4.rc2.20140510
|
|
|
|
- 10.2-rc2 upstream release
|
2014-05-10 06:18:31 +00:00
|
|
|
- drop radeonsi hack for LLVM
|
2014-05-10 06:00:32 +00:00
|
|
|
|
2014-05-06 08:41:27 +00:00
|
|
|
* Tue May 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.3.rc1.20140505
|
|
|
|
- Move gallium-pipe to the correct sub-package (RHBZ #1094588) (kwizart)
|
|
|
|
- Move egl_gallium.so to the correct location (RHBZ #1094588) (kwizart)
|
|
|
|
- Switch from with to enable for llvm shared libs (kwizart)
|
|
|
|
|
2014-05-05 11:38:35 +00:00
|
|
|
* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.2.rc1.20140505
|
|
|
|
- Enable gallium-egl (needed by freedreeno) (RHBZ #1094199) (kwizart)
|
|
|
|
|
2014-05-05 11:03:00 +00:00
|
|
|
* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.1.rc1.20140505
|
|
|
|
- Enable omx on x86 and arm (RHBZ #1094199) (kwizart)
|
|
|
|
- Split _with_xa from _with_vmware (RHBZ #1094199) (kwizart)
|
|
|
|
- Add _with_xa when arch is arm and _with_freedreeno (RHBZ #1094199) (kwizart)
|
|
|
|
|
2014-05-05 06:16:25 +00:00
|
|
|
* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.rc1.20140505
|
|
|
|
- 10.2-rc1 upstream release
|
|
|
|
|
2014-04-30 06:20:24 +00:00
|
|
|
* Wed Apr 30 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-3.20140430
|
|
|
|
- Update to today snapshot
|
|
|
|
- apply as downstream patches for reporting GPU max frequency on r600 (FD.o #73511)
|
|
|
|
|
2014-04-19 15:16:04 +00:00
|
|
|
* Sat Apr 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-2.20140419
|
|
|
|
- fix buildrequires llvm 3.4-5 to 3.4-6, because 3.4-5 is not available for F20
|
|
|
|
|
2014-04-19 14:49:00 +00:00
|
|
|
* Sat Apr 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-1.20140419
|
|
|
|
- 10.1.1 upstream release
|
|
|
|
|
2014-04-15 21:32:28 +00:00
|
|
|
* Tue Apr 15 2014 Adam Jackson <ajax@redhat.com> 10.1-6.20140305
|
|
|
|
- Disable DRI3 in F20, it requires libxcb bits we haven't backported.
|
|
|
|
|
2014-03-26 20:19:20 +00:00
|
|
|
* Wed Mar 26 2014 Adam Jackson <ajax@redhat.com> 10.1-5.20140305
|
|
|
|
- Initial ppc64le enablement (no hardware drivers or vdpau yet)
|
|
|
|
|
2014-03-21 15:33:26 +00:00
|
|
|
* Fri Mar 21 2014 Adam Jackson <ajax@redhat.com> 10.1-4.20140305
|
|
|
|
- mesa: Don't optimize out glClear if drawbuffer size is 0x0 (fdo #75797)
|
|
|
|
|
2014-03-19 06:17:01 +00:00
|
|
|
* Wed Mar 19 2014 Dave Airlie <airlied@redhat.com> 10.1-3.20140305
|
|
|
|
- rebuild against backported llvm 3.4-5 for radeonsi GL 3.3 support.
|
|
|
|
|
2014-03-12 03:16:28 +00:00
|
|
|
* Wed Mar 12 2014 Dave Airlie <airlied@redhat.com> 10.1-2.20140305
|
|
|
|
- disable r600 llvm compiler (upstream advice)
|
|
|
|
|
2014-03-05 08:33:48 +00:00
|
|
|
* Wed Mar 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-1.20140305
|
|
|
|
- mesa: Bump version to 10.1 (final) (Ian Romanick)
|
|
|
|
- glx/dri2: fix build failure on HURD (Julien Cristau)
|
|
|
|
- i965: Validate (and resolve) all the bound textures. (Chris Forbes)
|
|
|
|
- i965: Widen sampler key bitfields for 32 samplers (Chris Forbes)
|
|
|
|
|
2014-03-01 18:55:04 +00:00
|
|
|
* Sat Mar 01 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc3.20140301
|
2014-03-01 17:15:05 +00:00
|
|
|
- 10.1-rc3
|
|
|
|
|
2014-02-25 10:05:22 +00:00
|
|
|
* Tue Feb 25 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc2.20140225
|
|
|
|
- really 10.1-rc2
|
|
|
|
|
2014-02-22 11:17:50 +00:00
|
|
|
* Sat Feb 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc2.20140222
|
|
|
|
- 10.1-rc2
|
|
|
|
|
2014-02-08 12:28:02 +00:00
|
|
|
* Sat Feb 08 2014 Adel Gadllah <adel.gadllah@gmail.com> - 10.1-0.rc1.20140208
|
|
|
|
- 10.1rc1
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
2014-02-06 13:45:51 +00:00
|
|
|
* Thu Feb 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.0.3-1.20140206
|
|
|
|
- 10.0.3 upstream release
|
|
|
|
|
2014-02-04 16:57:11 +00:00
|
|
|
* Tue Feb 04 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-6.20140118
|
|
|
|
- Fix accidentally inverted logic that meant radeonsi_dri.so went missing
|
|
|
|
on all architectures instead of just ppc and s390. Sorry!
|
|
|
|
|
2014-02-02 21:25:35 +00:00
|
|
|
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-5.20140118
|
|
|
|
- Fix a thinko in previous commit wrt libdrm_nouveau2.
|
|
|
|
|
2014-02-02 21:03:31 +00:00
|
|
|
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-4.20140118
|
|
|
|
- Fix up building drivers on AArch64, enable LLVM there.
|
|
|
|
- Eliminate some F17 cruft from the spec, since we don't support it anymore.
|
|
|
|
- Conditionalize with_radeonsi on with_llvm instead of ppc,s390 && >F-17.
|
|
|
|
- Conditionalize libvdpau_radeonsi.so.1* on with_radeonsi instead of simply
|
|
|
|
with_llvm to fix a build failure on AArch64.
|
|
|
|
|
2014-01-18 20:06:01 +00:00
|
|
|
* Sun Jan 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.0.2-3.20140118
|
|
|
|
- Enable OpenCL (RHBZ #887628)
|
|
|
|
- Enable r600 llvm compiler (RHBZ #1055098)
|