0ff751
%ifnarch s390x
0ff751
%global with_hardware 1
0ff751
%global with_vulkan_hw 1
0ff751
%global with_vdpau 1
0ff751
%global with_vaapi 1
0ff751
%if !0%{?rhel}
0ff751
%global with_nine 1
0ff751
%global with_omx 1
0ff751
%global with_opencl 1
0ff751
%endif
0ff751
%global base_dri nouveau,r100,r200
0ff751
%global base_vulkan ,amd
0ff751
%endif
0ff751
0ff751
%ifarch %{ix86} x86_64
0ff751
%global with_iris   1
0ff751
%global with_vmware 1
0ff751
%global with_xa     1
0ff751
%global platform_dri ,i915,i965
0ff751
%global platform_vulkan ,intel
0ff751
%endif
0ff751
0ff751
%ifarch %{arm} aarch64
0ff751
%if !0%{?rhel}
0ff751
%global with_etnaviv   1
0ff751
%global with_lima      1
0ff751
%global with_vc4       1
0ff751
%global with_v3d       1
0ff751
%endif
0ff751
%global with_freedreno 1
0ff751
%global with_kmsro     1
0ff751
%global with_panfrost  1
0ff751
%global with_tegra     1
0ff751
%global with_xa        1
0ff751
%global platform_vulkan ,broadcom,freedreno
0ff751
%endif
0ff751
0ff751
%ifnarch %{arm} s390x
0ff751
%if !0%{?rhel}
0ff751
%global with_r300 1
0ff751
%global with_r600 1
0ff751
%endif
0ff751
%global with_radeonsi 1
0ff751
%endif
0ff751
0ff751
%ifarch %{valgrind_arches}
0ff751
%bcond_without valgrind
0ff751
%else
0ff751
%bcond_with valgrind
0ff751
%endif
0ff751
0ff751
%if !0%{?rhel}
0ff751
%global dri_drivers %{?base_dri}%{?platform_dri}
0ff751
%endif
0ff751
%global vulkan_drivers swrast%{?base_vulkan}%{?platform_vulkan}
0ff751
0ff751
Name:           mesa
0ff751
Summary:        Mesa graphics libraries
0ff751
%global ver 21.1.5
0ff751
Version:        %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
0ff751
Release:        2%{?dist}
0ff751
License:        MIT
0ff751
URL:            http://www.mesa3d.org
0ff751
0ff751
Source0:        https://mesa.freedesktop.org/archive/%{name}-%{ver}.tar.xz
0ff751
# src/gallium/auxiliary/postprocess/pp_mlaa* have an ... interestingly worded license.
0ff751
# Source1 contains email correspondence clarifying the license terms.
0ff751
# Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD.
0ff751
Source1:        Mesa-MLAA-License-Clarification-Email.txt
0ff751
0ff751
Patch1: mesa-vk-wsi-sw-fixes.patch
0ff751
0ff751
BuildRequires:  meson >= 0.45
0ff751
BuildRequires:  gcc
0ff751
BuildRequires:  gcc-c++
0ff751
BuildRequires:  gettext
0ff751
%if 0%{?with_hardware}
0ff751
BuildRequires:  kernel-headers
0ff751
%endif
0ff751
# We only check for the minimum version of pkgconfig(libdrm) needed so that the
0ff751
# SRPMs for each arch still have the same build dependencies. See:
0ff751
# https://bugzilla.redhat.com/show_bug.cgi?id=1859515
0ff751
BuildRequires:  pkgconfig(libdrm) >= 2.4.97
0ff751
BuildRequires:  pkgconfig(expat)
0ff751
BuildRequires:  pkgconfig(zlib) >= 1.2.3
0ff751
BuildRequires:  pkgconfig(libselinux)
0ff751
BuildRequires:  pkgconfig(wayland-scanner)
0ff751
BuildRequires:  pkgconfig(wayland-protocols) >= 1.8
0ff751
BuildRequires:  pkgconfig(wayland-client) >= 1.11
0ff751
BuildRequires:  pkgconfig(wayland-server) >= 1.11
0ff751
BuildRequires:  pkgconfig(wayland-egl-backend) >= 3
0ff751
BuildRequires:  pkgconfig(x11)
0ff751
BuildRequires:  pkgconfig(xext)
0ff751
BuildRequires:  pkgconfig(xdamage) >= 1.1
0ff751
BuildRequires:  pkgconfig(xfixes)
0ff751
BuildRequires:  pkgconfig(xcb-glx) >= 1.8.1
0ff751
BuildRequires:  pkgconfig(xxf86vm)
0ff751
BuildRequires:  pkgconfig(xcb)
0ff751
BuildRequires:  pkgconfig(x11-xcb)
0ff751
BuildRequires:  pkgconfig(xcb-dri2) >= 1.8
0ff751
BuildRequires:  pkgconfig(xcb-dri3)
0ff751
BuildRequires:  pkgconfig(xcb-present)
0ff751
BuildRequires:  pkgconfig(xcb-sync)
0ff751
BuildRequires:  pkgconfig(xshmfence) >= 1.1
0ff751
BuildRequires:  pkgconfig(dri2proto) >= 2.8
0ff751
BuildRequires:  pkgconfig(glproto) >= 1.4.14
0ff751
BuildRequires:  pkgconfig(xcb-xfixes)
0ff751
BuildRequires:  pkgconfig(xcb-randr)
0ff751
BuildRequires:  pkgconfig(xrandr) >= 1.3
0ff751
BuildRequires:  bison
0ff751
BuildRequires:  flex
0ff751
%if 0%{?with_vdpau}
0ff751
BuildRequires:  pkgconfig(vdpau) >= 1.1
0ff751
%endif
0ff751
%if 0%{?with_vaapi}
0ff751
BuildRequires:  pkgconfig(libva) >= 0.38.0
0ff751
%endif
0ff751
%if 0%{?with_omx}
0ff751
BuildRequires:  pkgconfig(libomxil-bellagio)
0ff751
%endif
0ff751
BuildRequires:  pkgconfig(libelf)
0ff751
BuildRequires:  pkgconfig(libglvnd) >= 1.3.2
0ff751
BuildRequires:  llvm-devel >= 7.0.0
0ff751
%if 0%{?with_opencl}
0ff751
BuildRequires:  clang-devel
0ff751
BuildRequires:  pkgconfig(libclc)
0ff751
%endif
0ff751
%if %{with valgrind}
0ff751
BuildRequires:  pkgconfig(valgrind)
0ff751
%endif
0ff751
BuildRequires:  python3-devel
0ff751
BuildRequires:  python3-mako
0ff751
BuildRequires:  vulkan-headers
0ff751
%if 0%{?with_vulkan_hw}
0ff751
BuildRequires:  pkgconfig(vulkan)
0ff751
%endif
0ff751
0ff751
%description
0ff751
%{summary}.
0ff751
0ff751
%package filesystem
0ff751
Summary:        Mesa driver filesystem
0ff751
Provides:       mesa-dri-filesystem = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
Obsoletes:      mesa-dri-filesystem < %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
0ff751
%description filesystem
0ff751
%{summary}.
0ff751
0ff751
%package libGL
0ff751
Summary:        Mesa libGL runtime libraries
0ff751
Requires:       %{name}-libglapi%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
Requires:       libglvnd-glx%{?_isa} >= 1:1.3.2
0ff751
0ff751
%description libGL
0ff751
%{summary}.
0ff751
0ff751
%package libGL-devel
0ff751
Summary:        Mesa libGL development package
0ff751
Requires:       %{name}-libGL%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
Requires:       libglvnd-devel%{?_isa} >= 1:1.3.2
0ff751
Provides:       libGL-devel
0ff751
Provides:       libGL-devel%{?_isa}
0ff751
Recommends:     gl-manpages
0ff751
0ff751
%description libGL-devel
0ff751
%{summary}.
0ff751
0ff751
%package libEGL
0ff751
Summary:        Mesa libEGL runtime libraries
0ff751
Requires:       libglvnd-egl%{?_isa} >= 1:1.3.2
0ff751
0ff751
%description libEGL
0ff751
%{summary}.
0ff751
0ff751
%package libEGL-devel
0ff751
Summary:        Mesa libEGL development package
0ff751
Requires:       %{name}-libEGL%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
Requires:       libglvnd-devel%{?_isa} >= 1:1.3.2
0ff751
Requires:       %{name}-khr-devel%{?_isa}
0ff751
Provides:       libEGL-devel
0ff751
Provides:       libEGL-devel%{?_isa}
0ff751
0ff751
%description libEGL-devel
0ff751
%{summary}.
0ff751
0ff751
%package dri-drivers
0ff751
Summary:        Mesa-based DRI drivers
0ff751
Requires:       %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
0ff751
%description dri-drivers
0ff751
%{summary}.
0ff751
0ff751
%if 0%{?with_omx}
0ff751
%package omx-drivers
0ff751
Summary:        Mesa-based OMX drivers
0ff751
Requires:       %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
0ff751
%description omx-drivers
0ff751
%{summary}.
0ff751
%endif
0ff751
0ff751
%if 0%{?with_vdpau}
0ff751
%package        vdpau-drivers
0ff751
Summary:        Mesa-based VDPAU drivers
0ff751
Requires:       %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
0ff751
%description vdpau-drivers
0ff751
%{summary}.
0ff751
%endif
0ff751
0ff751
%package libOSMesa
0ff751
Summary:        Mesa offscreen rendering libraries
0ff751
Requires:       %{name}-libglapi%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
Provides:       libOSMesa
0ff751
Provides:       libOSMesa%{?_isa}
0ff751
0ff751
%description libOSMesa
0ff751
%{summary}.
0ff751
0ff751
%package libOSMesa-devel
0ff751
Summary:        Mesa offscreen rendering development package
0ff751
Requires:       %{name}-libOSMesa%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
0ff751
%description libOSMesa-devel
0ff751
%{summary}.
0ff751
0ff751
%package libgbm
0ff751
Summary:        Mesa gbm runtime library
0ff751
Provides:       libgbm
0ff751
Provides:       libgbm%{?_isa}
0ff751
0ff751
%description libgbm
0ff751
%{summary}.
0ff751
0ff751
%package libgbm-devel
0ff751
Summary:        Mesa libgbm development package
0ff751
Requires:       %{name}-libgbm%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
Provides:       libgbm-devel
0ff751
Provides:       libgbm-devel%{?_isa}
0ff751
0ff751
%description libgbm-devel
0ff751
%{summary}.
0ff751
0ff751
%if 0%{?with_xa}
0ff751
%package libxatracker
0ff751
Summary:        Mesa XA state tracker
0ff751
Provides:       libxatracker
0ff751
Provides:       libxatracker%{?_isa}
0ff751
0ff751
%description libxatracker
0ff751
%{summary}.
0ff751
0ff751
%package libxatracker-devel
0ff751
Summary:        Mesa XA state tracker development package
0ff751
Requires:       %{name}-libxatracker%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
Provides:       libxatracker-devel
0ff751
Provides:       libxatracker-devel%{?_isa}
0ff751
0ff751
%description libxatracker-devel
0ff751
%{summary}.
0ff751
%endif
0ff751
0ff751
%package libglapi
0ff751
Summary:        Mesa shared glapi
0ff751
Provides:       libglapi
0ff751
Provides:       libglapi%{?_isa}
0ff751
0ff751
%description libglapi
0ff751
%{summary}.
0ff751
0ff751
%if 0%{?with_opencl}
0ff751
%package libOpenCL
0ff751
Summary:        Mesa OpenCL runtime library
0ff751
Requires:       ocl-icd%{?_isa}
0ff751
Requires:       libclc%{?_isa}
0ff751
Requires:       %{name}-libgbm%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
Requires:       opencl-filesystem
0ff751
0ff751
%description libOpenCL
0ff751
%{summary}.
0ff751
0ff751
%package libOpenCL-devel
0ff751
Summary:        Mesa OpenCL development package
0ff751
Requires:       %{name}-libOpenCL%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
0ff751
%description libOpenCL-devel
0ff751
%{summary}.
0ff751
%endif
0ff751
0ff751
%if 0%{?with_nine}
0ff751
%package libd3d
0ff751
Summary:        Mesa Direct3D9 state tracker
0ff751
0ff751
%description libd3d
0ff751
%{summary}.
0ff751
0ff751
%package libd3d-devel
0ff751
Summary:        Mesa Direct3D9 state tracker development package
0ff751
Requires:       %{name}-libd3d%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
0ff751
%description libd3d-devel
0ff751
%{summary}.
0ff751
%endif
0ff751
0ff751
%package vulkan-drivers
0ff751
Summary:        Mesa Vulkan drivers
0ff751
Requires:       vulkan%{_isa}
0ff751
0ff751
%description vulkan-drivers
0ff751
The drivers with support for the Vulkan API.
0ff751
0ff751
%package vulkan-devel
0ff751
Summary:        Mesa Vulkan development files
0ff751
Requires:       %{name}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
0ff751
Requires:       vulkan-devel
0ff751
0ff751
%description vulkan-devel
0ff751
Headers for development with the Vulkan API.
0ff751
0ff751
%prep
0ff751
%autosetup -n %{name}-%{ver} -p1
0ff751
cp %{SOURCE1} docs/
0ff751
0ff751
%build
0ff751
# We've gotten a report that enabling LTO for mesa breaks some games. See
0ff751
# https://bugzilla.redhat.com/show_bug.cgi?id=1862771 for details.
0ff751
# Disable LTO for now
0ff751
%define _lto_cflags %{nil}
0ff751
0ff751
%meson \
0ff751
  -Dplatforms=x11,wayland \
0ff751
  -Ddri3=enabled \
0ff751
  -Ddri-drivers=%{?dri_drivers} \
0ff751
  -Dosmesa=true \
0ff751
%if 0%{?with_hardware}
0ff751
  -Dgallium-drivers=swrast,virgl,nouveau%{?with_r300:,r300}%{?with_iris:,iris}%{?with_vmware:,svga}%{?with_radeonsi:,radeonsi}%{?with_r600:,r600}%{?with_freedreno:,freedreno}%{?with_etnaviv:,etnaviv}%{?with_tegra:,tegra}%{?with_vc4:,vc4}%{?with_v3d:,v3d}%{?with_kmsro:,kmsro}%{?with_lima:,lima}%{?with_panfrost:,panfrost}%{?with_vulkan_hw:,zink} \
0ff751
%else
0ff751
  -Dgallium-drivers=swrast,virgl \
0ff751
%endif
0ff751
  -Dgallium-vdpau=%{?with_vdpau:enabled}%{!?with_vdpau:disabled} \
0ff751
  -Dgallium-xvmc=disabled \
0ff751
  -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
0ff751
  -Dgallium-va=%{?with_vaapi:enabled}%{!?with_vaapi:disabled} \
0ff751
  -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
0ff751
  -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
0ff751
  -Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
0ff751
  -Dvulkan-drivers=%{?vulkan_drivers} \
0ff751
  -Dvulkan-layers=device-select \
0ff751
  -Dshared-glapi=enabled \
0ff751
  -Dgles1=disabled \
0ff751
  -Dgles2=enabled \
0ff751
  -Dopengl=true \
0ff751
  -Dgbm=enabled \
0ff751
  -Dglx=dri \
0ff751
  -Degl=enabled \
0ff751
  -Dglvnd=true \
0ff751
  -Dmicrosoft-clc=disabled \
0ff751
  -Dllvm=enabled \
0ff751
  -Dshared-llvm=enabled \
0ff751
  -Dvalgrind=%{?with_valgrind:enabled}%{!?with_valgrind:disabled} \
0ff751
  -Dbuild-tests=false \
0ff751
  -Dselinux=true \
0ff751
  %{nil}
0ff751
%meson_build
0ff751
0ff751
%install
0ff751
%meson_install
0ff751
0ff751
# libvdpau opens the versioned name, don't bother including the unversioned
0ff751
rm -vf %{buildroot}%{_libdir}/vdpau/*.so
0ff751
# likewise glvnd
0ff751
rm -vf %{buildroot}%{_libdir}/libGLX_mesa.so
0ff751
rm -vf %{buildroot}%{_libdir}/libEGL_mesa.so
0ff751
# XXX can we just not build this
0ff751
rm -vf %{buildroot}%{_libdir}/libGLES*
0ff751
0ff751
# glvnd needs a default provider for indirect rendering where it cannot
0ff751
# determine the vendor
0ff751
ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0
0ff751
0ff751
# this keeps breaking, check it early.  note that the exit from eu-ftr is odd.
0ff751
pushd %{buildroot}%{_libdir}
0ff751
for i in libOSMesa*.so libGL.so ; do
0ff751
    eu-findtextrel $i && exit 1
0ff751
done
0ff751
popd
0ff751
0ff751
%files filesystem
0ff751
%doc docs/Mesa-MLAA-License-Clarification-Email.txt
0ff751
%dir %{_libdir}/dri
0ff751
%if 0%{?with_hardware}
0ff751
%if 0%{?with_vdpau}
0ff751
%dir %{_libdir}/vdpau
0ff751
%endif
0ff751
%endif
0ff751
0ff751
%files libGL
0ff751
%{_libdir}/libGLX_mesa.so.0*
0ff751
%{_libdir}/libGLX_system.so.0*
0ff751
%files libGL-devel
0ff751
%dir %{_includedir}/GL/internal
0ff751
%{_includedir}/GL/internal/dri_interface.h
0ff751
%{_libdir}/pkgconfig/dri.pc
0ff751
%{_libdir}/libglapi.so
0ff751
0ff751
%files libEGL
0ff751
%{_datadir}/glvnd/egl_vendor.d/50_mesa.json
0ff751
%{_libdir}/libEGL_mesa.so.0*
0ff751
%files libEGL-devel
0ff751
%dir %{_includedir}/EGL
0ff751
%{_includedir}/EGL/eglmesaext.h
0ff751
%{_includedir}/EGL/eglextchromium.h
0ff751
0ff751
%ldconfig_scriptlets libglapi
0ff751
%files libglapi
0ff751
%{_libdir}/libglapi.so.0
0ff751
%{_libdir}/libglapi.so.0.*
0ff751
0ff751
%ldconfig_scriptlets libOSMesa
0ff751
%files libOSMesa
0ff751
%{_libdir}/libOSMesa.so.8*
0ff751
%files libOSMesa-devel
0ff751
%dir %{_includedir}/GL
0ff751
%{_includedir}/GL/osmesa.h
0ff751
%{_libdir}/libOSMesa.so
0ff751
%{_libdir}/pkgconfig/osmesa.pc
0ff751
0ff751
%ldconfig_scriptlets libgbm
0ff751
%files libgbm
0ff751
%{_libdir}/libgbm.so.1
0ff751
%{_libdir}/libgbm.so.1.*
0ff751
%files libgbm-devel
0ff751
%{_libdir}/libgbm.so
0ff751
%{_includedir}/gbm.h
0ff751
%{_libdir}/pkgconfig/gbm.pc
0ff751
0ff751
%if 0%{?with_xa}
0ff751
%ldconfig_scriptlets libxatracker
0ff751
%files libxatracker
0ff751
%if 0%{?with_hardware}
0ff751
%{_libdir}/libxatracker.so.2
0ff751
%{_libdir}/libxatracker.so.2.*
0ff751
%endif
0ff751
0ff751
%files libxatracker-devel
0ff751
%if 0%{?with_hardware}
0ff751
%{_libdir}/libxatracker.so
0ff751
%{_includedir}/xa_tracker.h
0ff751
%{_includedir}/xa_composite.h
0ff751
%{_includedir}/xa_context.h
0ff751
%{_libdir}/pkgconfig/xatracker.pc
0ff751
%endif
0ff751
%endif
0ff751
0ff751
%if 0%{?with_opencl}
0ff751
%ldconfig_scriptlets libOpenCL
0ff751
%files libOpenCL
0ff751
%{_libdir}/libMesaOpenCL.so.*
0ff751
%{_sysconfdir}/OpenCL/vendors/mesa.icd
0ff751
%files libOpenCL-devel
0ff751
%{_libdir}/libMesaOpenCL.so
0ff751
%endif
0ff751
0ff751
%if 0%{?with_nine}
0ff751
%files libd3d
0ff751
%dir %{_libdir}/d3d/
0ff751
%{_libdir}/d3d/*.so.*
0ff751
0ff751
%files libd3d-devel
0ff751
%{_libdir}/pkgconfig/d3d.pc
0ff751
%{_includedir}/d3dadapter/
0ff751
%{_libdir}/d3d/*.so
0ff751
%endif
0ff751
0ff751
%files dri-drivers
0ff751
%dir %{_datadir}/drirc.d
0ff751
%{_datadir}/drirc.d/00-mesa-defaults.conf
0ff751
%{_libdir}/dri/kms_swrast_dri.so
0ff751
%{_libdir}/dri/swrast_dri.so
0ff751
%{_libdir}/dri/virtio_gpu_dri.so
0ff751
0ff751
%if 0%{?with_hardware}
0ff751
%if !0%{?rhel}
0ff751
%{_libdir}/dri/radeon_dri.so
0ff751
%{_libdir}/dri/r200_dri.so
0ff751
%{_libdir}/dri/nouveau_vieux_dri.so
0ff751
%endif
0ff751
%if 0%{?with_r300}
0ff751
%{_libdir}/dri/r300_dri.so
0ff751
%endif
0ff751
%if 0%{?with_radeonsi}
0ff751
%if 0%{?with_r600}
0ff751
%{_libdir}/dri/r600_dri.so
0ff751
%endif
0ff751
%{_libdir}/dri/radeonsi_dri.so
0ff751
%endif
0ff751
%ifarch %{ix86} x86_64
0ff751
%if !0%{?rhel}
0ff751
%{_libdir}/dri/i915_dri.so
0ff751
%{_libdir}/dri/i965_dri.so
0ff751
%endif
0ff751
%{_libdir}/dri/iris_dri.so
0ff751
%endif
0ff751
%ifarch %{arm} aarch64
0ff751
%{_libdir}/dri/ingenic-drm_dri.so
0ff751
%{_libdir}/dri/imx-drm_dri.so
0ff751
%{_libdir}/dri/mcde_dri.so
0ff751
%{_libdir}/dri/mxsfb-drm_dri.so
0ff751
%{_libdir}/dri/stm_dri.so
0ff751
%endif
0ff751
%if 0%{?with_vc4}
0ff751
%{_libdir}/dri/vc4_dri.so
0ff751
%endif
0ff751
%if 0%{?with_v3d}
0ff751
%{_libdir}/dri/v3d_dri.so
0ff751
%endif
0ff751
%if 0%{?with_freedreno}
0ff751
%{_libdir}/dri/kgsl_dri.so
0ff751
%{_libdir}/dri/msm_dri.so
0ff751
%endif
0ff751
%if 0%{?with_etnaviv}
0ff751
%{_libdir}/dri/etnaviv_dri.so
0ff751
%endif
0ff751
%if 0%{?with_tegra}
0ff751
%{_libdir}/dri/tegra_dri.so
0ff751
%endif
0ff751
%if 0%{?with_lima}
0ff751
%{_libdir}/dri/lima_dri.so
0ff751
%endif
0ff751
%if 0%{?with_panfrost}
0ff751
%{_libdir}/dri/panfrost_dri.so
0ff751
%endif
0ff751
%{_libdir}/dri/nouveau_dri.so
0ff751
%if 0%{?with_vmware}
0ff751
%{_libdir}/dri/vmwgfx_dri.so
0ff751
%endif
0ff751
%{_libdir}/dri/nouveau_drv_video.so
0ff751
%if 0%{?with_r600}
0ff751
%{_libdir}/dri/r600_drv_video.so
0ff751
%endif
0ff751
%if 0%{?with_radeonsi}
0ff751
%{_libdir}/dri/radeonsi_drv_video.so
0ff751
%endif
0ff751
%endif
0ff751
%if 0%{?with_opencl}
0ff751
%dir %{_libdir}/gallium-pipe
0ff751
%{_libdir}/gallium-pipe/*.so
0ff751
%endif
0ff751
%if 0%{?with_kmsro}
0ff751
%{_libdir}/dri/armada-drm_dri.so
0ff751
%{_libdir}/dri/exynos_dri.so
0ff751
%{_libdir}/dri/hx8357d_dri.so
0ff751
%{_libdir}/dri/ili9225_dri.so
0ff751
%{_libdir}/dri/ili9341_dri.so
0ff751
%{_libdir}/dri/imx-dcss_dri.so
0ff751
%{_libdir}/dri/mediatek_dri.so
0ff751
%{_libdir}/dri/meson_dri.so
0ff751
%{_libdir}/dri/mi0283qt_dri.so
0ff751
%{_libdir}/dri/pl111_dri.so
0ff751
%{_libdir}/dri/repaper_dri.so
0ff751
%{_libdir}/dri/rockchip_dri.so
0ff751
%{_libdir}/dri/st7586_dri.so
0ff751
%{_libdir}/dri/st7735r_dri.so
0ff751
%{_libdir}/dri/sun4i-drm_dri.so
0ff751
%endif
0ff751
%if 0%{?with_vulkan_hw}
0ff751
%{_libdir}/dri/zink_dri.so
0ff751
%endif
0ff751
0ff751
%if 0%{?with_omx}
0ff751
%files omx-drivers
0ff751
%{_libdir}/bellagio/libomx_mesa.so
0ff751
%endif
0ff751
%if 0%{?with_vdpau}
0ff751
%files vdpau-drivers
0ff751
%{_libdir}/vdpau/libvdpau_nouveau.so.1*
0ff751
%if 0%{?with_r300}
0ff751
%{_libdir}/vdpau/libvdpau_r300.so.1*
0ff751
%endif
0ff751
%if 0%{?with_r600}
0ff751
%{_libdir}/vdpau/libvdpau_r600.so.1*
0ff751
%endif
0ff751
%if 0%{?with_radeonsi}
0ff751
%{_libdir}/vdpau/libvdpau_radeonsi.so.1*
0ff751
%endif
0ff751
%endif
0ff751
0ff751
%files vulkan-drivers
0ff751
%{_libdir}/libvulkan_lvp.so
0ff751
%{_datadir}/vulkan/icd.d/lvp_icd.*.json
0ff751
%{_libdir}/libVkLayer_MESA_device_select.so
0ff751
%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
0ff751
%if 0%{?with_vulkan_hw}
0ff751
%{_libdir}/libvulkan_radeon.so
0ff751
%{_datadir}/vulkan/icd.d/radeon_icd.*.json
0ff751
%ifarch %{ix86} x86_64
0ff751
%{_libdir}/libvulkan_intel.so
0ff751
%{_datadir}/vulkan/icd.d/intel_icd.*.json
0ff751
%endif
0ff751
%ifarch %{arm} aarch64
0ff751
%{_libdir}/libvulkan_broadcom.so
0ff751
%{_datadir}/vulkan/icd.d/broadcom_icd.*.json
0ff751
%{_libdir}/libvulkan_freedreno.so
0ff751
%{_datadir}/vulkan/icd.d/freedreno_icd.*.json
0ff751
%endif
0ff751
%endif
0ff751
0ff751
%ifarch %{ix86} x86_64
0ff751
%files vulkan-devel
0ff751
%endif
0ff751
0ff751
%changelog
0ff751
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 21.1.5-2
0ff751
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0ff751
  Related: rhbz#1991688
0ff751
0ff751
* Mon Aug 02 2021 Dave Airlie <airlied@redhat.com> - 21.1.5-1
0ff751
- Update to mesa 21.1.5 + vk wsi fixes
0ff751
0ff751
* Fri Jul 09 2021 Dave Airlie <airlied@redhat.com> - 21.1.3-1
0ff751
- Update to mesa 21.1.3 to fix wl_drm
0ff751
0ff751
* Tue Apr 20 2021 Dave Airlie <airlied@redhat.com> - 21.0.1-5
0ff751
- Fix FTBFS (#1951279)
0ff751
0ff751
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 21.0.1-4
0ff751
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0ff751
0ff751
* Fri Mar 26 2021 Adam Jackson <ajax@redhat.com> - 21.0.1-3
0ff751
- Split out with_r300 and with_r600
0ff751
- Disable r300, r600, etnaviv, lima, vc4 and v3d in RHEL
0ff751
0ff751
* Thu Mar 25 2021 Dave Airlie <airlied@redhat.com> - 21.0.1-2
0ff751
- fix zink loading in places it shouldn't.
0ff751
0ff751
* Wed Mar 24 2021 Pete Walter <pwalter@fedoraproject.org> - 21.0.1-1
0ff751
- Update to 21.0.1
0ff751
0ff751
* Tue Mar 23 2021 Pete Walter <pwalter@fedoraproject.org> - 21.0.0-2
0ff751
- Rebuild for llvm 12
0ff751
0ff751
* Fri Mar 12 2021 Pete Walter <pwalter@fedoraproject.org> - 21.0.0-1
0ff751
- Update to 21.0.0
0ff751
0ff751
* Mon Mar 08 2021 Adam Williamson <awilliam@redhat.com> - 21.0.0~rc5-3
0ff751
- Backport MR #9425 to fix GNOME Shell crash on Jetson Nano (#1930977)
0ff751
0ff751
* Mon Feb 22 2021 Dave Airlie <airlied@redhat.com> - 21.0.0~rc5-2
0ff751
- fix sddm/vmware regression
0ff751
0ff751
* Fri Feb 19 2021 Pete Walter <pwalter@fedoraproject.org> - 21.0.0~rc5-1
0ff751
- Update to 21.0.0-rc5
0ff751
0ff751
* Fri Feb 19 2021 Adam Jackson <ajax@redhat.com> - 21.0.0~rc4-2
0ff751
- Disable OpenMAX, OpenCL, and nine in RHEL
0ff751
0ff751
* Wed Feb 17 2021 Pete Walter <pwalter@fedoraproject.org> - 21.0.0~rc4-1
0ff751
- Update to 21.0.0-rc4
0ff751
0ff751
* Wed Feb 03 2021 Dave Airlie <airlied@redhat.com> - 21.0.0~rc3-2
0ff751
- Fix zink/swrast/lavapipe/gnome-shell interaction (#1924360)
0ff751
0ff751
* Fri Jan 29 2021 Pete Walter <pwalter@fedoraproject.org> - 21.0.0~rc3-1
0ff751
- Update to 21.0.0-rc3
0ff751
0ff751
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 20.3.3-7
0ff751
- Backport upstream fix for EGL issues with qemu
0ff751
0ff751
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20.3.3-6
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0ff751
0ff751
* Fri Jan 22 2021 Tom Stellard <tstellar@redhat.com> - 20.3.3-5
0ff751
- Rebuild for clang-11.1.0
0ff751
0ff751
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 20.3.3-4
0ff751
- Disable classic drivers in RHEL
0ff751
0ff751
* Fri Jan 15 2021 Dave Airlie <airlied@redhat.com> - 20.3.3-3
0ff751
- Fix lavapipe missing ext that breaks gstreamer/pidgin
0ff751
0ff751
* Fri Jan 15 2021 Dave Airlie <airlied@redhat.com> - 20.3.3-2
0ff751
- Fix device selection layer for vulkan 1.2
0ff751
0ff751
* Wed Jan 13 2021 Pete Walter <pwalter@fedoraproject.org> - 20.3.3-1
0ff751
- Update to 20.3.3
0ff751
0ff751
* Thu Dec 31 2020 Pete Walter <pwalter@fedoraproject.org> - 20.3.2-1
0ff751
- Update to 20.3.2
0ff751
0ff751
* Wed Dec 16 2020 Pete Walter <pwalter@fedoraproject.org> - 20.3.1-1
0ff751
- Update to 20.3.1
0ff751
0ff751
* Mon Dec 07 2020 Dave Airlie <airlied@redhat.com> - 20.3.0-2
0ff751
- Fix regression with radeon si/cik cards
0ff751
0ff751
* Fri Dec 04 2020 Dave Airlie <airlied@redhat.com> - 20.3.0-1
0ff751
- Update to 20.3.0 release
0ff751
0ff751
* Tue Dec  1 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 20.3.0~rc3-2
0ff751
- Enable Zink opengl over vulkan driver
0ff751
- Enable Broadcom v3dv and freedreno vulkan drivers on arm
0ff751
0ff751
* Tue Dec 01 2020 Dave Airlie <airlied@redhat.com> - 20.3.0~rc3-1
0ff751
- Update to 20.3.0-rc3
0ff751
0ff751
* Mon Nov 30 2020 Dave Airlie <airlied@redhat.com> - 20.3.0~rc2-1
0ff751
- Update to 20.3.0-rc2
0ff751
- Enable lavapipe software vulkan
0ff751
0ff751
* Sat Nov 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 20.2.3-2
0ff751
- Cleanup vulkan conditionals
0ff751
- Update meson options and nomenclature
0ff751
0ff751
* Tue Nov 24 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.3-1
0ff751
- Update to 20.2.3
0ff751
0ff751
* Sat Nov 07 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.2-1
0ff751
- Update to 20.2.2
0ff751
0ff751
* Wed Oct 14 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.1-2
0ff751
- Update to 20.2.1
0ff751
0ff751
* Tue Sep 29 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.0-2
0ff751
- Drop no longer needed big endian fix
0ff751
- Update glvnd required version
0ff751
0ff751
* Tue Sep 29 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.0-1
0ff751
- Update to 20.2.0
0ff751
0ff751
* Fri Sep 25 2020 Adam Jackson <ajax@redhat.com>
0ff751
- mesa-libGL-devel Recommends: gl-manpages
0ff751
0ff751
* Fri Sep 04 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.0~rc4-1
0ff751
- Update to 20.2.0~rc4
0ff751
- Remove more no longer needed build hacks
0ff751
0ff751
* Thu Sep 03 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.0~rc3-2
0ff751
- Remove -fcommon build workaround
0ff751
0ff751
* Sat Aug 29 20:21:42 BST 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.0~rc3-1
0ff751
- Update to 20.2.0~rc3
0ff751
0ff751
* Sun Aug 23 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.0~rc2-1
0ff751
- Update to 20.2.0~rc2
0ff751
0ff751
* Sat Aug 22 2020 Kalev Lember <klember@redhat.com> - 20.1.6-2
0ff751
- Disable LTO as it appears to break some games (#1862771)
0ff751
0ff751
* Thu Aug 20 2020 Pete Walter <pwalter@fedoraproject.org> - 20.1.6-1
0ff751
- Update to 20.1.6
0ff751
0ff751
* Thu Aug 06 2020 Pete Walter <pwalter@fedoraproject.org> - 20.1.5-1
0ff751
- Update to 20.1.5
0ff751
0ff751
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20.1.4-2
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0ff751
0ff751
* Thu Jul 23 2020 Pete Walter <pwalter@fedoraproject.org> - 20.1.4-1
0ff751
- Update to 20.1.4
0ff751
0ff751
* Wed Jul 22 2020 Lyude Paul <lyude@redhat.com> - 20.1.3-2
0ff751
- Only require pkgconfig(libdrm) to fix build dependencies for arches other
0ff751
  than the one our SRPM was generated with (#1859515)
0ff751
0ff751
* Sat Jul 11 2020 Pete Walter <pwalter@fedoraproject.org> - 20.1.3-1
0ff751
- Update to 20.1.3
0ff751
0ff751
* Thu Jun 25 2020 Pete Walter <pwalter@fedoraproject.org> - 20.1.2-1
0ff751
- Update to 20.1.2
0ff751
0ff751
* Wed Jun 10 2020 Pete Walter <pwalter@fedoraproject.org> - 20.1.1-1
0ff751
- Update to 20.1.1
0ff751
- Fix the build with Python 3.9
0ff751
0ff751
* Thu May 28 2020 Dave Airlie <airlied@redhat.com> - 20.1.0.1
0ff751
- Update to 20.1.0
0ff751
0ff751
* Fri May 22 2020 Dave Airlie <airlied@redhat.com> - 20.1.0~rc4-1
0ff751
- Update to 20.1.0-rc4
0ff751
0ff751
* Thu May 14 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.7-1
0ff751
- Update to 20.0.7
0ff751
0ff751
* Thu Apr 30 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.6-1
0ff751
- Update to 20.0.6
0ff751
0ff751
* Thu Apr 23 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.5-1
0ff751
- Update to 20.0.5
0ff751
0ff751
* Sat Apr 04 2020 Dave Airlie <airlied@redhat.com> - 20.0.4-1
0ff751
- Update to 20.0.4 (fix spirv regression)
0ff751
0ff751
* Wed Apr 01 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.3-1
0ff751
- Update to 20.0.3
0ff751
0ff751
* Thu Mar 19 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.2-1
0ff751
- Update to 20.0.2
0ff751
0ff751
* Fri Mar 06 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.1-1
0ff751
- Update to 20.0.1
0ff751
0ff751
* Wed Feb 26 2020 Kalev Lember <klember@redhat.com> - 20.0.0-2
0ff751
- Fix the build with llvm 10 (#1803351)
0ff751
0ff751
* Thu Feb 20 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.0-1
0ff751
- Update to 20.0.0
0ff751
0ff751
* Fri Feb 14 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.0~rc3-1
0ff751
- Update to 20.0.0~rc3
0ff751
0ff751
* Sat Feb 08 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.0~rc2-1
0ff751
- Update to 20.0.0~rc2
0ff751
0ff751
* Sat Feb 01 2020 Pete Walter <pwalter@fedoraproject.org> - 20.0.0~rc1-1
0ff751
- Update to 20.0.0~rc1
0ff751
0ff751
* Wed Jan 29 2020 Pete Walter <pwalter@fedoraproject.org> - 19.3.3-1
0ff751
- Update to 19.3.3
0ff751
0ff751
* Thu Jan 23 2020 Tom Stellard <tstellar@redhat.com> - 19.3.2-3
0ff751
- Link against libclang-cpp.so
0ff751
- https://fedoraproject.org/wiki/Changes/Stop-Shipping-Individual-Component-Libraries-In-clang-lib-Package
0ff751
0ff751
* Thu Jan 23 2020 Tom Stellard <tstellar@redhat.com> - 19.3.2-2
0ff751
- Build with -fcommon until upstream fixes omx build with gcc10
0ff751
0ff751
* Fri Jan 10 2020 Pete Walter <pwalter@fedoraproject.org> - 19.3.2-1
0ff751
- Update to 19.3.2
0ff751
0ff751
* Wed Dec 18 2019 Pete Walter <pwalter@fedoraproject.org> - 19.3.1-1
0ff751
- Update to 19.3.1
0ff751
0ff751
* Mon Dec 16 2019 Pete Walter <pwalter@fedoraproject.org> - 19.3.0-1
0ff751
- Update to 19.3.0
0ff751
0ff751
* Thu Dec 05 2019 Pete Walter <pwalter@fedoraproject.org> - 19.3.0~rc6-1
0ff751
- Update to 19.3.0~rc6
0ff751
0ff751
* Thu Nov 28 2019 Pete Walter <pwalter@fedoraproject.org> - 19.3.0~rc5-1
0ff751
- Update to 19.3.0~rc5
0ff751
0ff751
* Sun Nov 24 2019 Pete Walter <pwalter@fedoraproject.org> - 19.3.0~rc4-1
0ff751
- Update to 19.3.0~rc4
0ff751
0ff751
* Thu Nov 14 2019 Pete Walter <pwalter@fedoraproject.org> - 19.3.0~rc3-1
0ff751
- Update to 19.3.0~rc3
0ff751
0ff751
* Fri Nov 08 2019 Pete Walter <pwalter@fedoraproject.org> - 19.3.0~rc2-1
0ff751
- Update to 19.3.0~rc2
0ff751
0ff751
* Thu Nov 07 2019 Pete Walter <pwalter@fedoraproject.org> - 19.2.3-1
0ff751
- Update to 19.2.3
0ff751
0ff751
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 19.2.2-3
0ff751
- adjust mesa-khr-devel requires now provided by libglvnd
0ff751
0ff751
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 19.2.2-2
0ff751
- Rebuild against libglvnd 1.2
0ff751
- Fix up and remove bits now in libglvnd
0ff751
0ff751
* Fri Oct 25 2019 Pete Walter <pwalter@fedoraproject.org> - 19.2.2-1
0ff751
- Update to 19.2.2
0ff751
0ff751
* Thu Oct 10 2019 Peter Robinson <pbrobinson@fedoraproject.org> 19.2.1-1
0ff751
- Update to 19.2.1
0ff751
0ff751
* Tue Oct 1 2019 Gwyn Ciesla <gwync@protonmail.com> - 19.2.0-2
0ff751
- Rebuilt for new freeglut
0ff751
0ff751
* Wed Sep 25 2019 Pete Walter <pwalter@fedoraproject.org> - 19.2.0-1
0ff751
- Update to 19.2.0
0ff751
0ff751
* Wed Sep 18 2019 Pete Walter <pwalter@fedoraproject.org> - 19.2.0~rc4-1
0ff751
- Update to 19.2.0~rc4
0ff751
0ff751
* Tue Sep 17 2019 Adam Jackson <ajax@redhat.com> - 19.2.0~rc3-2
0ff751
- Build iris too
0ff751
0ff751
* Thu Sep 12 2019 Pete Walter <pwalter@fedoraproject.org> - 19.2.0~rc3-1
0ff751
- Update to 19.2.0~rc3
0ff751
0ff751
* Thu Sep 05 2019 Pete Walter <pwalter@fedoraproject.org> - 19.2.0~rc2-1
0ff751
- Update to 19.2.0~rc2
0ff751
0ff751
* Tue Aug 27 2019 Adam Jackson <ajax@redhat.com> 19.2.0~rc1-3
0ff751
- BuildRequire vulkan-headers not vulkan-devel to ease llvm updates
0ff751
0ff751
* Thu Aug 22 2019 Peter Robinson <pbrobinson@fedoraproject.org> 19.2.0~rc1-2
0ff751
- Bring back egl.pc for now
0ff751
0ff751
* Wed Aug 21 2019 Peter Robinson <pbrobinson@fedoraproject.org> 19.2.0~rc1-1
0ff751
- Update to 19.2.0~rc1
0ff751
0ff751
* Thu Aug 08 2019 Pete Walter <pwalter@fedoraproject.org> - 19.1.4-1
0ff751
- Update to 19.1.4
0ff751
0ff751
* Wed Jul 24 2019 Pete Walter <pwalter@fedoraproject.org> - 19.1.3-1
0ff751
- Update to 19.1.3
0ff751
0ff751
* Tue Jul 09 2019 Pete Walter <pwalter@fedoraproject.org> - 19.1.2-1
0ff751
- Update to 19.1.2
0ff751
0ff751
* Wed Jun 26 2019 Pete Walter <pwalter@fedoraproject.org> - 19.1.1-1
0ff751
- Update to 19.1.1
0ff751
0ff751
* Mon Jun 24 2019 Peter Robinson <pbrobinson@fedoraproject.org> 19.1.0-2
0ff751
- Enable v3d driver
0ff751
0ff751
* Wed Jun 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 19.1.0-1
0ff751
- Update to 19.1.0
0ff751
0ff751
* Fri Jun 07 2019 Pete Walter <pwalter@fedoraproject.org> - 19.1.0~rc5-1
0ff751
- Update to 19.1.0~rc5
0ff751
0ff751
* Thu May 30 2019 Pete Walter <pwalter@fedoraproject.org> - 19.1.0~rc4-1
0ff751
- Update to 19.1.0~rc4
0ff751
0ff751
* Wed May 22 2019 Dave Airlie <airlied@redhat.com> - 19.1.0~rc3-1
0ff751
- Update to 19.1.0-rc3
0ff751
0ff751
* Wed May 15 2019 Dave Airlie <airlied@redhat.com> - 19.1.0~rc2-1
0ff751
- Update to 19.1.0-rc2
0ff751
0ff751
* Wed May 15 2019 Dave Airlie <airlied@redhat.com> - 19.1.0~rc1-4
0ff751
- Bring back glesv2.pc for now
0ff751
0ff751
* Fri May 10 2019 Peter Robinson <pbrobinson@fedoraproject.org> 19.1.0~rc1-3
0ff751
- Enable panfrost
0ff751
0ff751
* Thu May 09 2019 Adam Jackson <ajax@redhat.com> -19.1.0~rc1-2
0ff751
- Enable lima
0ff751
0ff751
* Wed May 08 2019 Dave Airlie <airlied@redhat.com> - 19.1.0~rc1-1
0ff751
- Update to 19.1.0-rc1
0ff751
0ff751
* Thu Apr 25 2019 Pete Walter <pwalter@fedoraproject.org> - 19.0.3-1
0ff751
- Update to 19.0.3
0ff751
0ff751
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 19.0.2-3
0ff751
- Rebuild with Meson fix for #1699099
0ff751
0ff751
* Thu Apr 11 2019 Adam Jackson <ajax@redhat.com> - 19.0.2-2
0ff751
- Drop the mpeg1/2 sanitize hack
0ff751
- Switch to upstream tarball since we no longer need to do the above
0ff751
0ff751
* Thu Apr 11 08:48:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraprojec.org> - 19.0.2-1
0ff751
- Update to 19.0.2
0ff751
0ff751
* Thu Apr 04 2019 Adam Jackson <ajax@redhat.com> 19.0.1-2
0ff751
- Nuke rpath from installed DRI drivers
0ff751
0ff751
* Wed Mar 27 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 19.0.1-1
0ff751
- Update to 19.0.1
0ff751
0ff751
* Mon Mar 25 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 19.0.0-2
0ff751
- Rebuild with -Db_ndebug=true
0ff751
0ff751
* Wed Mar 13 2019 Peter Robinson <pbrobinson@fedoraproject.org> 19.0.0-1
0ff751
- Update to 19.0.0
0ff751
0ff751
* Thu Mar 07 2019 Pete Walter <pwalter@fedoraproject.org> - 19.0.0~rc7-1
0ff751
- Update to 19.0.0~rc7
0ff751
0ff751
* Wed Feb 27 2019 Pete Walter <pwalter@fedoraproject.org> - 19.0.0~rc6-1
0ff751
- Update to 19.0.0~rc6
0ff751
0ff751
* Wed Feb 20 2019 Peter Robinson <pbrobinson@fedoraproject.org> 19.0.0~rc5-1
0ff751
- Update to 19.0.0~rc5
0ff751
0ff751
* Thu Feb 14 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 19.0.0~rc4-1
0ff751
- Update to 19.0.0~rc4
0ff751
0ff751
* Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 19.0.0~rc2-3
0ff751
- Fix radv vulkan
0ff751
0ff751
* Fri Feb 08 2019 Pete Walter <pwalter@fedoraproject.org> - 19.0.0~rc2-2
0ff751
- Add back accidentally lost patch to disable rgb10 configs by default (#1650929)
0ff751
0ff751
* Tue Feb  5 2019 Peter Robinson <pbrobinson@fedoraproject.org> 19.0.0~rc2-1
0ff751
- Update to 19.0.0~rc2
0ff751
0ff751
* Thu Jan 31 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 19.0.0~rc1-1
0ff751
- Update to 19.0.0~rc1
0ff751
0ff751
* Thu Jan 17 2019 Adam Jackson <ajax@redhat.com> - 18.3.2-1
0ff751
- Update to 18.3.2
0ff751
0ff751
* Wed Dec 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.3.1-3
0ff751
- Enable annotated build
0ff751
0ff751
* Wed Dec 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.3.1-2
0ff751
- Switch to meson buildsystem
0ff751
0ff751
* Tue Dec 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.3.1-1
0ff751
- Update to 18.3.1
0ff751
0ff751
* Fri Dec 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.3.0-1
0ff751
- Update to 18.3.0
0ff751
0ff751
* Tue Dec 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.3.0~rc5-2
0ff751
- Backport patch to fix totem
0ff751
0ff751
* Tue Dec  4 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.3.0~rc5-1
0ff751
- Update to 18.3.0~rc5
0ff751
0ff751
* Tue Nov 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.3.0~rc4-1
0ff751
- Update to 18.3.0~rc4
0ff751
0ff751
* Thu Nov 15 2018 Adam Jackson <ajax@redhat.com> 18.3.0~rc2-2
0ff751
- Add mesa-khr-devel subpackage to hold <KHR/khrplatform.h>, and make
0ff751
  mesa-lib{GL,GLES,EGL}-devel Require it.
0ff751
0ff751
* Wed Nov 14 2018 Adam Jackson <ajax@redhat.com> 18.3.0~rc2-1
0ff751
- Update to 18.3.0 RC2
0ff751
- Re-enable 10bpc fbconfigs, clutter apps seem to work now
0ff751
- Drop now-unnecessary big-endian compilation fix
0ff751
0ff751
* Tue Nov 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.2.4-3
0ff751
- Remove workaround
0ff751
0ff751
* Tue Nov 06 2018 Dave Airlie <airlied@redhat.com> - 18.2.4-2
0ff751
- workaround bug with gcc 8.2.1-4
0ff751
0ff751
* Thu Nov 01 2018 Adam Jackson <ajax@redhat.com> 18.2.4-1
0ff751
- Update to 18.2.4
0ff751
0ff751
* Wed Oct 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.2.3-1
0ff751
- Update to 18.2.3
0ff751
0ff751
* Fri Oct  5 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.2.2-1
0ff751
- Update to 18.2.2
0ff751
0ff751
* Fri Sep 21 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.2.1-1
0ff751
- Update to 18.2.1
0ff751
0ff751
* Wed Sep 19 2018 Adam Williamson <awilliam@redhat.com> - 18.2.0-2
0ff751
- Fix "HW cursor for format" error message flood with swrast (FDO #104926)
0ff751
0ff751
* Sat Sep  8 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.2.0-1
0ff751
- Update to 18.2.0
0ff751
0ff751
* Sun Sep  2 2018 Hans de Goede <hdegoede@redhat.com> - 18.2.0~rc5-1
0ff751
- Update to 18.2.0~rc5
0ff751
0ff751
* Mon Aug 20 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.2.0~rc3-1
0ff751
- Update to 18.2.0~rc3
0ff751
0ff751
* Sat Aug 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.2.0~rc2-1
0ff751
- Update to 18.2.0~rc2
0ff751
0ff751
* Mon Jul 30 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.5-1
0ff751
- Mesa 18.1.5
0ff751
0ff751
* Tue Jul 24 2018 Dave Airlie <airlied@redhat.com> - 18.1.4-2
0ff751
- fix fallback path for glvnd
0ff751
0ff751
* Tue Jul 17 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.4-1
0ff751
- Mesa 18.1.4
0ff751
0ff751
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 18.1.3-2.1
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0ff751
0ff751
* Fri Jul 06 2018 Adam Jackson <ajax@redhat.com> - 18.1.3-2
0ff751
- Drop texture float patch
0ff751
0ff751
* Sun Jul  1 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.3-1
0ff751
- Mesa 18.1.3
0ff751
0ff751
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 18.1.2-3
0ff751
- Use ldconfig scriptlet macros
0ff751
0ff751
* Mon Jun 18 2018 Adam Jackson <ajax@redhat.com> - 18.1.2-2
0ff751
- Build mesa-vulkan-drivers everywhere
0ff751
- Build actual vulkan drivers on all but s390x
0ff751
0ff751
* Sat Jun 16 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.2-1
0ff751
- Mesa 18.1.2
0ff751
0ff751
* Fri Jun 15 2018 Adam Jackson <ajax@redhat.com> - 18.1.1-4
0ff751
- Build tegra too
0ff751
0ff751
* Thu Jun 14 2018 Adam Jackson <ajax@redhat.com> - 18.1.1-3
0ff751
- Change the name of the fallback GLX library
0ff751
0ff751
* Tue Jun 05 2018 Adam Jackson <ajax@redhat.com> - 18.1.1-2
0ff751
- Stop mentioning ppc and s390, we don't build for them anymore
0ff751
- Remove with_llvm, now always true
0ff751
- Switch with_radeonsi to be an exclude pattern, apparently not available
0ff751
  for armv7hl.
0ff751
0ff751
* Sun Jun  3 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.1-1
0ff751
- Mesa 18.1.1
0ff751
0ff751
* Wed May 23 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.0-1
0ff751
- Mesa 18.1.0
0ff751
0ff751
* Sat May 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.0-0.3.rc4
0ff751
- Update to 18.1.0~rc4
0ff751
0ff751
* Sat May  5 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.0-0.2.rc3
0ff751
- Update to 18.1.0~rc3
0ff751
0ff751
* Wed May 02 2018 Igor Gnatenko <ignatenkobraiN@fedoraproject.org> - 18.1.0-0.1.rc2
0ff751
- Update to 18.1.0~rc2
0ff751
0ff751
* Tue May  1 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.0.2-1
0ff751
- Mesa 18.0.2
0ff751
0ff751
* Tue Apr 24 2018 Jonas Ă…dahl <jadahl@redhat.com> - 18.0.1-2
0ff751
- Disable rgb10 configs by default (rhbz 1560481)
0ff751
0ff751
* Wed Apr 18 2018 Adam Jackson <ajax@redhat.com> - 18.0.1-1
0ff751
- Mesa 18.0.1
0ff751
0ff751
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 18.0.0-4
0ff751
- Re-enable wayland support, conditionally drop mesa-wayland-egl subpackage
0ff751
  only in F28+ (#1564210)
0ff751
0ff751
* Tue Apr 03 2018 Tom Stellard <tstellar@redhat.com> - 18.0.0-3
0ff751
- Disable build of wayland packages.  These have been obseleted by wayland-devel.
0ff751
0ff751
* Mon Apr 02 2018 Tom Stellard <tstellar@redhat.com> - 18.0.0-2.1
0ff751
- Rebuild against libLLVM.so with symbol versioning enabled
0ff751
0ff751
* Wed Mar 28 2018 Adam Jackson <ajax@redhat.com> - 18.0.0-2
0ff751
- Unifarch OpenCL and OpenMAX (except ppc32 and s390 because llvm)
0ff751
- Simplify C/LDFLAGS setup to match
0ff751
- Drop -static-libstdc++ and related hacks
0ff751
- Drop S3TC build hack
0ff751
0ff751
* Wed Mar 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-1
0ff751
- Update to 18.0.0
0ff751
0ff751
* Mon Mar 26 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.0.0-0.5.rc5
0ff751
- Update to 18.0.0 rc5
0ff751
0ff751
* Mon Mar 19 2018 Adam Jackson <ajax@redhat.com> - 18.0.0-0.4.rc4
0ff751
- Build with python3
0ff751
0ff751
* Fri Mar 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.3.rc4
0ff751
- Honor CXXFLAGS / LDFLAGS
0ff751
0ff751
* Mon Feb 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.2.rc4
0ff751
- Backport patch to fix video corruption
0ff751
0ff751
* Mon Feb 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.1.rc4
0ff751
- Update to 18.0.0~rc4
0ff751
0ff751
* Thu Feb 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.0.0-0.1.rc3
0ff751
- Update to 18.0.0~rc3
0ff751
0ff751
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 17.3.3-1.1
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0ff751
0ff751
* Mon Jan 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 17.3.3-1
0ff751
- Update to 17.3.3
0ff751
0ff751
* Mon Jan 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.3.1-1
0ff751
- Update to 17.3.1
0ff751
0ff751
* Fri Nov 10 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.3.0-0.4.rc3
0ff751
- Sanitize tarball
0ff751
0ff751
* Wed Nov  8 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.3.0-0.3.rc3
0ff751
- Update to 17.3.0-rc3
0ff751
0ff751
* Tue Oct 31 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.3.0-0.1.rc2
0ff751
- Update to 17.3.0-rc2
0ff751
0ff751
* Tue Oct 31 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.4-1
0ff751
- Update to 17.2.4 GA
0ff751
0ff751
* Mon Oct 23 2017 Tom Stellard <tstellar@redhat.com> - 17.2.3-2
0ff751
- Rebuild for LLVM 5.0.0
0ff751
0ff751
* Thu Oct 19 2017 Gwyn Ciesla <limburgher@gmail.com> - 17.2.3-1
0ff751
- 17.2.3, bugfix release.
0ff751
0ff751
* Wed Oct 11 2017 Peter Robinson <pbrobinson@fedoraproject.org> - 17.2.2-4
0ff751
- Fix for vc4/Raspberry Pi
0ff751
0ff751
* Mon Oct 09 2017 Dave Airlie <airlied@redhat.com> - 17.2.2-3
0ff751
- enable vulkan on 32-bit x86
0ff751
0ff751
* Tue Oct 03 2017 Adam Jackson <ajax@redhat.com> - 17.2.2-2
0ff751
- Backport S3TC support from master
0ff751
0ff751
* Tue Oct  3 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.2-1
0ff751
- Update to 17.2.2 GA
0ff751
0ff751
* Wed Sep 20 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.1-1
0ff751
- Update to 17.2.1 GA
0ff751
0ff751
* Mon Sep 11 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-2
0ff751
- Add upstream patch for glibc xlocale.h change (fdo bz 102454)
0ff751
0ff751
* Tue Sep  5 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-1
0ff751
- Update to 17.2.0 GA
0ff751
0ff751
* Thu Aug 31 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-0.3.rc6
0ff751
- Update to 17.2.0-rc6
0ff751
0ff751
* Tue Aug 22 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-0.2.rc5
0ff751
- Update to 17.2.0-rc5
0ff751
0ff751
* Sun Aug 13 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-0.1.rc4
0ff751
- Update to 17.2.0-rc4
0ff751
0ff751
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 17.1.5-1.2
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0ff751
0ff751
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 17.1.5-1.1
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0ff751
0ff751
* Mon Jul 17 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.5-1
0ff751
- Update to 17.1.5
0ff751
0ff751
* Thu Jul 13 2017 Adam Jackson <ajax@redhat.com>
0ff751
- Stop replacing eglext.h, we're up to date again
0ff751
0ff751
* Sat Jul  1 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.4-1
0ff751
- Update to 17.1.4
0ff751
0ff751
* Mon Jun 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.3-2
0ff751
- Fixes and perf improvements for vc4
0ff751
0ff751
* Mon Jun 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.3-1
0ff751
- Update to 17.1.3
0ff751
0ff751
* Wed Jun 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.2-2
0ff751
- Some etnaviv fixes
0ff751
0ff751
* Mon Jun  5 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.2-1
0ff751
- Update to 17.1.2
0ff751
0ff751
* Mon Jun 05 2017 Adam Jackson <ajax@redhat.com> - 17.1.1-2
0ff751
- Disable BGRA8 images on Fermi
0ff751
0ff751
* Thu May 25 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.1-1
0ff751
- Update to 17.1.1
0ff751
0ff751
* Thu May 11 2017 Dave Airlie <airlied@redhat.com> - 17.1.0-1
0ff751
- Update to 17.1.0
0ff751
0ff751
* Tue May  9 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.4.rc4
0ff751
- Update to 17.1.0-rc4
0ff751
0ff751
* Fri Apr 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.3.rc2
0ff751
- Enable renderonly support for i.MX SoC (rhbz #1424714)
0ff751
0ff751
* Mon Apr 24 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.2.rc2
0ff751
- Update to 17.1.0-rc2
0ff751
0ff751
* Tue Apr 18 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.1.0-0.1.rc1
0ff751
- Update to 17.1.0-rc1
0ff751
0ff751
* Sun Apr 02 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.0.3-1
0ff751
- Update to 17.0.3
0ff751
0ff751
* Fri Mar 24 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.0.2-2
0ff751
- Rebuild for LLVM4
0ff751
0ff751
* Mon Mar 20 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.2-1
0ff751
- Update to 17.0.2
0ff751
0ff751
* Mon Mar 20 2017 Hans de Goede <hdegoede@redhat.com> - 17.0.1-3
0ff751
- Fix glXGetDriverConfig not working with glvnd (rhbz#1429894)
0ff751
- Fix indirect rendering, add libGLX_indirect.so.0 symlink (rhbz#1427174)
0ff751
0ff751
* Tue Mar 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.1-2
0ff751
- Rebuild for aarch64 llvmpipe fix (rhbz 1429050)
0ff751
0ff751
* Sun Mar 05 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.0.1-1
0ff751
- Update to 17.0.1
0ff751
0ff751
* Mon Feb 13 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-1
0ff751
- 17.0.0 GA
0ff751
0ff751
* Mon Feb  6 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-0.6.rc3
0ff751
- Update to 17.0.0-rc3
0ff751
0ff751
* Mon Feb  6 2017 Hans de Goede <hdegoede@redhat.com> - 17.0.0-0.5.rc2
0ff751
- Fix GLX_SGIX_fbconfig extension dispatching with glvnd, this fixes games such
0ff751
  as "The Binding of Isaac: Rebirth" and "Crypt of the NecroDancer" from Steam
0ff751
0ff751
* Thu Feb  2 2017 Hans de Goede <hdegoede@redhat.com> - 17.0.0-0.4.rc2
0ff751
- Update eglext.h to 20161230 version this brings in some new defines needed
0ff751
  by some apps / libraries
0ff751
0ff751
* Sat Jan 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-0.3.rc2
0ff751
- Update to 17.0.0-rc2
0ff751
0ff751
* Sat Jan 21 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-0.2.rc1
0ff751
- Enable etnaviv gallium driver
0ff751
0ff751
* Fri Jan 20 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.0.0-0.rc1
0ff751
- Update to 17.0.0-rc1
0ff751
0ff751
* Tue Jan 17 2017 Hans de Goede <hdegoede@redhat.com> - 13.0.3-3
0ff751
- Enable libglvnd support (rhbz#1413579)
0ff751
0ff751
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 13.0.3-2
0ff751
- Add valgrind BuildRequires to have valgrind support
0ff751
0ff751
* Fri Jan  6 2017 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.3-1
0ff751
- 13.0.3 GA
0ff751
0ff751
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.2-2
0ff751
- Use nettle for sha1
0ff751
0ff751
* Tue Nov 29 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.2-1
0ff751
- 13.0.2 GA
0ff751
0ff751
* Tue Nov 15 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.1-1
0ff751
- 13.0.1 GA
0ff751
0ff751
* Wed Nov  2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-3
0ff751
- Don't ship duplicate vulkan devel headers
0ff751
0ff751
* Wed Nov  2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-2
0ff751
- Add options for enabling vulkan components
0ff751
- Enable intel/radeon vulkan drivers
0ff751
0ff751
* Wed Nov  2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-1
0ff751
- 13.0.0 GA
0ff751
0ff751
* Tue Nov 01 2016 Dave Airlie <airlied@redhat.com> - 13.0.0-0.3.rc2
0ff751
- rebuild for llvm 3.9
0ff751
0ff751
* Mon Oct 24 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-0.2.rc2
0ff751
- 13.0.0-rc2
0ff751
0ff751
* Thu Oct 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.0-0.1.rc1
0ff751
- 13.0.0-rc1
0ff751
0ff751
* Tue Oct 11 2016 Hans de Goede <hdegoede@redhat.com> - 12.0.3-2
0ff751
- Add 2 patches from upstream to fix DRI3 vaapi crashes (rhbz1309446, fdo71759)
0ff751
0ff751
* Sun Sep 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> 12.0.3-1
0ff751
- 12.0.3
0ff751
0ff751
* Mon Sep  5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 12.0.2-1
0ff751
- 12.0.2
0ff751
0ff751
* Mon Sep  5 2016 Hans de Goede <hdegoede@redhat.com> - 12.0.1-7
0ff751
- Fix PRIME fd leak
0ff751
0ff751
* Tue Aug 23 2016 Adam Jackson <ajax@redhat.com> - 12.0.1-6
0ff751
- Remove BuildRequires: xorg-x11-server-devel
0ff751
0ff751
* Mon Aug 15 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-5
0ff751
- Fix broken deps with OpenCL
0ff751
0ff751
* Sun Aug 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-4
0ff751
- Fix broken deps
0ff751
0ff751
* Sun Aug 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-3
0ff751
- Slightly refactor spec
0ff751
- Drop virtual provides for OCL
0ff751
0ff751
* Tue Jul 19 2016 Orion Poplawski <orion@cora.nwra.com> - 12.0.1-2
0ff751
- Add missing %%{?_isa} to requires in some devel sub-packages (bug #1138463)
0ff751
0ff751
* Sun Jul 10 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-1
0ff751
- 12.0.1
0ff751
0ff751
* Fri Jul 08 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-1
0ff751
- 12.0.0
0ff751
0ff751
* Wed Jun 22 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.3.rc4
0ff751
- 12.0.0-rc4
0ff751
0ff751
* Mon Jun 20 2016 Adam Jackson <ajax@redhat.com> - 12.0.0-0.3.rc3
0ff751
- Fix packaging error on s390*
0ff751
0ff751
* Mon Jun 20 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.2.rc3
0ff751
- 12.0.0-rc3
0ff751
0ff751
* Tue Jun 14 2016 Dominik Mierzejewski <rpm@greysector.net> - 12.0.0-0.2.rc2
0ff751
- add missing dependency for /etc/OpenCL/vendors ownership (RHBZ #1265948)
0ff751
0ff751
* Tue Jun 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.1.rc2
0ff751
- 12.0.0-rc2
0ff751
0ff751
* Wed Jun 01 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.1.rc1
0ff751
- 12.0.0-rc1
0ff751
0ff751
* Sun May 01 2016 Igor Gnatenko <ignatenko@redhat.com> - 11.3.0-0.4.gitcbcd7b6
0ff751
- cbcd7b6
0ff751
0ff751
* Thu Apr 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 11.3.0-0.3.git171a570
0ff751
- 171a570
0ff751
0ff751
* Fri Apr 08 2016 Björn Esser <fedora@besser82.io> - 11.3.0-0.2.gitea2bff1
0ff751
- add virtual Provides for ocl-icd (RHBZ #1317602)
0ff751
0ff751
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.3.0-0.1.gitea2bff1
0ff751
- 11.3.0 (gitea2bff1)
0ff751
- Add SWR state-tracker (but disable because build is broken)
0ff751
- Use gallium-osmesa instead of classic osmesa (RHBZ #1305588)
0ff751
- Remove very old changelogs
0ff751
0ff751
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.1.rc3.20160320
0ff751
- Update to 11.2.0-rc3
0ff751
0ff751
* Fri Feb 19 2016 Dave Airlie <airlied@redhat.com> 11.2.0-0.devel.11
0ff751
- rebuild against llvm 3.8.0
0ff751
0ff751
* Fri Feb 12 2016 Dave Airlie <airlied@redhat.com> 11.2.0-0.devel.10
0ff751
- rebuild against new llvm packages
0ff751
0ff751
* Thu Feb 11 2016 Adam Jackson <ajax@redhat.com> 11.2.0-0.devel.9
0ff751
- Fix OpenCL-enabled FTBFS by not forcing clang search path to /usr/lib
0ff751
0ff751
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 11.2.0-0.devel.8.24ea81a.1
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0ff751
0ff751
* Wed Jan 27 2016 Adam Jackson <ajax@redhat.com> 11.2.0-0.devel.8
0ff751
- Rebuild for llvm 3.7.1 library split
0ff751
0ff751
* Sun Jan 24 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.7.24ea81a
0ff751
- 24ea81a
0ff751
0ff751
* Thu Jan 21 2016 Peter Robinson <pbrobinson@fedoraproject.org> 11.2.0-0.devel.6.5e3edd4
0ff751
- OpenCL now supported on aarch64
0ff751
0ff751
* Sun Jan 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.5.5e3edd4
0ff751
- 5e3edd4
0ff751
0ff751
* Thu Jan 07 2016 Adam Jackson <ajax@redhat.com>
0ff751
- Mangle libtool even harder to get -static-libstdc++ to work
0ff751
0ff751
* Tue Dec 29 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.3.70d8dbc
0ff751
- 70d8dbc
0ff751
0ff751
* Wed Dec 02 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.2.56aff6b
0ff751
- 56aff6b
0ff751
0ff751
* Sun Nov 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.1.86fc97d
0ff751
- 86fc97d
0ff751
0ff751
* Thu Nov 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.13.5ae37ae
0ff751
- 5ae37ae
0ff751
0ff751
* Thu Nov 05 2015 Adam Jackson <ajax@redhat.com> 11.1.0-0.devel.12.3994ef5
0ff751
- Link with -static-libstdc++ to work around Steam bundling its own copy
0ff751
0ff751
* Fri Oct 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.11.3994ef5
0ff751
- 3994ef5
0ff751
- Enable VirGL driver
0ff751
0ff751
* Thu Oct 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.10.7182498
0ff751
- 7182498
0ff751
- Disable SWR rasterizer
0ff751
0ff751
* Wed Oct 21 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.9.4a168ad
0ff751
- Enable experimental SWR rasterizer
0ff751
0ff751
* Wed Oct 14 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.8.4a168ad
0ff751
- 4a168ad
0ff751
0ff751
* Wed Oct 07 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.7.47d1199
0ff751
- 47d1199
0ff751
0ff751
* Sat Sep 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.6.9932142
0ff751
- 9932142
0ff751
0ff751
* Wed Sep 16 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.5.47e18a5
0ff751
- 47e18a5
0ff751
- Rebuild against llvm 3.7
0ff751
0ff751
* Sun Sep 13 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.4.d6fbcf6
0ff751
- d6fbcf6
0ff751
0ff751
* Thu Sep 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 11.1.0-0.devel.3.60aea30
0ff751
- Add brw_meta_fast_clear crash workaround patch (#1259443, fdo#86281)
0ff751
0ff751
* Wed Sep 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.1.0-0.devel.2.60aea30
0ff751
- 60aea30
0ff751
0ff751
* Mon Aug 24 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.1.0-0.devel.1.4e5752e
0ff751
- 4e5752e
0ff751
0ff751
* Sun Aug 09 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.2.21ccdbd
0ff751
- 21ccdbd
0ff751
- add surfaceless EGL platform (RHBZ #1251747)
0ff751
0ff751
* Sat Aug 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.1.6f2d889
0ff751
- Update to 11.0.0
0ff751
0ff751
* Tue Jul 14 2015 Peter Robinson <pbrobinson@fedoraproject.org> 10.7.0-0.devel.4.ea633db
0ff751
- Use %%license
0ff751
- Minor spec cleanups
0ff751
0ff751
* Tue Jul 14 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.3.ea633db
0ff751
- ea633db
0ff751
0ff751
* Tue Jul 07 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.2.8787141
0ff751
- Drop unecessary make for s390
0ff751
0ff751
* Mon Jun 22 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.1.8787141
0ff751
- 8787141
0ff751
0ff751
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.6.0-0.devel.7.5a55f68.1
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0ff751
0ff751
* Mon May 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.7.5a55f68
0ff751
- add git to BR everywhere
0ff751
0ff751
* Sun May 17 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.6.5a55f68
0ff751
- 5a55f68
0ff751
0ff751
* Thu May 07 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.5.51e3453
0ff751
- 51e3453
0ff751
0ff751
* Mon Apr 20 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.6.0-0.devel.4.c1485f4
0ff751
- c1485f4
0ff751
0ff751
* Thu Apr 09 2015 Adam Jackson <ajax@redhat.com> 10.6.0-0.devel.3
0ff751
- F23 rebuild against llvm 3.6.0
0ff751
0ff751
* Fri Feb 27 2015 Rob Clark 
0ff751
- enable vc4 on arm
0ff751
0ff751
* Mon Feb 23 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.1.f80af89
0ff751
- f80af89
0ff751
0ff751
* Wed Feb 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-1.20150218
0ff751
- 10.5.0
0ff751
0ff751
* Fri Jan 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.32.6171131
0ff751
- 6171131
0ff751
0ff751
* Fri Jan 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.31.c3260f8
0ff751
- c3260f8
0ff751
0ff751
* Fri Jan 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.30.290553b
0ff751
- 290553b
0ff751
0ff751
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.28.b77eaaf
0ff751
- b77eaaf
0ff751
0ff751
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.26.c633528
0ff751
- c633528
0ff751
0ff751
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.25.a6f6d61
0ff751
- a6f6d61
0ff751
0ff751
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.23.be0311c
0ff751
- be0311c
0ff751
0ff751
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.21.609c3e5
0ff751
- 609c3e5
0ff751
0ff751
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.19.3ba57ba
0ff751
- 3ba57ba
0ff751
0ff751
* Tue Dec 30 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.17.64dcb2b
0ff751
- 64dcb2b
0ff751
0ff751
* Mon Dec 29 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.15.6c18279
0ff751
- 6c18279
0ff751
0ff751
* Sat Dec 27 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.13.0c7f895
0ff751
- 0c7f895
0ff751
0ff751
* Fri Dec 26 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.11.cb5a372
0ff751
- cb5a372
0ff751
0ff751
* Sun Dec 21 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.10.git0d7f4c8
0ff751
- enable ilo gallium driver
0ff751
0ff751
* Fri Dec 19 2014 Dan HorĂ¡k <dan[at]danny.cz> 10.5.0-0.devel.9
0ff751
- Sync with_{vaapi,vdpau,nine} settings with F21
0ff751
0ff751
* Thu Dec 18 2014 Adam Jackson <ajax@redhat.com> 10.5.0-0.devel.8
0ff751
- Sync ppc build config with F21
0ff751
0ff751
* Wed Dec 17 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.7.git0d7f4c8
0ff751
- fix requirements for d3d
0ff751
0ff751
* Sun Dec 14 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.6.git0d7f4c8
0ff751
- 0d7f4c8
0ff751
0ff751
* Sun Dec 14 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.5.git29c7cf2
0ff751
- Enable VA state-tracker
0ff751
- Enable Nine state-tracker (Direct3D9 API)
0ff751
0ff751
* Thu Dec 11 2014 Adam Jackson <ajax@redhat.com> 10.5.0-0.devel.4
0ff751
- Restore hardware drivers on ppc64{,le}
0ff751
0ff751
* Tue Dec 02 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.3.git29c7cf2
0ff751
- 29c7cf2
0ff751
0ff751
* Sat Nov 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.2.git3d9c1a9
0ff751
- 3d9c1a9
0ff751
0ff751
* Wed Nov 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.1.git9460cd3
0ff751
- 9460cd3
0ff751
0ff751
* Mon Nov 10 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.8.gitf3b709c
0ff751
- f3b709c
0ff751
0ff751
* Tue Oct 28 2014  10.4-0.devel.7.git1a17098
0ff751
- rebuild for llvm
0ff751
0ff751
* Mon Oct 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.6.git1a17098
0ff751
- 1a17098
0ff751
0ff751
* Sat Sep 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.5.gitc3f17bb
0ff751
- c3f17bb18f597d7f606805ae94363dae7fd51582
0ff751
0ff751
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.4.git1f184bc
0ff751
- apply patch for bigendian from karsten
0ff751
- fix ppc filelist from karsten
0ff751
0ff751
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.3.git1f184bc
0ff751
- 1f184bc114143acbcea373184260da777b6c6be1 commit
0ff751
0ff751
* Thu Aug 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.2.1.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8
0ff751
- add swrast to dri driver list
0ff751
0ff751
* Wed Aug 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.2.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8
0ff751
- 80771e47b6c1e47ab55f17311e1d4e227a9eb3d8 commit
0ff751
0ff751
* Sat Aug 23 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.1.c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
0ff751
- 10.4 c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
0ff751
0ff751
* Fri Aug 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.1.e7f2f2dea5acdbd1a12ed88914e64a38a97432f0
0ff751
- e7f2f2dea5acdbd1a12ed88914e64a38a97432f0 commit
0ff751
0ff751
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.3-0.devel.2.c40d7d6d948912a4d51cbf8f0854cf2ebe916636.1
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0ff751
0ff751
* Wed Aug 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.devel.2.c40d7d6d948912a4d51cbf8f0854cf2ebe916636
0ff751
- c40d7d6d948912a4d51cbf8f0854cf2ebe916636 commit
0ff751
0ff751
* Fri Jul 11 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.devel.1.f381c27c548aa28b003c8e188f5d627ab4105f76
0ff751
- Rebase to 'master' branch (f381c27c548aa28b003c8e188f5d627ab4105f76 commit)
0ff751
0ff751
* Fri Jul 11 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.3-1.20140711
0ff751
- 10.2.3 upstream release
0ff751
0ff751
* Mon Jul  7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 10.2.2-4.20140625
0ff751
- Build aarch64 options the same as ARMv7
0ff751
- Fix PPC conditionals
0ff751
0ff751
* Fri Jul 04 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.2-3.20140625
0ff751
- Fix up intelInitScreen2 for DRI3 (RHBZ #1115323) (patch from drago01)
0ff751
0ff751
* Fri Jun 27 2014 Dave Airlie <airlied@redhat.com> 10.2.2-2.20140625
0ff751
- add dri3 gnome-shell startup fix from Jasper.
0ff751
0ff751
* Wed Jun 25 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.2-1.20140625
0ff751
- 10.2.2 upstream release
0ff751
0ff751
* Wed Jun 11 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.1-2.20140608
0ff751
- drop radeonsi llvm hack
0ff751
0ff751
* Sun Jun 08 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.1-1.20140608
0ff751
- 10.2.1 upstream release
0ff751
0ff751
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-0.11.rc5.20140531
0ff751
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0ff751
0ff751
* Wed Jun 04 2014 Dan HorĂ¡k <dan[at]danny.cz> - 10.2-0.10.rc5.20140531
0ff751
- fix build without hardware drivers
0ff751
0ff751
* Sat May 31 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.9.rc5.20140531
0ff751
- 10.2-rc5 upstream release
0ff751
0ff751
* Wed May 28 2014 Brent Baude <baude@us.ibm.com> - 10.2-0.8.rc4.20140524
0ff751
- Removing ppc64le arch from with_llvm
0ff751
0ff751
* Wed May 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.7.rc4.20140524
0ff751
- i915: add a missing NULL pointer check (RHBZ #1100967)
0ff751
0ff751
* Sat May 24 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.6.rc4.20140524
0ff751
- 10.2-rc4 upstream release
0ff751
- add back updated radeonsi hack for LLVM
0ff751
0ff751
* Sat May 17 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.5.rc3.20140517
0ff751
- 10.2-rc3 upstream release
0ff751
0ff751
* Sat May 10 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.4.rc2.20140510
0ff751
- 10.2-rc2 upstream release
0ff751
- drop radeonsi hack for LLVM
0ff751
0ff751
* Tue May 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.3.rc1.20140505
0ff751
- Move gallium-pipe to the correct sub-package (RHBZ #1094588) (kwizart)
0ff751
- Move egl_gallium.so to the correct location (RHBZ #1094588) (kwizart)
0ff751
- Switch from with to enable for llvm shared libs (kwizart)
0ff751
0ff751
* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.2.rc1.20140505
0ff751
- Enable gallium-egl (needed by freedreeno) (RHBZ #1094199) (kwizart)
0ff751
0ff751
* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.1.rc1.20140505
0ff751
- Enable omx on x86 and arm (RHBZ #1094199) (kwizart)
0ff751
- Split _with_xa from _with_vmware (RHBZ #1094199) (kwizart)
0ff751
- Add _with_xa when arch is arm and _with_freedreeno (RHBZ #1094199) (kwizart)
0ff751
0ff751
* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.rc1.20140505
0ff751
- 10.2-rc1 upstream release
0ff751
0ff751
* Wed Apr 30 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-3.20140430
0ff751
- Update to today snapshot
0ff751
- apply as downstream patches for reporting GPU max frequency on r600 (FD.o #73511)
0ff751
0ff751
* Sat Apr 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-2.20140419
0ff751
- fix buildrequires llvm 3.4-5 to 3.4-6, because 3.4-5 is not available for F20
0ff751
0ff751
* Sat Apr 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-1.20140419
0ff751
- 10.1.1 upstream release
0ff751
0ff751
* Tue Apr 15 2014 Adam Jackson <ajax@redhat.com> 10.1-6.20140305
0ff751
- Disable DRI3 in F20, it requires libxcb bits we haven't backported.
0ff751
0ff751
* Wed Mar 26 2014 Adam Jackson <ajax@redhat.com> 10.1-5.20140305
0ff751
- Initial ppc64le enablement (no hardware drivers or vdpau yet)
0ff751
0ff751
* Fri Mar 21 2014 Adam Jackson <ajax@redhat.com> 10.1-4.20140305
0ff751
- mesa: Don't optimize out glClear if drawbuffer size is 0x0 (fdo #75797)
0ff751
0ff751
* Wed Mar 19 2014 Dave Airlie <airlied@redhat.com> 10.1-3.20140305
0ff751
- rebuild against backported llvm 3.4-5 for radeonsi GL 3.3 support.
0ff751
0ff751
* Wed Mar 12 2014 Dave Airlie <airlied@redhat.com> 10.1-2.20140305
0ff751
- disable r600 llvm compiler (upstream advice)
0ff751
0ff751
* Wed Mar 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-1.20140305
0ff751
- mesa: Bump version to 10.1 (final) (Ian Romanick)
0ff751
- glx/dri2: fix build failure on HURD (Julien Cristau)
0ff751
- i965: Validate (and resolve) all the bound textures. (Chris Forbes)
0ff751
- i965: Widen sampler key bitfields for 32 samplers (Chris Forbes)
0ff751
0ff751
* Sat Mar 01 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc3.20140301
0ff751
- 10.1-rc3
0ff751
0ff751
* Tue Feb 25 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc2.20140225
0ff751
- really 10.1-rc2
0ff751
0ff751
* Sat Feb 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc2.20140222
0ff751
- 10.1-rc2
0ff751
0ff751
* Sat Feb 08 2014 Adel Gadllah <adel.gadllah@gmail.com> - 10.1-0.rc1.20140208
0ff751
- 10.1rc1
0ff751
- Drop upstreamed patches
0ff751
0ff751
* Thu Feb 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.0.3-1.20140206
0ff751
- 10.0.3 upstream release
0ff751
0ff751
* Tue Feb 04 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-6.20140118
0ff751
- Fix accidentally inverted logic that meant radeonsi_dri.so went missing
0ff751
  on all architectures instead of just ppc and s390. Sorry!
0ff751
0ff751
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-5.20140118
0ff751
- Fix a thinko in previous commit wrt libdrm_nouveau2.
0ff751
0ff751
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-4.20140118
0ff751
- Fix up building drivers on AArch64, enable LLVM there.
0ff751
- Eliminate some F17 cruft from the spec, since we don't support it anymore.
0ff751
- Conditionalize with_radeonsi on with_llvm instead of ppc,s390 && >F-17.
0ff751
- Conditionalize libvdpau_radeonsi.so.1* on with_radeonsi instead of simply
0ff751
  with_llvm to fix a build failure on AArch64.
0ff751
0ff751
* Sun Jan 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.0.2-3.20140118
0ff751
- Enable OpenCL (RHBZ #887628)
0ff751
- Enable r600 llvm compiler (RHBZ #1055098)