642c2b
%global llvm_toolset %{nil}
642c2b
%global llvm_pkg_prefix %{nil}
642c2b
642c2b
%ifarch s390x
642c2b
%define with_hardware 0
642c2b
%else
642c2b
%define with_hardware 1
642c2b
%define with_vdpau 1
642c2b
%endif
642c2b
642c2b
%ifarch %{ix86} x86_64
642c2b
%define with_vmware 1
642c2b
%define with_xa     1
0a87a7
%define with_iris   1
83d84a
%define with_crocus   1
642c2b
%endif
642c2b
642c2b
%ifarch %{ix86} x86_64
b23678
%define with_vulkan_hw 1
642c2b
%else
b23678
%define with_vulkan_hw 0
642c2b
%endif
642c2b
642c2b
%ifarch %{arm} aarch64
642c2b
%define with_xa        1
642c2b
%endif
642c2b
b23678
%if 0%{?with_vulkan_hw}
a8b107
%define vulkan_drivers swrast,intel,intel_hasvk,amd
b23678
%else
b23678
%define vulkan_drivers swrast
642c2b
%endif
642c2b
642c2b
%global sanitize 0
642c2b
3532fe
#global rctag rc4
642c2b
642c2b
Name:           mesa
642c2b
Summary:        Mesa graphics libraries
a8b107
Version:        22.3.0
bf399e
Release:        2%{?rctag:.%{rctag}}%{?dist}
642c2b
642c2b
License:        MIT
642c2b
URL:            http://www.mesa3d.org
642c2b
#Source0:        https://mesa.freedesktop.org/archive/%{name}-%{version}%{?rctag:-%{rctag}}.tar.xz
642c2b
Source0:        %{name}-%{version}%{?rctag:-%{rctag}}.tar.xz
642c2b
Source1:        vl_decoder.c
642c2b
Source2:        vl_mpeg12_decoder.c
642c2b
Source3:        Makefile
642c2b
# src/gallium/auxiliary/postprocess/pp_mlaa* have an ... interestingly worded license.
642c2b
# Source4 contains email correspondence clarifying the license terms.
642c2b
# Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD.
642c2b
Source4:        Mesa-MLAA-License-Clarification-Email.txt
642c2b
b23678
Patch0:	lavapipe-disable-env-var.patch
46dbdf
a8b107
Patch10: gnome-shell-glthread-disable.patch
3532fe
Patch11: 0001-glx-fix-xshm-check-to-init-xshm_opcode.patch
bf399e
Patch12: radeonsi-turn-off-glthread.patch
f3e41f
642c2b
BuildRequires:  gcc
642c2b
BuildRequires:  gcc-c++
642c2b
642c2b
BuildRequires:  meson >= 0.45
642c2b
%if %{with_hardware}
642c2b
BuildRequires:  kernel-headers
642c2b
%endif
b23678
BuildRequires:  libdrm-devel >= 2.4.103
642c2b
BuildRequires:  libXxf86vm-devel
642c2b
BuildRequires:  expat-devel
642c2b
BuildRequires:  xorg-x11-proto-devel
642c2b
BuildRequires:  libselinux-devel
642c2b
BuildRequires:  libXext-devel
642c2b
BuildRequires:  libXfixes-devel
642c2b
BuildRequires:  libXdamage-devel
642c2b
BuildRequires:  libXi-devel
642c2b
BuildRequires:  libXrandr-devel
642c2b
BuildRequires:  libXmu-devel
642c2b
BuildRequires:  libxshmfence-devel
642c2b
BuildRequires:  elfutils
642c2b
BuildRequires:  python3-devel
642c2b
BuildRequires:  gettext
a8b107
BuildRequires:  glslang
642c2b
BuildRequires: %{llvm_pkg_prefix}llvm-devel >= 3.4-7
642c2b
%if 0%{?with_opencl}
642c2b
BuildRequires: %{llvm_pkg_prefix}clang-devel >= 3.0
642c2b
%endif
642c2b
BuildRequires: elfutils-libelf-devel
642c2b
BuildRequires: libudev-devel
642c2b
BuildRequires: bison flex
a8b107
BuildRequires: pkgconfig(wayland-client) >= 1.21.0
642c2b
BuildRequires: pkgconfig(wayland-server)
642c2b
BuildRequires: pkgconfig(wayland-protocols)
642c2b
%if 0%{?with_vdpau}
642c2b
BuildRequires: libvdpau-devel
642c2b
%endif
642c2b
%if 0%{?with_vaapi}
642c2b
BuildRequires: libva-devel
642c2b
%endif
642c2b
BuildRequires: pkgconfig(zlib)
642c2b
%if 0%{?with_omx}
642c2b
BuildRequires: libomxil-bellagio-devel
642c2b
%endif
642c2b
%if 0%{?with_opencl}
642c2b
BuildRequires: libclc-devel opencl-filesystem
642c2b
%endif
642c2b
BuildRequires: python3-mako
642c2b
%ifarch %{valgrind_arches}
642c2b
BuildRequires: pkgconfig(valgrind)
642c2b
%endif
dfba59
BuildRequires: pkgconfig(libglvnd) >= 1.2.0
642c2b
642c2b
%if 0%{?rhel} == 7
642c2b
BuildRequires: llvm-toolset-7-runtime
642c2b
%enable_llvmtoolset7
642c2b
%endif
642c2b
642c2b
642c2b
%description
642c2b
%{summary}.
642c2b
642c2b
%package filesystem
642c2b
Summary:        Mesa driver filesystem
dfba59
Provides:       mesa-dri-filesystem = %{?epoch:%{epoch}:}%{version}-%{release}
dfba59
Obsoletes:      mesa-dri-filesystem < %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
642c2b
%description filesystem
642c2b
%{summary}.
642c2b
642c2b
%package libGL
642c2b
Summary:        Mesa libGL runtime libraries
dfba59
Requires:       %{name}-libglapi%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
dfba59
Requires:       libglvnd-glx%{?_isa} >= 1:1.2.0-1
642c2b
642c2b
%description libGL
642c2b
%{summary}.
642c2b
642c2b
%package libGL-devel
642c2b
Summary:        Mesa libGL development package
dfba59
Requires:       %{name}-libGL%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
dfba59
Requires:       libglvnd-devel%{?_isa} >= 1:1.2.0-1
642c2b
Provides:       libGL-devel
642c2b
Provides:       libGL-devel%{?_isa}
642c2b
642c2b
%description libGL-devel
642c2b
%{summary}.
642c2b
642c2b
%package libEGL
642c2b
Summary:        Mesa libEGL runtime libraries
dfba59
Requires:       libglvnd-egl%{?_isa} >= 1:1.2.0-1
642c2b
642c2b
%description libEGL
642c2b
%{summary}.
642c2b
642c2b
%package libEGL-devel
642c2b
Summary:        Mesa libEGL development package
dfba59
Requires:       %{name}-libEGL%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
dfba59
Requires:       libglvnd-devel%{?_isa} >= 1:1.2.0-1
a8b107
Requires:       libwayland-client >= 1.21.0
642c2b
Provides:       libEGL-devel
642c2b
Provides:       libEGL-devel%{?_isa}
642c2b
642c2b
%description libEGL-devel
642c2b
%{summary}.
642c2b
642c2b
%package dri-drivers
642c2b
Summary:        Mesa-based DRI drivers
dfba59
Requires:       %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
b23678
Requires:	libdrm >= 2.4.103
642c2b
642c2b
%description dri-drivers
642c2b
%{summary}.
642c2b
642c2b
%if 0%{?with_omx}
642c2b
%package omx-drivers
642c2b
Summary:        Mesa-based OMX drivers
dfba59
Requires:       %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
642c2b
%description omx-drivers
642c2b
%{summary}.
642c2b
%endif
642c2b
642c2b
%if 0%{?with_vdpau}
642c2b
%package        vdpau-drivers
642c2b
Summary:        Mesa-based VDPAU drivers
dfba59
Requires:       %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
642c2b
%description vdpau-drivers
642c2b
%{summary}.
642c2b
%endif
642c2b
642c2b
%package libOSMesa
642c2b
Summary:        Mesa offscreen rendering libraries
dfba59
Requires:       %{name}-libglapi%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
Provides:       libOSMesa
642c2b
Provides:       libOSMesa%{?_isa}
642c2b
642c2b
%description libOSMesa
642c2b
%{summary}.
642c2b
642c2b
%package libOSMesa-devel
642c2b
Summary:        Mesa offscreen rendering development package
dfba59
Requires:       %{name}-libOSMesa%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
642c2b
%description libOSMesa-devel
642c2b
%{summary}.
642c2b
642c2b
%package libgbm
642c2b
Summary:        Mesa gbm runtime library
642c2b
Provides:       libgbm
642c2b
Provides:       libgbm%{?_isa}
642c2b
642c2b
%description libgbm
642c2b
%{summary}.
642c2b
642c2b
%package libgbm-devel
642c2b
Summary:        Mesa libgbm development package
dfba59
Requires:       %{name}-libgbm%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
Provides:       libgbm-devel
642c2b
Provides:       libgbm-devel%{?_isa}
642c2b
642c2b
%description libgbm-devel
642c2b
%{summary}.
642c2b
642c2b
%if 0%{?with_xa}
642c2b
%package libxatracker
642c2b
Summary:        Mesa XA state tracker
642c2b
Provides:       libxatracker
642c2b
Provides:       libxatracker%{?_isa}
642c2b
642c2b
%description libxatracker
642c2b
%{summary}.
642c2b
642c2b
%package libxatracker-devel
642c2b
Summary:        Mesa XA state tracker development package
642c2b
Requires:       %{name}-libxatracker%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
Provides:       libxatracker-devel
642c2b
Provides:       libxatracker-devel%{?_isa}
642c2b
642c2b
%description libxatracker-devel
642c2b
%{summary}.
642c2b
%endif
642c2b
642c2b
%package libglapi
642c2b
Summary:        Mesa shared glapi
642c2b
Provides:       libglapi
642c2b
Provides:       libglapi%{?_isa}
642c2b
642c2b
%description libglapi
642c2b
%{summary}.
642c2b
642c2b
%if 0%{?with_opencl}
642c2b
%package libOpenCL
642c2b
Summary:        Mesa OpenCL runtime library
642c2b
Requires:       ocl-icd%{?_isa}
642c2b
Requires:       libclc%{?_isa}
dfba59
Requires:       %{name}-libgbm%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
Requires:       opencl-filesystem
642c2b
642c2b
%description libOpenCL
642c2b
%{summary}.
642c2b
642c2b
%package libOpenCL-devel
642c2b
Summary:        Mesa OpenCL development package
dfba59
Requires:       %{name}-libOpenCL%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
642c2b
%description libOpenCL-devel
642c2b
%{summary}.
642c2b
%endif
642c2b
642c2b
%if 0%{?with_nine}
642c2b
%package libd3d
642c2b
Summary:        Mesa Direct3D9 state tracker
642c2b
642c2b
%description libd3d
642c2b
%{summary}.
642c2b
642c2b
%package libd3d-devel
642c2b
Summary:        Mesa Direct3D9 state tracker development package
dfba59
Requires:       %{name}-libd3d%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
642c2b
%description libd3d-devel
642c2b
%{summary}.
642c2b
%endif
642c2b
642c2b
%package vulkan-drivers
642c2b
Summary:        Mesa Vulkan drivers
642c2b
Requires:       vulkan%{_isa}
a8b107
Requires:       libwayland-client >= 1.21.0
642c2b
642c2b
%description vulkan-drivers
642c2b
The drivers with support for the Vulkan API.
642c2b
b23678
%if 0%{?with_vulkan_hw}
642c2b
%package vulkan-devel
642c2b
Summary:        Mesa Vulkan development files
dfba59
Requires:       %{name}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
642c2b
Requires:       vulkan-devel
642c2b
642c2b
%description vulkan-devel
642c2b
Headers for development with the Vulkan API.
642c2b
%endif
642c2b
642c2b
%prep
642c2b
%if 0%{sanitize}
642c2b
%setup -q -n %{name}-%{version}%{?rctag:-%{rctag}}
642c2b
  cp -f %{SOURCE1} src/gallium/auxiliary/vl/vl_decoder.c
642c2b
  cp -f %{SOURCE2} src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
642c2b
  exit
642c2b
%else
642c2b
%autosetup -n %{name}-%{version}%{?rctag:-%{rctag}} -p1
642c2b
  cmp %{SOURCE1} src/gallium/auxiliary/vl/vl_decoder.c
642c2b
  cmp %{SOURCE2} src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
642c2b
%endif
642c2b
642c2b
cp %{SOURCE4} docs/
642c2b
642c2b
pathfix.py -i %{__python3} -pn bin/*.py src/egl/generate/*.py \
642c2b
                               src/gallium/tools/trace/*.py \
642c2b
                               src/compiler/glsl/tests/*.py \
642c2b
                               src/compiler/glsl/glcpp/tests/*.py
642c2b
642c2b
%build
642c2b
642c2b
export ASFLAGS="--generate-missing-build-notes=yes"
dfba59
%meson -Dcpp_std=gnu++14 \
642c2b
  -Db_ndebug=true \
b23678
  -Dplatforms=x11,wayland \
38d2b7
  -Ddri3=enabled \
38d2b7
  -Dosmesa=true \
642c2b
%if 0%{?with_hardware}
83d84a
  -Dgallium-drivers=swrast%{?with_crocus:,crocus}%{?with_iris:,iris},virgl,nouveau%{?with_vmware:,svga},radeonsi,r600%{?with_freedreno:,freedreno}%{?with_etnaviv:,etnaviv}%{?with_tegra:,tegra}%{?with_vc4:,vc4}%{?with_kmsro:,kmsro} \
642c2b
%else
642c2b
  -Dgallium-drivers=swrast,virgl \
642c2b
%endif
a8b107
  -Dgallium-vdpau=%{?with_vdpau:enabled}%{!?with_vdpau:disabled} \
642c2b
  -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
642c2b
  -Dgallium-va=%{?with_vaapi:true}%{!?with_vaapi:false} \
642c2b
  -Dgallium-xa=%{?with_xa:true}%{!?with_xa:false} \
642c2b
  -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
642c2b
  -Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
642c2b
  -Dvulkan-drivers=%{?vulkan_drivers} \
38d2b7
  -Dvulkan-layers=device-select \
38d2b7
  -Dshared-glapi=enabled \
38d2b7
  -Dgles1=disabled \
38d2b7
  -Dgles2=enabled \
642c2b
  -Dopengl=true \
38d2b7
  -Dgbm=enabled \
642c2b
  -Dglx=dri \
a8b107
  -Degl=enabled \
642c2b
  -Dglvnd=true \
38d2b7
  -Dmicrosoft-clc=disabled \
642c2b
  -Dllvm=true \
642c2b
  -Dshared-llvm=true \
642c2b
  -Dvalgrind=%{?with_valgrind:true}%{!?with_valgrind:false} \
642c2b
  -Dbuild-tests=false \
642c2b
  -Dselinux=true \
642c2b
  %{nil}
642c2b
%meson_build
642c2b
642c2b
%install
642c2b
%meson_install
642c2b
642c2b
# libvdpau opens the versioned name, don't bother including the unversioned
dfba59
rm -vf %{buildroot}%{_libdir}/vdpau/*.so
642c2b
# likewise glvnd
dfba59
rm -vf %{buildroot}%{_libdir}/libGLX_mesa.so
dfba59
rm -vf %{buildroot}%{_libdir}/libEGL_mesa.so
642c2b
# XXX can we just not build this
dfba59
rm -vf %{buildroot}%{_libdir}/libGLES*
642c2b
642c2b
# glvnd needs a default provider for indirect rendering where it cannot
642c2b
# determine the vendor
642c2b
ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0
642c2b
642c2b
# strip out useless headers
642c2b
rm -f %{buildroot}%{_includedir}/GL/w*.h
642c2b
642c2b
# these are shipped already in vulkan-devel
642c2b
rm -f %{buildroot}/%{_includedir}/vulkan/vk_platform.h
642c2b
rm -f %{buildroot}/%{_includedir}/vulkan/vulkan.h
642c2b
642c2b
# remove .la files
642c2b
find %{buildroot} -name '*.la' -delete
642c2b
642c2b
# this keeps breaking, check it early.  note that the exit from eu-ftr is odd.
642c2b
pushd %{buildroot}%{_libdir}
642c2b
for i in libOSMesa*.so libGL.so ; do
642c2b
    eu-findtextrel $i && exit 1
642c2b
done
642c2b
642c2b
%files filesystem
642c2b
%doc docs/Mesa-MLAA-License-Clarification-Email.txt
642c2b
%dir %{_libdir}/dri
642c2b
%if %{with_hardware}
642c2b
%if 0%{?with_vdpau}
642c2b
%dir %{_libdir}/vdpau
642c2b
%endif
642c2b
%endif
642c2b
642c2b
%files libGL
642c2b
%{_libdir}/libGLX_mesa.so.0*
642c2b
%{_libdir}/libGLX_system.so.0*
642c2b
%files libGL-devel
642c2b
%dir %{_includedir}/GL/internal
642c2b
%{_includedir}/GL/internal/dri_interface.h
642c2b
%{_libdir}/pkgconfig/dri.pc
642c2b
%{_libdir}/libglapi.so
642c2b
642c2b
%files libEGL
642c2b
%{_datadir}/glvnd/egl_vendor.d/50_mesa.json
642c2b
%{_libdir}/libEGL_mesa.so.0*
642c2b
%files libEGL-devel
642c2b
%dir %{_includedir}/EGL
642c2b
%{_includedir}/EGL/eglmesaext.h
a8b107
%{_includedir}/EGL/eglext_angle.h
642c2b
642c2b
%post libglapi -p /sbin/ldconfig
642c2b
%postun libglapi -p /sbin/ldconfig
642c2b
%files libglapi
642c2b
%{_libdir}/libglapi.so.0
642c2b
%{_libdir}/libglapi.so.0.*
642c2b
642c2b
%post libOSMesa -p /sbin/ldconfig
642c2b
%postun libOSMesa -p /sbin/ldconfig
642c2b
%files libOSMesa
642c2b
%{_libdir}/libOSMesa.so.8*
642c2b
%files libOSMesa-devel
642c2b
%dir %{_includedir}/GL
642c2b
%{_includedir}/GL/osmesa.h
642c2b
%{_libdir}/libOSMesa.so
642c2b
%{_libdir}/pkgconfig/osmesa.pc
642c2b
642c2b
%post libgbm -p /sbin/ldconfig
642c2b
%postun libgbm -p /sbin/ldconfig
642c2b
%files libgbm
642c2b
%{_libdir}/libgbm.so.1
642c2b
%{_libdir}/libgbm.so.1.*
642c2b
%files libgbm-devel
642c2b
%{_libdir}/libgbm.so
642c2b
%{_includedir}/gbm.h
642c2b
%{_libdir}/pkgconfig/gbm.pc
642c2b
642c2b
%if 0%{?with_xa}
642c2b
%post libxatracker -p /sbin/ldconfig
642c2b
%postun libxatracker -p /sbin/ldconfig
642c2b
%files libxatracker
642c2b
%if %{with_hardware}
642c2b
%{_libdir}/libxatracker.so.2
642c2b
%{_libdir}/libxatracker.so.2.*
642c2b
%endif
642c2b
642c2b
%files libxatracker-devel
642c2b
%if %{with_hardware}
642c2b
%{_libdir}/libxatracker.so
642c2b
%{_includedir}/xa_tracker.h
642c2b
%{_includedir}/xa_composite.h
642c2b
%{_includedir}/xa_context.h
642c2b
%{_libdir}/pkgconfig/xatracker.pc
642c2b
%endif
642c2b
%endif
642c2b
642c2b
%if 0%{?with_opencl}
642c2b
%post libOpenCL -p /sbin/ldconfig
642c2b
%postun libOpenCL -p /sbin/ldconfig
642c2b
%files libOpenCL
642c2b
%{_libdir}/libMesaOpenCL.so.*
642c2b
%{_sysconfdir}/OpenCL/vendors/mesa.icd
642c2b
%files libOpenCL-devel
642c2b
%{_libdir}/libMesaOpenCL.so
642c2b
%endif
642c2b
642c2b
%if 0%{?with_nine}
642c2b
%files libd3d
642c2b
%dir %{_libdir}/d3d/
642c2b
%{_libdir}/d3d/*.so.*
642c2b
642c2b
%files libd3d-devel
642c2b
%{_libdir}/pkgconfig/d3d.pc
642c2b
%{_includedir}/d3dadapter/
642c2b
%{_libdir}/d3d/*.so
642c2b
%endif
642c2b
642c2b
%files dri-drivers
642c2b
%dir %{_datadir}/drirc.d
642c2b
%{_datadir}/drirc.d/00-mesa-defaults.conf
642c2b
%if %{with_hardware}
642c2b
%{_libdir}/dri/r600_dri.so
642c2b
%{_libdir}/dri/radeonsi_dri.so
642c2b
%ifarch %{ix86} x86_64
83d84a
%{_libdir}/dri/crocus_dri.so
0a87a7
%{_libdir}/dri/iris_dri.so
642c2b
%endif
642c2b
%if 0%{?with_vc4}
642c2b
%{_libdir}/dri/vc4_dri.so
642c2b
%endif
642c2b
%if 0%{?with_freedreno}
642c2b
%{_libdir}/dri/kgsl_dri.so
642c2b
%{_libdir}/dri/msm_dri.so
642c2b
%endif
642c2b
%if 0%{?with_etnaviv}
642c2b
%{_libdir}/dri/etnaviv_dri.so
642c2b
%{_libdir}/dri/imx-drm_dri.so
642c2b
%endif
642c2b
%{_libdir}/dri/nouveau_dri.so
642c2b
%if 0%{?with_vmware}
642c2b
%{_libdir}/dri/vmwgfx_dri.so
642c2b
%endif
642c2b
#{_libdir}/dri/nouveau_drv_video.so
642c2b
#{_libdir}/dri/r600_drv_video.so
642c2b
#{_libdir}/dri/radeonsi_drv_video.so
642c2b
%endif
642c2b
%{_libdir}/dri/kms_swrast_dri.so
642c2b
%{_libdir}/dri/swrast_dri.so
642c2b
%{_libdir}/dri/virtio_gpu_dri.so
642c2b
642c2b
%if %{with_hardware}
642c2b
%if 0%{?with_omx}
642c2b
%files omx-drivers
642c2b
%{_libdir}/bellagio/libomx_mesa.so
642c2b
%endif
642c2b
%if 0%{?with_vdpau}
642c2b
%files vdpau-drivers
a8b107
%{_libdir}/vdpau/libvdpau_virtio_gpu.so.1*
642c2b
%{_libdir}/vdpau/libvdpau_nouveau.so.1*
642c2b
%{_libdir}/vdpau/libvdpau_r600.so.1*
642c2b
%{_libdir}/vdpau/libvdpau_radeonsi.so.1*
642c2b
%endif
642c2b
%endif
642c2b
642c2b
%files vulkan-drivers
b23678
%if 0%{?with_vulkan_hw}
642c2b
%{_libdir}/libvulkan_intel.so
a8b107
%{_libdir}/libvulkan_intel_hasvk.so
642c2b
%{_libdir}/libvulkan_radeon.so
83d84a
%{_datadir}/drirc.d/00-radv-defaults.conf
642c2b
%ifarch x86_64
642c2b
%{_datadir}/vulkan/icd.d/intel_icd.x86_64.json
a8b107
%{_datadir}/vulkan/icd.d/intel_hasvk_icd.x86_64.json
642c2b
%{_datadir}/vulkan/icd.d/radeon_icd.x86_64.json
642c2b
%else
642c2b
%{_datadir}/vulkan/icd.d/intel_icd.i686.json
a8b107
%{_datadir}/vulkan/icd.d/intel_hasvk_icd.i686.json
642c2b
%{_datadir}/vulkan/icd.d/radeon_icd.i686.json
642c2b
%endif
b23678
%endif
b23678
%{_libdir}/libvulkan_lvp.so
b23678
%{_datadir}/vulkan/icd.d/lvp_icd.*.json
0a87a7
%{_libdir}/libVkLayer_MESA_device_select.so
0a87a7
%{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
642c2b
b23678
%if 0%{?with_vulkan_hw}
642c2b
%files vulkan-devel
642c2b
%endif
642c2b
642c2b
%changelog
bf399e
* Fri Jan 27 2023 Dave Airlie <airlied@redhat.com> - 22.3.0-2
bf399e
- disable glthread for radeonsi (breaks totem)
bf399e
3532fe
* Wed Dec 07 2022 Dave Airlie <airlied@redhat.com> - 22.3.0-1
3532fe
- Update to 22.3.0 final + fix mit-shm regression
3532fe
a8b107
* Fri Nov 25 2022 Dave Airlie <airlied@redhat.com> - 22.3.0-0.4
a8b107
- Disable glthread for gnome-shell
a8b107
a8b107
* Thu Nov 24 2022 Dave Airlie <airlied@redhat.com> - 22.3.0-0.3
a8b107
- Update to 22.3.0-rc4 + fix wayland dep version
a8b107
a8b107
* Wed Nov 23 2022 Dave Airlie <airlied@redhat.com> - 22.3.0-0.2
a8b107
- Update to 22.3.0-rc3 + fix glthread regression fix
a8b107
a8b107
* Fri Nov 11 2022 Dave Airlie <airlied@redhat.com> - 22.3.0-0.1
a8b107
- Update to 22.3.0-rc2
f3e41f
56e5c1
* Tue Aug 09 2022 Dave Airlie <airlied@redhat.com> - 22.1.5-1
56e5c1
- Update to 22.1.5 - add some crocus and llvmpipe fixes
56e5c1
83d84a
* Mon Jun 06 2022 Dave Airlie <airlied@redhat.com> - 22.1.1-1
83d84a
- Update to 22.1.1 - switch to crocus, drop legacy unused i965 driver.
83d84a
a202db
* Tue Jan 25 2022 Dave Airlie <airlied@redhat.com> - 21.3.4-1
a202db
- Update to 23.1.4 for gbm and leak fixes, add iris regression fix
a202db
af8123
* Thu Nov 18 2021 Dave Airlie <airlied@redhat.com> - 21.3.0-1
af8123
- rebase to 23.1.0
af8123
2a08df
* Thu Jul 22 2021 Dave Airlie <airlied@redhat.com> - 21.1.5-1
2a08df
- Fix vulkan sw with wayland, pull in .4 + .5 fixes
2a08df
77ee5f
* Sat Jun 19 2021 Dave Airlie <airlied@redhat.com> - 21.1.3-1
77ee5f
- rebase to 21.1.3
77ee5f
77ee5f
* Tue Jun 01 2021 Dave Airlie <airlied@redhat.com> - 21.1.1-2
77ee5f
- rebuild against llvm 12
77ee5f
38d2b7
* Thu May 20 2021 Dave Airlie <airlied@redhat.com> - 21.1.1-1
38d2b7
- Update to 21.1.1
46dbdf
59f99b
* Tue Feb 16 2021 Dave Airlie <airlied@redhat.com> - 20.3.3-1
59f99b
- Update to 20.3.3 + upstream fixes for qemu regression
59f99b
c2c727
* Mon Jan 11 2021 Dave Airlie <airlied@redhat.com> - 20.3.2-1
c2c727
- Update to 20.3.2 for upstream fixes
c2c727
73751d
* Mon Dec 21 2020 Dave Airlie <airlied@redhat.com> - 20.3.1-1
73751d
- Update to 20.3.1 for radeon fix
73751d
b23678
* Mon Dec 07 2020 Dave Airlie <airlied@redhat.com> - 20.3.0-2
b23678
- Fix regression with radeon si/cik cards
b23678
b23678
* Fri Dec 04 2020 Dave Airlie <airlied@redhat.com> - 20.3.0-1
b23678
- Update to 20.3.0 release
b23678
b23678
* Thu Nov 19 2020 Dave Airlie <airlied@redhat.com> - 20.3.0-0.1.rc2
b23678
- Update 20.3.0-rc2
b23678
- enable lavapipe behind env var so it can be used for testing
b23678
2cac32
* Wed Aug 05 2020 Dave Airlie <airlied@redhat.com> - 20.1.4-1
2cac32
- Update to 20.1.4
2cac32
- Update nouveau tu1xx support patch (Karol)
2cac32
7073d7
* Mon Jun 29 2020 Dave Airlie <airlied@redhat.com> - 20.1.2-3
7073d7
- a fix on top of the big-endian fix (#1847064)
7073d7
7073d7
* Mon Jun 29 2020 Dave Airlie <airlied@redhat.com> - 20.1.2-2
7073d7
- add another fix for big-endian llvmpipe (#1847064)
7073d7
7073d7
* Mon Jun 29 2020 Dave Airlie <airlied@redhat.com> - 20.1.2-1
7073d7
- Update to 20.1.2
7073d7
- add fix for big-endian llvmpipe (#1847064)
7073d7
7073d7
* Thu Jun 11 2020 Dave Airlie <airlied@redhat.com> - 20.1.1-1
7073d7
- Update to 20.1.1
7073d7
- Add support for turing
7073d7
0a87a7
* Thu May 28 2020 Dave Airlie <airlied@redhat.com> - 20.1.0-1
0a87a7
- Update to 20.1.0 final
0a87a7
0a87a7
* Mon May 25 2020 Dave Airlie <airlied@redhat.com> - 20.1.0-0.1.rc4
0a87a7
- Update to 20.1.0-rc4
0a87a7
da8ecd
* Thu Feb 20 2020 Dave Airlie <airlied@redhat.com> - 19.3.4-2
da8ecd
- Fix put image shm fallback path.
da8ecd
da8ecd
* Sat Feb 15 2020 Dave Airlie <airlied@redhat.com> - 19.3.4-1
da8ecd
- Update to 19.3.4 release (s390x fix)
da8ecd
da8ecd
* Thu Jan 30 2020 Dave Airlie <airlied@redhat.com> - 19.3.3-1
da8ecd
- Update to 19.3.3 release
da8ecd
dfba59
* Mon Nov 25 2019 Dave Airlie <airlied@redhat.com> - 19.3.0-3
dfba59
- drop khr-devel subpackage from here
dfba59
dfba59
* Fri Nov 22 2019 Dave Airlie <airlied@redhat.com> - 19.3.0-2
dfba59
- sort out libglvnd requires
dfba59
dfba59
* Thu Nov 21 2019 Dave Airlie <airlied@redhat.com> - 19.3.0-1
dfba59
- mesa-19.3.0-rc4
dfba59
dfba59
* Fri Aug 09 2019 Dave Airlie <airlied@redhat.com> - 19.1.4-2
dfba59
- Add CET support to asm files
dfba59
dfba59
* Mon Aug 05 2019 Dave Airlie <airlied@redhat.com> - 19.1.4-1
dfba59
- mesa-19.1.4
dfba59
642c2b
* Thu Jun 06 2019 Dave Airlie <airlied@redhat.com> - 19.1.0-0.5
642c2b
- mesa-19.1.0-rc5
642c2b
642c2b
* Thu May 30 2019 Dave Airlie <airlied@redhat.com> - 19.1.0-0.4
642c2b
- mesa-19.1.0-rc4
642c2b
642c2b
* Wed May 22 2019 Dave Airlie <airlied@redhat.com> - 19.1.0-0.3
642c2b
- mesa-19.1.0-rc3
642c2b
- disable asserts explicitly
642c2b
642c2b
* Thu May 16 2019 Dave Airlie <airlied@redhat.com> - 19.1.0-0.2
642c2b
- mesa 19.1.0-rc2
642c2b
- bring back glesv2.pc
642c2b
642c2b
* Fri May 10 2019 Dave Airlie <airlied@redhat.com> - 19.1.0-0.1
642c2b
- mesa 19.1.0-rc1
642c2b
642c2b
* Thu Apr 04 2019 Dave Airlie <airlied@redhat.com> - 18.3.1-5
642c2b
- Fix remote shm detection again
642c2b
642c2b
* Tue Mar 26 2019 Dave Airlie <airlied@redhat.com> - 18.3.1-4
642c2b
- Fix remove shm detection
642c2b
642c2b
* Wed Mar 20 2019 Dave Airlie <airlied@redhat.com> - 18.3.1-3
642c2b
- Add shm leak fix
642c2b
642c2b
* Tue Jan 29 2019 Dave Airlie <airlied@redhat.com> - 18.3.1-2
642c2b
- fix shm swrast
642c2b
642c2b
* Thu Dec 13 2018 Dave Airlie <airlied@redhat.com> - 18.3.1-1
642c2b
- Mesa 18.3.1 - move to release
642c2b
642c2b
* Wed Dec 12 2018 Tom Stellard <tstellar@redhat.com>
642c2b
- Rebuild for LLVM 7.0.1
642c2b
642c2b
* Tue Nov 20 2018 Adam Jackson <ajax@redhat.com> - 18.3.0-0.2
642c2b
- Mesa 18.3.0 RC2
642c2b
- Drop python3 build system backport
642c2b
- Drop no-longer-necessary big-endian build fix
642c2b
- Re-enable 10bpc fbconfigs
642c2b
642c2b
* Wed Oct 10 2018 Adam Jackson <ajax@redhat.com> - 18.2.2-1
642c2b
- Mesa 18.2.2
642c2b
642c2b
* Fri Sep 28 2018 Adam Jackson <ajax@redhat.com> - 18.2.1-1
642c2b
- Mesa 18.2.1
642c2b
- Fix "HW cursor for format" error message flood with swrast
642c2b
642c2b
* Fri Sep 28 2018 Adam Jackson <ajax@redhat.com> - 18.2.0-2
642c2b
- Drop unneeded BuildRequires: makedepend
642c2b
642c2b
* Tue Sep 11 2018 Dave Airlie <airlied@redhat.com> - 18.2.0-1
642c2b
- mesa 18.2.0
642c2b
642c2b
* Thu Aug 16 2018 Ray Strode <rstrode@redhat.com> - 18.1.3-4
642c2b
- Fix crash on screen resolution change
642c2b
  Resolves: #1616390
642c2b
642c2b
* Thu Aug 02 2018 Tom Stellard <tstellar@redhat.com> - 18.1.3-3
642c2b
- Rebuild for LLVM 6.0
642c2b
642c2b
* Tue Jul 24 2018 Dave Airlie <airlied@redhat.com> - 18.1.3-2
642c2b
- rename fallback for glvnd
642c2b
642c2b
* Fri Jul 06 2018 Adam Jackson <ajax@redhat.com> - 18.1.3-1
642c2b
- Mesa 18.1.3
642c2b
642c2b
* Wed Jun 20 2018 Adam Jackson <ajax@redhat.com> - 18.1.2-2
642c2b
- Disable arm-specific drivers
642c2b
- Use alternate glvnd indirect library name
642c2b
642c2b
* Wed Jun 20 2018 Adam Jackson <ajax@redhat.com> - 18.1.2-1
642c2b
- Mesa 18.1.2
642c2b
642c2b
* Mon Jun 18 2018 Adam Jackson <ajax@redhat.com> - 18.0.5-1
642c2b
- Mesa 18.0.5
642c2b
642c2b
* Tue May 29 2018 Adam Jackson <ajax@redhat.com> - 18.0.3-1
642c2b
- Mesa 18.0.3
642c2b
- Disable old drivers: radeon, r200, r300, i915, vieux
642c2b
642c2b
* Fri May 04 2018 Dave Airlie <airlied@redhat.com> - 18.0.2-2
642c2b
- Disable omx/opencl/nine
642c2b
642c2b
* Tue May 01 2018 Adam Jackson <ajax@redhat.com> - 18.0.2-1
642c2b
- Mesa 18.0.2
642c2b
642c2b
* Thu Mar 08 2018 Tom Stellard <tstellar@redhat.com> - 17.3.6-2
642c2b
- Use llvm-toolset
642c2b
642c2b
* Tue Feb 27 2018 Adam Jackson <ajax@redhat.com> - 17.3.6-1
642c2b
- Update to 17.3.6
642c2b
642c2b
* Mon Feb 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.3.5-2
642c2b
- Backport patch to fix video corruption
642c2b
642c2b
* Tue Feb 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.3.5-1
642c2b
- Update to 17.3.5
642c2b
642c2b
* Thu Feb 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.3.4-1
642c2b
- Update to 17.3.4
642c2b
642c2b
* Mon Jan 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 17.3.3-1
642c2b
- Update to 17.3.3
642c2b
642c2b
* Mon Jan 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.3.1-1
642c2b
- Update to 17.3.1
642c2b
642c2b
* Fri Nov 10 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.3.0-0.4.rc3
642c2b
- Sanitize tarball
642c2b
642c2b
* Wed Nov  8 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.3.0-0.3.rc3
642c2b
- Update to 17.3.0-rc3
642c2b
642c2b
* Tue Oct 31 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.3.0-0.1.rc2
642c2b
- Update to 17.3.0-rc2
642c2b
642c2b
* Tue Oct 31 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.4-1
642c2b
- Update to 17.2.4 GA
642c2b
642c2b
* Mon Oct 23 2017 Tom Stellard <tstellar@redhat.com> - 17.2.3-2
642c2b
- Rebuild for LLVM 5.0.0
642c2b
642c2b
* Thu Oct 19 2017 Gwyn Ciesla <limburgher@gmail.com> - 17.2.3-1
642c2b
- 17.2.3, bugfix release.
642c2b
642c2b
* Wed Oct 11 2017 Peter Robinson <pbrobinson@fedoraproject.org> - 17.2.2-4
642c2b
- Fix for vc4/Raspberry Pi
642c2b
642c2b
* Mon Oct 09 2017 Dave Airlie <airlied@redhat.com> - 17.2.2-3
642c2b
- enable vulkan on 32-bit x86
642c2b
642c2b
* Tue Oct 03 2017 Adam Jackson <ajax@redhat.com> - 17.2.2-2
642c2b
- Backport S3TC support from master
642c2b
642c2b
* Tue Oct  3 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.2-1
642c2b
- Update to 17.2.2 GA
642c2b
642c2b
* Wed Sep 20 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.1-1
642c2b
- Update to 17.2.1 GA
642c2b
642c2b
* Mon Sep 11 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-2
642c2b
- Add upstream patch for glibc xlocale.h change (fdo bz 102454)
642c2b
642c2b
* Tue Sep  5 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-1
642c2b
- Update to 17.2.0 GA
642c2b
642c2b
* Thu Aug 31 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-0.3.rc6
642c2b
- Update to 17.2.0-rc6
642c2b
642c2b
* Tue Aug 22 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-0.2.rc5
642c2b
- Update to 17.2.0-rc5
642c2b
642c2b
* Sun Aug 13 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.2.0-0.1.rc4
642c2b
- Update to 17.2.0-rc4
642c2b
642c2b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 17.1.5-1.2
642c2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
642c2b
642c2b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 17.1.5-1.1
642c2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
642c2b
642c2b
* Mon Jul 17 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.5-1
642c2b
- Update to 17.1.5
642c2b
642c2b
* Thu Jul 13 2017 Adam Jackson <ajax@redhat.com>
642c2b
- Stop replacing eglext.h, we're up to date again
642c2b
642c2b
* Sat Jul  1 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.4-1
642c2b
- Update to 17.1.4
642c2b
642c2b
* Mon Jun 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.3-2
642c2b
- Fixes and perf improvements for vc4
642c2b
642c2b
* Mon Jun 19 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.3-1
642c2b
- Update to 17.1.3
642c2b
642c2b
* Wed Jun 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.2-2
642c2b
- Some etnaviv fixes
642c2b
642c2b
* Mon Jun  5 2017 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.2-1
642c2b
- Update to 17.1.2
642c2b
642c2b
* Mon Jun 05 2017 Adam Jackson <ajax@redhat.com> - 17.1.1-2
642c2b
- Disable BGRA8 images on Fermi
642c2b
642c2b
* Thu May 25 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.1-1
642c2b
- Update to 17.1.1
642c2b
642c2b
* Thu May 11 2017 Dave Airlie <airlied@redhat.com> - 17.1.0-1
642c2b
- Update to 17.1.0
642c2b
642c2b
* Tue May  9 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.4.rc4
642c2b
- Update to 17.1.0-rc4
642c2b
642c2b
* Fri Apr 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.3.rc2
642c2b
- Enable renderonly support for i.MX SoC (rhbz #1424714)
642c2b
642c2b
* Mon Apr 24 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.1.0-0.2.rc2
642c2b
- Update to 17.1.0-rc2
642c2b
642c2b
* Tue Apr 18 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.1.0-0.1.rc1
642c2b
- Update to 17.1.0-rc1
642c2b
642c2b
* Sun Apr 02 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.0.3-1
642c2b
- Update to 17.0.3
642c2b
642c2b
* Fri Mar 24 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.0.2-2
642c2b
- Rebuild for LLVM4
642c2b
642c2b
* Mon Mar 20 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.2-1
642c2b
- Update to 17.0.2
642c2b
642c2b
* Mon Mar 20 2017 Hans de Goede <hdegoede@redhat.com> - 17.0.1-3
642c2b
- Fix glXGetDriverConfig not working with glvnd (rhbz#1429894)
642c2b
- Fix indirect rendering, add libGLX_indirect.so.0 symlink (rhbz#1427174)
642c2b
642c2b
* Tue Mar 14 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.1-2
642c2b
- Rebuild for aarch64 llvmpipe fix (rhbz 1429050)
642c2b
642c2b
* Sun Mar 05 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 17.0.1-1
642c2b
- Update to 17.0.1
642c2b
642c2b
* Mon Feb 13 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-1
642c2b
- 17.0.0 GA
642c2b
642c2b
* Mon Feb  6 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-0.6.rc3
642c2b
- Update to 17.0.0-rc3
642c2b
642c2b
* Mon Feb  6 2017 Hans de Goede <hdegoede@redhat.com> - 17.0.0-0.5.rc2
642c2b
- Fix GLX_SGIX_fbconfig extension dispatching with glvnd, this fixes games such
642c2b
  as "The Binding of Isaac: Rebirth" and "Crypt of the NecroDancer" from Steam
642c2b
642c2b
* Thu Feb  2 2017 Hans de Goede <hdegoede@redhat.com> - 17.0.0-0.4.rc2
642c2b
- Update eglext.h to 20161230 version this brings in some new defines needed
642c2b
  by some apps / libraries
642c2b
642c2b
* Sat Jan 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-0.3.rc2
642c2b
- Update to 17.0.0-rc2
642c2b
642c2b
* Sat Jan 21 2017 Peter Robinson <pbrobinson@fedoraproject.org> 17.0.0-0.2.rc1
642c2b
- Enable etnaviv gallium driver
642c2b
642c2b
* Fri Jan 20 2017 Igor Gnatenko <ignatenko@redhat.com> - 17.0.0-0.rc1
642c2b
- Update to 17.0.0-rc1
642c2b
642c2b
* Tue Jan 17 2017 Hans de Goede <hdegoede@redhat.com> - 13.0.3-3
642c2b
- Enable libglvnd support (rhbz#1413579)
642c2b
642c2b
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 13.0.3-2
642c2b
- Add valgrind BuildRequires to have valgrind support
642c2b
642c2b
* Fri Jan  6 2017 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.3-1
642c2b
- 13.0.3 GA
642c2b
642c2b
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.2-2
642c2b
- Use nettle for sha1
642c2b
642c2b
* Tue Nov 29 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.2-1
642c2b
- 13.0.2 GA
642c2b
642c2b
* Tue Nov 15 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.1-1
642c2b
- 13.0.1 GA
642c2b
642c2b
* Wed Nov  2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-3
642c2b
- Don't ship duplicate vulkan devel headers
642c2b
642c2b
* Wed Nov  2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-2
642c2b
- Add options for enabling vulkan components
642c2b
- Enable intel/radeon vulkan drivers
642c2b
642c2b
* Wed Nov  2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-1
642c2b
- 13.0.0 GA
642c2b
642c2b
* Tue Nov 01 2016 Dave Airlie <airlied@redhat.com> - 13.0.0-0.3.rc2
642c2b
- rebuild for llvm 3.9
642c2b
642c2b
* Mon Oct 24 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-0.2.rc2
642c2b
- 13.0.0-rc2
642c2b
642c2b
* Thu Oct 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.0-0.1.rc1
642c2b
- 13.0.0-rc1
642c2b
642c2b
* Tue Oct 11 2016 Hans de Goede <hdegoede@redhat.com> - 12.0.3-2
642c2b
- Add 2 patches from upstream to fix DRI3 vaapi crashes (rhbz1309446, fdo71759)
642c2b
642c2b
* Sun Sep 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> 12.0.3-1
642c2b
- 12.0.3
642c2b
642c2b
* Mon Sep  5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 12.0.2-1
642c2b
- 12.0.2
642c2b
642c2b
* Mon Sep  5 2016 Hans de Goede <hdegoede@redhat.com> - 12.0.1-7
642c2b
- Fix PRIME fd leak
642c2b
642c2b
* Tue Aug 23 2016 Adam Jackson <ajax@redhat.com> - 12.0.1-6
642c2b
- Remove BuildRequires: xorg-x11-server-devel
642c2b
642c2b
* Mon Aug 15 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-5
642c2b
- Fix broken deps with OpenCL
642c2b
642c2b
* Sun Aug 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-4
642c2b
- Fix broken deps
642c2b
642c2b
* Sun Aug 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-3
642c2b
- Slightly refactor spec
642c2b
- Drop virtual provides for OCL
642c2b
642c2b
* Tue Jul 19 2016 Orion Poplawski <orion@cora.nwra.com> - 12.0.1-2
642c2b
- Add missing %%{?_isa} to requires in some devel sub-packages (bug #1138463)
642c2b
642c2b
* Sun Jul 10 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-1
642c2b
- 12.0.1
642c2b
642c2b
* Fri Jul 08 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-1
642c2b
- 12.0.0
642c2b
642c2b
* Wed Jun 22 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.3.rc4
642c2b
- 12.0.0-rc4
642c2b
642c2b
* Mon Jun 20 2016 Adam Jackson <ajax@redhat.com> - 12.0.0-0.3.rc3
642c2b
- Fix packaging error on s390*
642c2b
642c2b
* Mon Jun 20 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.2.rc3
642c2b
- 12.0.0-rc3
642c2b
642c2b
* Tue Jun 14 2016 Dominik Mierzejewski <rpm@greysector.net> - 12.0.0-0.2.rc2
642c2b
- add missing dependency for /etc/OpenCL/vendors ownership (RHBZ #1265948)
642c2b
642c2b
* Tue Jun 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.1.rc2
642c2b
- 12.0.0-rc2
642c2b
642c2b
* Wed Jun 01 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.0-0.1.rc1
642c2b
- 12.0.0-rc1
642c2b
642c2b
* Sun May 01 2016 Igor Gnatenko <ignatenko@redhat.com> - 11.3.0-0.4.gitcbcd7b6
642c2b
- cbcd7b6
642c2b
642c2b
* Thu Apr 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 11.3.0-0.3.git171a570
642c2b
- 171a570
642c2b
642c2b
* Fri Apr 08 2016 Björn Esser <fedora@besser82.io> - 11.3.0-0.2.gitea2bff1
642c2b
- add virtual Provides for ocl-icd (RHBZ #1317602)
642c2b
642c2b
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.3.0-0.1.gitea2bff1
642c2b
- 11.3.0 (gitea2bff1)
642c2b
- Add SWR state-tracker (but disable because build is broken)
642c2b
- Use gallium-osmesa instead of classic osmesa (RHBZ #1305588)
642c2b
- Remove very old changelogs
642c2b
642c2b
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.1.rc3.20160320
642c2b
- Update to 11.2.0-rc3
642c2b
642c2b
* Fri Feb 19 2016 Dave Airlie <airlied@redhat.com> 11.2.0-0.devel.11
642c2b
- rebuild against llvm 3.8.0
642c2b
642c2b
* Fri Feb 12 2016 Dave Airlie <airlied@redhat.com> 11.2.0-0.devel.10
642c2b
- rebuild against new llvm packages
642c2b
642c2b
* Thu Feb 11 2016 Adam Jackson <ajax@redhat.com> 11.2.0-0.devel.9
642c2b
- Fix OpenCL-enabled FTBFS by not forcing clang search path to /usr/lib
642c2b
642c2b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 11.2.0-0.devel.8.24ea81a.1
642c2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
642c2b
642c2b
* Wed Jan 27 2016 Adam Jackson <ajax@redhat.com> 11.2.0-0.devel.8
642c2b
- Rebuild for llvm 3.7.1 library split
642c2b
642c2b
* Sun Jan 24 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.7.24ea81a
642c2b
- 24ea81a
642c2b
642c2b
* Thu Jan 21 2016 Peter Robinson <pbrobinson@fedoraproject.org> 11.2.0-0.devel.6.5e3edd4
642c2b
- OpenCL now supported on aarch64
642c2b
642c2b
* Sun Jan 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.5.5e3edd4
642c2b
- 5e3edd4
642c2b
642c2b
* Thu Jan 07 2016 Adam Jackson <ajax@redhat.com>
642c2b
- Mangle libtool even harder to get -static-libstdc++ to work
642c2b
642c2b
* Tue Dec 29 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.3.70d8dbc
642c2b
- 70d8dbc
642c2b
642c2b
* Wed Dec 02 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.2.56aff6b
642c2b
- 56aff6b
642c2b
642c2b
* Sun Nov 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.1.86fc97d
642c2b
- 86fc97d
642c2b
642c2b
* Thu Nov 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.13.5ae37ae
642c2b
- 5ae37ae
642c2b
642c2b
* Thu Nov 05 2015 Adam Jackson <ajax@redhat.com> 11.1.0-0.devel.12.3994ef5
642c2b
- Link with -static-libstdc++ to work around Steam bundling its own copy
642c2b
642c2b
* Fri Oct 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.11.3994ef5
642c2b
- 3994ef5
642c2b
- Enable VirGL driver
642c2b
642c2b
* Thu Oct 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.10.7182498
642c2b
- 7182498
642c2b
- Disable SWR rasterizer
642c2b
642c2b
* Wed Oct 21 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.9.4a168ad
642c2b
- Enable experimental SWR rasterizer
642c2b
642c2b
* Wed Oct 14 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.8.4a168ad
642c2b
- 4a168ad
642c2b
642c2b
* Wed Oct 07 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.7.47d1199
642c2b
- 47d1199
642c2b
642c2b
* Sat Sep 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.6.9932142
642c2b
- 9932142
642c2b
642c2b
* Wed Sep 16 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.5.47e18a5
642c2b
- 47e18a5
642c2b
- Rebuild against llvm 3.7
642c2b
642c2b
* Sun Sep 13 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.4.d6fbcf6
642c2b
- d6fbcf6
642c2b
642c2b
* Thu Sep 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 11.1.0-0.devel.3.60aea30
642c2b
- Add brw_meta_fast_clear crash workaround patch (#1259443, fdo#86281)
642c2b
642c2b
* Wed Sep 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.1.0-0.devel.2.60aea30
642c2b
- 60aea30
642c2b
642c2b
* Mon Aug 24 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.1.0-0.devel.1.4e5752e
642c2b
- 4e5752e
642c2b
642c2b
* Sun Aug 09 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.2.21ccdbd
642c2b
- 21ccdbd
642c2b
- add surfaceless EGL platform (RHBZ #1251747)
642c2b
642c2b
* Sat Aug 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.1.6f2d889
642c2b
- Update to 11.0.0
642c2b
642c2b
* Tue Jul 14 2015 Peter Robinson <pbrobinson@fedoraproject.org> 10.7.0-0.devel.4.ea633db
642c2b
- Use %%license
642c2b
- Minor spec cleanups
642c2b
642c2b
* Tue Jul 14 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.3.ea633db
642c2b
- ea633db
642c2b
642c2b
* Tue Jul 07 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.2.8787141
642c2b
- Drop unecessary make for s390
642c2b
642c2b
* Mon Jun 22 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.1.8787141
642c2b
- 8787141
642c2b
642c2b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.6.0-0.devel.7.5a55f68.1
642c2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
642c2b
642c2b
* Mon May 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.7.5a55f68
642c2b
- add git to BR everywhere
642c2b
642c2b
* Sun May 17 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.6.5a55f68
642c2b
- 5a55f68
642c2b
642c2b
* Thu May 07 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.5.51e3453
642c2b
- 51e3453
642c2b
642c2b
* Mon Apr 20 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.6.0-0.devel.4.c1485f4
642c2b
- c1485f4
642c2b
642c2b
* Thu Apr 09 2015 Adam Jackson <ajax@redhat.com> 10.6.0-0.devel.3
642c2b
- F23 rebuild against llvm 3.6.0
642c2b
642c2b
* Fri Feb 27 2015 Rob Clark 
642c2b
- enable vc4 on arm
642c2b
642c2b
* Mon Feb 23 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.1.f80af89
642c2b
- f80af89
642c2b
642c2b
* Wed Feb 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-1.20150218
642c2b
- 10.5.0
642c2b
642c2b
* Fri Jan 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.32.6171131
642c2b
- 6171131
642c2b
642c2b
* Fri Jan 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.31.c3260f8
642c2b
- c3260f8
642c2b
642c2b
* Fri Jan 02 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.30.290553b
642c2b
- 290553b
642c2b
642c2b
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.28.b77eaaf
642c2b
- b77eaaf
642c2b
642c2b
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.26.c633528
642c2b
- c633528
642c2b
642c2b
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.25.a6f6d61
642c2b
- a6f6d61
642c2b
642c2b
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.23.be0311c
642c2b
- be0311c
642c2b
642c2b
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.21.609c3e5
642c2b
- 609c3e5
642c2b
642c2b
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.19.3ba57ba
642c2b
- 3ba57ba
642c2b
642c2b
* Tue Dec 30 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.17.64dcb2b
642c2b
- 64dcb2b
642c2b
642c2b
* Mon Dec 29 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.15.6c18279
642c2b
- 6c18279
642c2b
642c2b
* Sat Dec 27 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.13.0c7f895
642c2b
- 0c7f895
642c2b
642c2b
* Fri Dec 26 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.11.cb5a372
642c2b
- cb5a372
642c2b
642c2b
* Sun Dec 21 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.10.git0d7f4c8
642c2b
- enable ilo gallium driver
642c2b
642c2b
* Fri Dec 19 2014 Dan HorĂ¡k <dan[at]danny.cz> 10.5.0-0.devel.9
642c2b
- Sync with_{vaapi,vdpau,nine} settings with F21
642c2b
642c2b
* Thu Dec 18 2014 Adam Jackson <ajax@redhat.com> 10.5.0-0.devel.8
642c2b
- Sync ppc build config with F21
642c2b
642c2b
* Wed Dec 17 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.7.git0d7f4c8
642c2b
- fix requirements for d3d
642c2b
642c2b
* Sun Dec 14 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.6.git0d7f4c8
642c2b
- 0d7f4c8
642c2b
642c2b
* Sun Dec 14 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.5.git29c7cf2
642c2b
- Enable VA state-tracker
642c2b
- Enable Nine state-tracker (Direct3D9 API)
642c2b
642c2b
* Thu Dec 11 2014 Adam Jackson <ajax@redhat.com> 10.5.0-0.devel.4
642c2b
- Restore hardware drivers on ppc64{,le}
642c2b
642c2b
* Tue Dec 02 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.3.git29c7cf2
642c2b
- 29c7cf2
642c2b
642c2b
* Sat Nov 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.2.git3d9c1a9
642c2b
- 3d9c1a9
642c2b
642c2b
* Wed Nov 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.1.git9460cd3
642c2b
- 9460cd3
642c2b
642c2b
* Mon Nov 10 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.8.gitf3b709c
642c2b
- f3b709c
642c2b
642c2b
* Tue Oct 28 2014  10.4-0.devel.7.git1a17098
642c2b
- rebuild for llvm
642c2b
642c2b
* Mon Oct 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.6.git1a17098
642c2b
- 1a17098
642c2b
642c2b
* Sat Sep 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.5.gitc3f17bb
642c2b
- c3f17bb18f597d7f606805ae94363dae7fd51582
642c2b
642c2b
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.4.git1f184bc
642c2b
- apply patch for bigendian from karsten
642c2b
- fix ppc filelist from karsten
642c2b
642c2b
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.3.git1f184bc
642c2b
- 1f184bc114143acbcea373184260da777b6c6be1 commit
642c2b
642c2b
* Thu Aug 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.2.1.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8
642c2b
- add swrast to dri driver list
642c2b
642c2b
* Wed Aug 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.2.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8
642c2b
- 80771e47b6c1e47ab55f17311e1d4e227a9eb3d8 commit
642c2b
642c2b
* Sat Aug 23 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.1.c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
642c2b
- 10.4 c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
642c2b
642c2b
* Fri Aug 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.1.e7f2f2dea5acdbd1a12ed88914e64a38a97432f0
642c2b
- e7f2f2dea5acdbd1a12ed88914e64a38a97432f0 commit
642c2b
642c2b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.3-0.devel.2.c40d7d6d948912a4d51cbf8f0854cf2ebe916636.1
642c2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
642c2b
642c2b
* Wed Aug 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.devel.2.c40d7d6d948912a4d51cbf8f0854cf2ebe916636
642c2b
- c40d7d6d948912a4d51cbf8f0854cf2ebe916636 commit
642c2b
642c2b
* Fri Jul 11 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.devel.1.f381c27c548aa28b003c8e188f5d627ab4105f76
642c2b
- Rebase to 'master' branch (f381c27c548aa28b003c8e188f5d627ab4105f76 commit)
642c2b
642c2b
* Fri Jul 11 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.3-1.20140711
642c2b
- 10.2.3 upstream release
642c2b
642c2b
* Mon Jul  7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 10.2.2-4.20140625
642c2b
- Build aarch64 options the same as ARMv7
642c2b
- Fix PPC conditionals
642c2b
642c2b
* Fri Jul 04 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.2-3.20140625
642c2b
- Fix up intelInitScreen2 for DRI3 (RHBZ #1115323) (patch from drago01)
642c2b
642c2b
* Fri Jun 27 2014 Dave Airlie <airlied@redhat.com> 10.2.2-2.20140625
642c2b
- add dri3 gnome-shell startup fix from Jasper.
642c2b
642c2b
* Wed Jun 25 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.2-1.20140625
642c2b
- 10.2.2 upstream release
642c2b
642c2b
* Wed Jun 11 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.1-2.20140608
642c2b
- drop radeonsi llvm hack
642c2b
642c2b
* Sun Jun 08 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2.1-1.20140608
642c2b
- 10.2.1 upstream release
642c2b
642c2b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2-0.11.rc5.20140531
642c2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
642c2b
642c2b
* Wed Jun 04 2014 Dan HorĂ¡k <dan[at]danny.cz> - 10.2-0.10.rc5.20140531
642c2b
- fix build without hardware drivers
642c2b
642c2b
* Sat May 31 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.9.rc5.20140531
642c2b
- 10.2-rc5 upstream release
642c2b
642c2b
* Wed May 28 2014 Brent Baude <baude@us.ibm.com> - 10.2-0.8.rc4.20140524
642c2b
- Removing ppc64le arch from with_llvm
642c2b
642c2b
* Wed May 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.7.rc4.20140524
642c2b
- i915: add a missing NULL pointer check (RHBZ #1100967)
642c2b
642c2b
* Sat May 24 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.6.rc4.20140524
642c2b
- 10.2-rc4 upstream release
642c2b
- add back updated radeonsi hack for LLVM
642c2b
642c2b
* Sat May 17 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.5.rc3.20140517
642c2b
- 10.2-rc3 upstream release
642c2b
642c2b
* Sat May 10 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.4.rc2.20140510
642c2b
- 10.2-rc2 upstream release
642c2b
- drop radeonsi hack for LLVM
642c2b
642c2b
* Tue May 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.3.rc1.20140505
642c2b
- Move gallium-pipe to the correct sub-package (RHBZ #1094588) (kwizart)
642c2b
- Move egl_gallium.so to the correct location (RHBZ #1094588) (kwizart)
642c2b
- Switch from with to enable for llvm shared libs (kwizart)
642c2b
642c2b
* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.2.rc1.20140505
642c2b
- Enable gallium-egl (needed by freedreeno) (RHBZ #1094199) (kwizart)
642c2b
642c2b
* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.1.rc1.20140505
642c2b
- Enable omx on x86 and arm (RHBZ #1094199) (kwizart)
642c2b
- Split _with_xa from _with_vmware (RHBZ #1094199) (kwizart)
642c2b
- Add _with_xa when arch is arm and _with_freedreeno (RHBZ #1094199) (kwizart)
642c2b
642c2b
* Mon May 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.2-0.rc1.20140505
642c2b
- 10.2-rc1 upstream release
642c2b
642c2b
* Wed Apr 30 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-3.20140430
642c2b
- Update to today snapshot
642c2b
- apply as downstream patches for reporting GPU max frequency on r600 (FD.o #73511)
642c2b
642c2b
* Sat Apr 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-2.20140419
642c2b
- fix buildrequires llvm 3.4-5 to 3.4-6, because 3.4-5 is not available for F20
642c2b
642c2b
* Sat Apr 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-1.20140419
642c2b
- 10.1.1 upstream release
642c2b
642c2b
* Tue Apr 15 2014 Adam Jackson <ajax@redhat.com> 10.1-6.20140305
642c2b
- Disable DRI3 in F20, it requires libxcb bits we haven't backported.
642c2b
642c2b
* Wed Mar 26 2014 Adam Jackson <ajax@redhat.com> 10.1-5.20140305
642c2b
- Initial ppc64le enablement (no hardware drivers or vdpau yet)
642c2b
642c2b
* Fri Mar 21 2014 Adam Jackson <ajax@redhat.com> 10.1-4.20140305
642c2b
- mesa: Don't optimize out glClear if drawbuffer size is 0x0 (fdo #75797)
642c2b
642c2b
* Wed Mar 19 2014 Dave Airlie <airlied@redhat.com> 10.1-3.20140305
642c2b
- rebuild against backported llvm 3.4-5 for radeonsi GL 3.3 support.
642c2b
642c2b
* Wed Mar 12 2014 Dave Airlie <airlied@redhat.com> 10.1-2.20140305
642c2b
- disable r600 llvm compiler (upstream advice)
642c2b
642c2b
* Wed Mar 05 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-1.20140305
642c2b
- mesa: Bump version to 10.1 (final) (Ian Romanick)
642c2b
- glx/dri2: fix build failure on HURD (Julien Cristau)
642c2b
- i965: Validate (and resolve) all the bound textures. (Chris Forbes)
642c2b
- i965: Widen sampler key bitfields for 32 samplers (Chris Forbes)
642c2b
642c2b
* Sat Mar 01 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc3.20140301
642c2b
- 10.1-rc3
642c2b
642c2b
* Tue Feb 25 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc2.20140225
642c2b
- really 10.1-rc2
642c2b
642c2b
* Sat Feb 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc2.20140222
642c2b
- 10.1-rc2
642c2b
642c2b
* Sat Feb 08 2014 Adel Gadllah <adel.gadllah@gmail.com> - 10.1-0.rc1.20140208
642c2b
- 10.1rc1
642c2b
- Drop upstreamed patches
642c2b
642c2b
* Thu Feb 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.0.3-1.20140206
642c2b
- 10.0.3 upstream release
642c2b
642c2b
* Tue Feb 04 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-6.20140118
642c2b
- Fix accidentally inverted logic that meant radeonsi_dri.so went missing
642c2b
  on all architectures instead of just ppc and s390. Sorry!
642c2b
642c2b
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-5.20140118
642c2b
- Fix a thinko in previous commit wrt libdrm_nouveau2.
642c2b
642c2b
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-4.20140118
642c2b
- Fix up building drivers on AArch64, enable LLVM there.
642c2b
- Eliminate some F17 cruft from the spec, since we don't support it anymore.
642c2b
- Conditionalize with_radeonsi on with_llvm instead of ppc,s390 && >F-17.
642c2b
- Conditionalize libvdpau_radeonsi.so.1* on with_radeonsi instead of simply
642c2b
  with_llvm to fix a build failure on AArch64.
642c2b
642c2b
* Sun Jan 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.0.2-3.20140118
642c2b
- Enable OpenCL (RHBZ #887628)
642c2b
- Enable r600 llvm compiler (RHBZ #1055098)