9ab42d
%define moduledir %(pkg-config xorg-server --variable=moduledir )
9ab42d
%define driverdir	%{moduledir}/drivers
aea5e6
%define gputoolsver 1.9
dd8381
%define gitdate 20180530
aea5e6
%define gitrev .%{gitdate}
9ab42d
785dcc
%undefine _hardened_build
785dcc
9ab42d
%if 0%{?rhel} == 7
9ab42d
%define rhel7 1
9ab42d
%endif
9ab42d
9ab42d
%if 0%{?rhel7} || 0%{?fedora} > 17
9ab42d
%define prime 1
9ab42d
%endif
9ab42d
9ab42d
%if 0%{?rhel7} || 0%{?fedora} > 20
9ab42d
%define kmsonly 1
9ab42d
%endif
9ab42d
9ab42d
Summary:   Xorg X11 Intel video driver
9ab42d
Name:      xorg-x11-drv-intel
aea5e6
Version:   2.99.917
dd8381
Release:   28%{?gitrev}%{?dist}
9ab42d
URL:       http://www.x.org
9ab42d
License:   MIT
9ab42d
Group:     User Interface/X Hardware Support
9ab42d
9ab42d
%if 0%{?gitdate}
9ab42d
Source0:    xf86-video-intel-%{gitdate}.tar.bz2
9ab42d
%else
9ab42d
Source0:    http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-%{version}.tar.bz2 
9ab42d
%endif
9ab42d
Source1:    make-intel-gpu-tools-snapshot.sh
aea5e6
Source3:    http://xorg.freedesktop.org/archive/individual/app/intel-gpu-tools-%{gputoolsver}.tar.bz2
9ab42d
Source4:    make-git-snapshot.sh
9ab42d
785dcc
Patch0:	    intel-gcc-pr65873.patch
785dcc
Patch1:	    igt-stat.patch
bd4278
# https://bugs.freedesktop.org/show_bug.cgi?id=96255#c11
bd4278
Patch4:     0001-sna-Avoid-clobbering-output-physical-size-with-xf86O.patch
9ab42d
9ab42d
ExclusiveArch: %{ix86} x86_64 ia64
9ab42d
9ab42d
BuildRequires: autoconf automake libtool
9ab42d
BuildRequires: flex bison
9ab42d
BuildRequires: xorg-x11-server-devel >= 1.10.99.902
aea5e6
BuildRequires: libX11-devel
aea5e6
BuildRequires: libXcursor-devel
aea5e6
BuildRequires: libXdamage-devel
aea5e6
BuildRequires: libXext-devel
aea5e6
BuildRequires: libXfixes-devel
aea5e6
BuildRequires: libXinerama-devel
aea5e6
BuildRequires: libXrandr-devel
aea5e6
BuildRequires: libXrender-devel
aea5e6
BuildRequires: libXtst-devel
9ab42d
BuildRequires: libXvMC-devel
aea5e6
BuildRequires: libxshmfence-devel
bd4278
%if 0%{?fedora} > 24 || 0%{?rhel7}
bd4278
BuildRequires: libXfont2-devel
bd4278
%else
bd4278
BuildRequires: libXfont-devel
bd4278
%endif
9ab42d
BuildRequires: mesa-libGL-devel >= 6.5-9
9ab42d
BuildRequires: libdrm-devel >= 2.4.25
9ab42d
BuildRequires: kernel-headers >= 2.6.32.3
9ab42d
BuildRequires: libudev-devel
9ab42d
BuildRequires: libxcb-devel >= 1.5 
9ab42d
BuildRequires: xcb-util-devel
9ab42d
BuildRequires: cairo-devel
aea5e6
BuildRequires: python
bd4278
BuildRequires: libXScrnSaver-devel
bd4278
BuildRequires: libXext-devel
bd4278
BuildRequires: pixman-devel
9ab42d
9ab42d
Requires: Xorg %(xserver-sdk-abi-requires ansic)
9ab42d
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
aea5e6
Requires: polkit
e33ad9
9ab42d
%description 
9ab42d
X.Org X11 Intel video driver.
9ab42d
9ab42d
%package devel
9ab42d
Summary:   Xorg X11 Intel video driver development package
9ab42d
Group:     Development/System
9ab42d
Requires:  %{name} = %{version}-%{release}
9ab42d
Provides:  xorg-x11-drv-intel-devel = %{version}-%{release}
9ab42d
9ab42d
%description devel
9ab42d
X.Org X11 Intel video driver development package.
9ab42d
9ab42d
%package -n intel-gpu-tools
9ab42d
Summary:    Debugging tools for Intel graphics chips
9ab42d
Group:	    Development/Tools
9ab42d
9ab42d
%description -n intel-gpu-tools
9ab42d
Debugging tools for Intel graphics chips
9ab42d
9ab42d
%if 0%{?gitdate}
9ab42d
%define dirsuffix %{gitdate}
9ab42d
%else
9ab42d
%define dirsuffix %{version}
9ab42d
%endif
9ab42d
9ab42d
%prep
9ab42d
%setup -q -n xf86-video-intel-%{?gitdate:%{gitdate}}%{!?gitdate:%{dirsuffix}} -b3
785dcc
%patch0 -p1 -b .gcc
bd4278
%patch4 -p1
785dcc
785dcc
pushd ../intel-gpu-tools-%{gputoolsver}
785dcc
%patch1 -p1 -b .stat
785dcc
popd
e33ad9
9ab42d
%build
aea5e6
autoreconf -f -i -v
dd8381
%configure %{?kmsonly:--enable-kms-only} --with-default-dri=3 --enable-tools || \
dd8381
    (cat config.log ; exit 1)
785dcc
make %{?_smp_mflags} V=1
aea5e6
aea5e6
pushd ../intel-gpu-tools-%{gputoolsver}
aea5e6
# this is missing from the tarbal, having it empty is ok
aea5e6
touch lib/check-ndebug.h
9ab42d
mkdir -p m4
9ab42d
autoreconf -f -i -v
9ab42d
# --disable-dumper: quick_dump is both not recommended for packaging yet,
9ab42d
# and requires python3 to build; i'd like to keep this spec valid for rhel6
9ab42d
# for at least a bit longer
9ab42d
%configure %{!?prime:--disable-nouveau} --disable-dumper
aea5e6
# some of the sources are in utf-8 and pre-preprocessed by python
aea5e6
export LANG=en_US.UTF-8
aea5e6
make %{?_smp_mflags}
9ab42d
popd
9ab42d
9ab42d
%install
aea5e6
%make_install
9ab42d
aea5e6
pushd ../intel-gpu-tools-%{gputoolsver}
9ab42d
make install DESTDIR=$RPM_BUILD_ROOT
aea5e6
rm -f $RPM_BUILD_ROOT%{_bindir}/eudb
9ab42d
popd
9ab42d
9ab42d
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
9ab42d
9ab42d
# libXvMC opens the versioned file name, these are useless
9ab42d
rm -f $RPM_BUILD_ROOT%{_libdir}/libI*XvMC.so
9ab42d
9ab42d
bbfc79
%post -p /sbin/ldconfig
bbfc79
%postun -p /sbin/ldconfig
bbfc79
9ab42d
%files
9ab42d
%doc COPYING
e33ad9
%{_datadir}/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy
9ab42d
%{driverdir}/intel_drv.so
aea5e6
%if !%{?kmsonly}
9ab42d
%{_libdir}/libI810XvMC.so.1*
9ab42d
%endif
9ab42d
%{_libdir}/libIntelXvMC.so.1*
e33ad9
%{_libexecdir}/xf86-video-intel-backlight-helper
aea5e6
%{_datadir}/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy
9ab42d
%{_mandir}/man4/i*
9ab42d
9ab42d
%files devel
9ab42d
%{_bindir}/intel-gen4asm
9ab42d
%{_bindir}/intel-gen4disasm
9ab42d
%{_libdir}/pkgconfig/intel-gen4asm.pc
9ab42d
9ab42d
%files -n intel-gpu-tools
9ab42d
%doc COPYING
aea5e6
%{_bindir}/gem_userptr_benchmark
aea5e6
%{_bindir}/intel*
bd4278
%exclude %{_bindir}/intel-gen4asm
bd4278
%exclude %{_bindir}/intel-gen4disasm
aea5e6
%{_datadir}/gtk-doc
9ab42d
%{_mandir}/man1/intel_*.1*
9ab42d
9ab42d
%changelog
dd8381
* Wed May 30 2018 Adam Jackson <ajax@redhat.com> - 2.99.917-28
dd8381
- Today's git snapshot (commit 35947721)
dd8381
dd8381
* Wed May 30 2018 Adam Jackson <ajax@redhat.com> - 2.99.917-27.20160929.1
dd8381
- Rebuild for xserver 1.20
dd8381
611c23
* Fri Jan 12 2018 Adam Jackson <ajax@redhat.com> - 2.99.917-27
611c23
- Re-enable skylake support, as we're now defaulting to modesetting in the
611c23
  server.
611c23
bd4278
* Thu Sep 29 2016 Hans de Goede <hdegoede@redhat.com> - 2.99.917-26
bd4278
- Update to latest git master for use with xserver-1.19
bd4278
- Rebuild against xserver-1.19
bd4278
bd4278
* Wed Jul 20 2016 Bastien Nocera <bnocera@redhat.com> - 2.99.917-25
bd4278
- Avoid clobbering output physical size, should fix hidpi on Surface 3
bd4278
bd4278
* Tue Jul 12 2016 Hans de Goede <hdegoede@redhat.com> - 2.99.917-24.20160712
bd4278
- Git snapshot du jour, bringing in a bunch of bugfixes
bd4278
- Fix dpi issues on Surface 3 (also needs some kernel fixes)
bd4278
- Hopefully fix rhbz#1354124
bd4278
bd4278
* Thu May 12 2016 Hans de Goede <hdegoede@redhat.com> - 2.99.917-23.20160512
bd4278
- Update to 20160512 snapshot
bd4278
- This fixes laptops with switchable graphics hanging after a dpms off of
bd4278
  the lcd screen (rhbz#1334581)
bd4278
- Fix fd-leak when falling back to mode-setting on skylake, this fixes
bd4278
  Xorg exiting with a "drmSetMaster failed" error when not using server
bd4278
  managed fds (e.g. using a different login manager then gdm)
bd4278
- Fix duplicate binaries in -devel / intel-gpu-tools subpackages (rhbz#1323641)
bd4278
bd4278
* Mon Mar 07 2016 Hans de Goede <hdegoede@redhat.com> - 2.99.917-22.20160119
bd4278
- xorg-x11-drv-intel hardly has any accel on skylake and newer, so make
bd4278
  Xorg fallback to modesetting + glamor by returning FALSE from probe
bd4278
- Using glamor also gives us proper Xvideo support on skylake (rhbz#1305369)
bd4278
bd4278
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-21.20160119
bd4278
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bd4278
bd4278
* Tue Jan 19 2016 Kevin Fenzi <kevin@scrye.com> - 2.99.917-20-20160119
bd4278
- Update to 20160119 snapshot
785dcc
785dcc
* Sun Dec 06 2015 Adel Gadllah <adel.gadllah@gmail.com> - 2.99.917-19.20151109
785dcc
- Update to 20151206 snapshot
785dcc
785dcc
* Tue Nov 17 2015 Adel Gadllah <adel.gadllah@gmail.com> - 2.99.917-18.20151109
785dcc
- Reenable DRI3 - we ship xserver 1.18 now
785dcc
785dcc
* Mon Nov 09 2015 Kevin Fenzi <kevin@scrye.com> - 2.99.917-17.20151109
785dcc
- Update to 20151109 snapshot
785dcc
785dcc
* Wed Sep 16 2015 Dave Airlie <airlied@redhat.com> - 2.99.917-16.20150729
785dcc
- 1.18 ABI rebuild
785dcc
785dcc
* Wed Jul 29 2015 Dave Airlie <airlied@redhat.com> 2.99.917-15.20150729
785dcc
- update to upstream git snapshot for ABI
785dcc
785dcc
* Wed Jul 29 2015 Dave Airlie <airlied@redhat.com> - 2.99.917-14.20150615
785dcc
- 1.15 ABI rebuild
785dcc
785dcc
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.917-13.20150615
785dcc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
785dcc
785dcc
* Mon Jun 15 2015 Dave Airlie <airlied@redhat.com> 2.99.917-12
785dcc
- you guessed it, git snap of the day
785dcc
- this should bring some PRIME corruption fixes.
785dcc
785dcc
* Wed Jun 03 2015 Adam Jackson <ajax@redhat.com> 2.99.917-11
785dcc
- Today's git snap
785dcc
785dcc
* Tue May 26 2015 Dave Airlie <airlied@redhat.com> 2.99.917-10
785dcc
- update git snap
785dcc
- fixes uninitialised properties crash
785dcc
785dcc
* Wed May 20 2015 Adam Jackson <ajax@redhat.com> 2.99.917-9
785dcc
- Today's git snap
785dcc
- Don't force the default to DRI3, use upstream's preference
785dcc
- Fix build failure due to GCC PR65873
785dcc
785dcc
* Mon Mar 02 2015 Dave Airlie <airlied@redhat.com> 2.99.917-8
785dcc
- this time for sure, now less hardended.
e33ad9
785dcc
* Mon Mar 02 2015 Dave Airlie <airlied@redhat.com> 2.99.917-7
785dcc
- remove cement, X.org drivers aren't hard enough.
e33ad9
aea5e6
* Thu Feb 26 2015 Hans de Goede <hdegoede@redhat.com> - 2.99.917-6
aea5e6
- Really really build intel-virtual-output (rhbz#1195962)
e33ad9
aea5e6
* Thu Feb 26 2015 Hans de Goede <hdegoede@redhat.com> - 2.99.917-5
aea5e6
- Add more missing BuildRequires so that intel-virtual-output really gets
aea5e6
  build (rhbz#1195962)
aea5e6
aea5e6
* Thu Feb 26 2015 Hans de Goede <hdegoede@redhat.com> - 2.99.917-4
aea5e6
- Add missing BuildRequires libXext-devel so that intel-virtual-output gets
aea5e6
  build (rhbz#1195962)
aea5e6
aea5e6
* Wed Feb 11 2015 Hans de Goede <hdegoede@redhat.com> - 2.99.917-3
aea5e6
- Git snapshot of the day to bring in various DPMS and other fixes
aea5e6
- Update gpu-tools to 1.9
aea5e6
- Xserver 1.17 ABI rebuild
aea5e6
aea5e6
* Wed Dec 24 2014 Adel Gadllah <adel.gadllah@gmail.com> 2.99.917-2
aea5e6
- Enable DRI3
aea5e6
aea5e6
* Mon Dec 22 2014 Kevin Fenzi <kevin@scrye.com> 2.99.917-1
aea5e6
- Update to 2.99.917
aea5e6
aea5e6
* Mon Nov 17 2014 Adam Jackson <ajax@redhat.com> 2.99.916-3
aea5e6
- Today's git snapshot
aea5e6
aea5e6
* Thu Sep 11 2014 Dave Airlie <airlied@redhat.com> 2.99.916-2
aea5e6
- backport some SNA and MST fixes.
e33ad9
e33ad9
* Wed Sep 10 2014 Dave Airlie <airlied@redhat.com> 2.99.916-1
aea5e6
- Rebase to 2.99.916
aea5e6
aea5e6
* Wed Sep 03 2014 Dave Airlie <airlied@redhat.com> 2.99.914-4
aea5e6
- Add UXA MST support as a fallback
aea5e6
aea5e6
* Tue Sep 02 2014 Adel Gadllah <adel.gadllah@gmail.com> - 2.99.914-3
aea5e6
- Backport fix for sna to fix broken shadow rendering in gtk
aea5e6
aea5e6
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.914-2
aea5e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
aea5e6
aea5e6
* Mon Jul 28 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.914-1
aea5e6
- Rebase to 2.99.914
aea5e6
aea5e6
* Tue Jul 22 2014 Adel Gadllah <adel.gadllah@gmail.com> - 2.99.912-6
aea5e6
- Apply fix for sna render corruption due to missing fencing, FDO #81551
aea5e6
aea5e6
* Fri Jul 11 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-5
aea5e6
- Fix a security issue in the backlight helper (CVE-2014-4910)
aea5e6
aea5e6
* Tue Jul  1 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-4
aea5e6
- Re-enable DRI3 support (the latest mesa fixes the gnome-shell hang)
aea5e6
aea5e6
* Wed Jun 18 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-3
aea5e6
- xserver 1.15.99.903 ABI rebuild
aea5e6
aea5e6
* Thu Jun 12 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-2
aea5e6
- DRI3 support causes gnome-shell to hang, disable for now
aea5e6
aea5e6
* Wed Jun 11 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-1
aea5e6
- Rebase to 2.99.912
aea5e6
- Rebuild for xserver 1.15.99.903
aea5e6
- Update intel-gpu-tools to 1.7 release
aea5e6
aea5e6
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.911-3
aea5e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
aea5e6
aea5e6
* Mon Apr 28 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.911-2
aea5e6
- xserver 1.15.99-20140428 git snapshot ABI rebuild
aea5e6
- Add 2 patches from upstream to not close server-fds of udl devices
e33ad9
aea5e6
* Thu Apr 17 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.911-1
aea5e6
- Rebase to 2.99.911
aea5e6
- Rebuild for xserver 1.15.99.902
e33ad9
bbfc79
* Mon Jan 13 2014 Adam Jackson <ajax@redhat.com> - 2.21.15-13
bbfc79
- 1.15 ABI rebuild
bbfc79
bbfc79
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.21.15-12
bbfc79
- Call ldconfig in %%post* scriptlets.
bbfc79
bbfc79
* Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-11
bbfc79
- 1.15RC4 ABI rebuild
bbfc79
bbfc79
* Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-10
bbfc79
- 1.15RC2 ABI rebuild
bbfc79
9ab42d
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-9
9ab42d
- 1.15RC1 ABI rebuild
9ab42d
9ab42d
* Mon Oct 28 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-8
9ab42d
- Don't patch in xwayland in RHEL
9ab42d
9ab42d
* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-7
9ab42d
- ABI rebuild
9ab42d
9ab42d
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> 2.21.15-6
9ab42d
- Disable UMS support in F21+
9ab42d
9ab42d
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> 2.21.15-5
9ab42d
- xserver 1.15 API compat
9ab42d
9ab42d
* Wed Oct 02 2013 Adam Jackson <ajax@redhat.com> 2.21.15-4
9ab42d
- Default to uxa again
9ab42d
9ab42d
* Mon Sep 23 2013 Adam Jackson <ajax@redhat.com> 2.21.15-2
9ab42d
- Change xwayland requires to be explicitly versioned
9ab42d
9ab42d
* Mon Sep 23 2013 Adam Jackson <ajax@redhat.com> 2.21.15-1
9ab42d
- intel 2.21.15
9ab42d
- xwayland support
9ab42d
9ab42d
* Tue Aug 06 2013 Dave Airlie <airlied@redhat.com> 2.21.14-1
9ab42d
- intel 2.21.24
9ab42d
- add fix to make build - re-enable autoreconf
9ab42d
9ab42d
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21.12-2
9ab42d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9ab42d
9ab42d
* Tue Jul 23 2013 Adam Jackson <ajax@redhat.com> 2.21.12-1
9ab42d
- intel 2.21.12
9ab42d
9ab42d
* Tue Jun 11 2013 Adam Jackson <ajax@redhat.com> 2.21.9-1
9ab42d
- intel 2.21.9
9ab42d
- New i-g-t snapshot
9ab42d
- Drop useless symlinks from -devel
9ab42d
- Repurpose -devel for intel-gen4{,dis}asm
9ab42d
- Default to SNA in F20+
9ab42d
9ab42d
* Tue May 28 2013 Adam Jackson <ajax@redhat.com> 2.21.8-1
9ab42d
- intel 2.21.8
9ab42d
9ab42d
* Fri Apr 12 2013 Dave Airlie <airlied@redhat.com> 2.21.6-1
9ab42d
- intel 2.21.6
9ab42d
9ab42d
* Thu Mar 21 2013 Adam Jackson <ajax@redhat.com> 2.21.5-1
9ab42d
- intel 2.21.5
9ab42d
9ab42d
* Mon Mar 11 2013 Adam Jackson <ajax@redhat.com> 2.21.4-1
9ab42d
- intel 2.21.4
9ab42d
9ab42d
* Thu Mar 07 2013 Adam Jackson <ajax@redhat.com> 2.21.3-1
9ab42d
- intel 2.21.3
9ab42d
9ab42d
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.21.2-4
9ab42d
- ABI rebuild
9ab42d
9ab42d
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.21.2-3
9ab42d
- ABI rebuild
9ab42d
9ab42d
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.21.2-2
9ab42d
- ABI rebuild
9ab42d
9ab42d
* Tue Feb 12 2013 Adam Jackson <ajax@redhat.com> 2.21.2-1
9ab42d
- intel 2.21.2
9ab42d
- New i-g-t snapshot
9ab42d
- Pre-F16 changelog trim
9ab42d
9ab42d
* Wed Jan 16 2013 Adam Jackson <ajax@redhat.com> 2.20.18-2
9ab42d
- Compensate for rawhide's aclocal breaking in a newly stupid way
9ab42d
9ab42d
* Wed Jan 16 2013 Adam Jackson <ajax@redhat.com> 2.20.18-1
9ab42d
- intel 2.20.18
9ab42d
9ab42d
* Tue Jan 08 2013 Dave Airlie <airlied@redhat.com> 2.20.17-2
9ab42d
- Fix damage issue for reverse prime work
9ab42d
9ab42d
* Fri Jan 04 2013 Adam Jackson <ajax@redhat.com> 2.20.17-1
9ab42d
- intel 2.20.17
9ab42d
9ab42d
* Wed Jan 02 2013 Dave Airlie <airlied@redhat.com> 2.20.16-2
9ab42d
- Fix uxa bug that trips up ilk on 3.7 kernels
9ab42d
9ab42d
* Mon Dec 17 2012 Adam Jackson <ajax@redhat.com> 2.20.16-1
9ab42d
- intel 2.20.16
9ab42d
9ab42d
* Wed Nov 28 2012 Adam Jackson <ajax@redhat.com> 2.20.14-1
9ab42d
- intel 2.20.14
9ab42d
9ab42d
* Mon Oct 22 2012 Adam Jackson <ajax@redhat.com> 2.20.12-1
9ab42d
- intel 2.20.12
9ab42d
9ab42d
* Fri Oct 19 2012 Adam Jackson <ajax@redhat.com> 2.20.10-2
9ab42d
- Today's i-g-t
9ab42d
- Don't bother building the nouveau bits of i-g-t on OSes without an X
9ab42d
  server with prime support.
9ab42d
9ab42d
* Mon Oct 15 2012 Dave Airlie <airlied@redhat.com> 2.20.10-1
9ab42d
- intel 2.20.10
9ab42d
9ab42d
* Fri Oct 05 2012 Adam Jackson <ajax@redhat.com> 2.20.9-1
9ab42d
- intel 2.20.9
9ab42d
- Today's intel-gpu-tools snapshot
9ab42d
9ab42d
* Fri Sep 21 2012 Adam Jackson <ajax@redhat.com> 2.20.8-1
9ab42d
- intel 2.20.8
9ab42d
9ab42d
* Mon Sep 10 2012 Adam Jackson <ajax@redhat.com> 2.20.7-1
9ab42d
- intel 2.20.7
9ab42d
9ab42d
* Fri Sep 07 2012 Dave Airlie <airlied@redhat.com> 2.20.6-2
9ab42d
- latest upstream git snapshot with prime + fixes
9ab42d
9ab42d
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 2.20.6-2
9ab42d
- Only bother to build UMS (read: i810) support on 32-bit.  If you've
9ab42d
  managed to build a machine with an i810 GPU but a 64-bit CPU, please
9ab42d
  don't have done that.
9ab42d
9ab42d
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 2.20.6-1
9ab42d
- intel 2.20.6 (#853783)
9ab42d
9ab42d
* Thu Aug 30 2012 Adam Jackson <ajax@redhat.com> 2.20.5-2
9ab42d
- Don't package I810XvMC when not building legacy i810
9ab42d
9ab42d
* Mon Aug 27 2012 Adam Jackson <ajax@redhat.com> 2.20.5-1
9ab42d
- intel 2.20.5
9ab42d
9ab42d
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 2.20.4-3
9ab42d
- Rebuild for new xcb-util soname
9ab42d
9ab42d
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 2.20.4-2
9ab42d
- Backport some patches to avoid binding to non-i915.ko-driven Intel GPUs,
9ab42d
  like Cedarview and friends (#849475)
9ab42d
9ab42d
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 2.20.4-1
9ab42d
- intel 2.20.4
9ab42d
9ab42d
* Thu Aug 16 2012 Dave Airlie <airlied@redhat.com> 2.20.3-3
9ab42d
- fix vmap flush to correct upstream version in prime patch
9ab42d
9ab42d
* Thu Aug 16 2012 Dave Airlie <airlied@redhat.com> 2.20.3-2
9ab42d
- snapshot upstream + add prime support for now
9ab42d
9ab42d
* Wed Aug 15 2012 Adam Jackson <ajax@redhat.com> 2.20.3-1
9ab42d
- intel 2.20.3
9ab42d
9ab42d
* Wed Aug 01 2012 Adam Jackson <ajax@redhat.com> 2.20.2-1
9ab42d
- intel 2.20.2
9ab42d
- Only disable UMS in RHEL7, since i810 exists in RHEL6
9ab42d
9ab42d
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 2.20.1-1
9ab42d
- intel 2.20.1
9ab42d
9ab42d
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.0-2.20120718
9ab42d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9ab42d
9ab42d
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> 2.20.0-1.20120718
9ab42d
- todays git snapshot
9ab42d
9ab42d
* Tue Jun 12 2012 Dave Airlie <airlied@redhat.com> 2.19.0-5.20120612
9ab42d
- today's git snapshot
9ab42d
- resurrect copy-fb
9ab42d
9ab42d
* Tue May 29 2012 Adam Jackson <ajax@redhat.com> 2.19.0-4.20120529
9ab42d
- Today's git snapshot
9ab42d
- Enable SNA (default is still UXA, use Option "AccelMethod" to switch)
9ab42d
- build-fix.patch: Fix build with Fedora's default cflags
9ab42d
9ab42d
* Tue May 29 2012 Adam Jackson <ajax@redhat.com> 2.19.0-3
9ab42d
- Don't autoreconf the driver, fixes build on F16.
9ab42d
9ab42d
* Mon May 21 2012 Adam Jackson <ajax@redhat.com> 2.19.0-2
9ab42d
- Disable UMS support in RHEL.
9ab42d
- Trim some Requires that haven't been needed since F15.
9ab42d
9ab42d
* Thu May 03 2012 Adam Jackson <ajax@redhat.com> 2.19.0-1
9ab42d
- intel 2.19.0