288abe0
%define moduledir %(pkg-config xorg-server --variable=moduledir )
288abe0
%define driverdir	%{moduledir}/drivers
67d20e8
%define gitdate 20210115
98e3a5c
%define gitrev .%{gitdate}
288abe0
a5e68f7
%undefine _hardened_build
a5e68f7
093d5ca
Summary:   Xorg X11 Intel video driver
288abe0
Name:      xorg-x11-drv-intel
8e10e6a
Version:   2.99.917
7aaf9c6
Release:   57%{?gitrev}%{?dist}
288abe0
URL:       http://www.x.org
288abe0
License:   MIT
288abe0
006c8b0
%if 0%{?gitdate}
02726df
Source0:    xf86-video-intel-%{gitdate}.tar.bz2
006c8b0
%else
89b3f18
Source0:    https://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-%{version}.tar.bz2
006c8b0
%endif
2c84d65
Source4:    make-git-snapshot.sh
e874b82
26cd598
Patch0:	    intel-gcc-pr65873.patch
Bastien Nocera c37a3e9
# https://bugs.freedesktop.org/show_bug.cgi?id=96255#c11
Bastien Nocera c37a3e9
Patch4:     0001-sna-Avoid-clobbering-output-physical-size-with-xf86O.patch
aac4ea1
c4ced62
ExclusiveArch: %{ix86} x86_64
288abe0
Peter Hutterer a026c95
BuildRequires: make
288abe0
BuildRequires: autoconf automake libtool
98d8467
BuildRequires: xorg-x11-server-devel >= 1.10.99.902
45394a5
BuildRequires: libX11-devel
5961e31
BuildRequires: libXcursor-devel
5961e31
BuildRequires: libXdamage-devel
c9a358a
BuildRequires: libXext-devel
45394a5
BuildRequires: libXfixes-devel
5961e31
BuildRequires: libXinerama-devel
45394a5
BuildRequires: libXrandr-devel
45394a5
BuildRequires: libXrender-devel
5961e31
BuildRequires: libXtst-devel
288abe0
BuildRequires: libXvMC-devel
1d612ac
BuildRequires: libXfont2-devel
288abe0
BuildRequires: mesa-libGL-devel >= 6.5-9
8ec2bb4
BuildRequires: libdrm-devel >= 2.4.25
1afff88
BuildRequires: kernel-headers >= 2.6.32.3
fa02b1c
BuildRequires: libudev-devel
9c9ca24
BuildRequires: libxcb-devel >= 1.5
6cf570a
BuildRequires: xcb-util-devel
cf08cbc
BuildRequires: cairo-devel
89b3f18
BuildRequires: python3
335b35f
BuildRequires: libXScrnSaver-devel
335b35f
BuildRequires: libXext-devel
335b35f
BuildRequires: pixman-devel
c4ced62
# XXX this wants an upstream fix
c4ced62
BuildRequires: libXv-devel
288abe0
657ca4a
Requires: Xorg %(xserver-sdk-abi-requires ansic)
657ca4a
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
9ce2dc7
Requires: polkit
288abe0
9c9ca24
%description
288abe0
X.Org X11 Intel video driver.
288abe0
71a4dbd
%if 0%{?gitdate}
71a4dbd
%define dirsuffix %{gitdate}
71a4dbd
%else
71a4dbd
%define dirsuffix %{version}
71a4dbd
%endif
71a4dbd
288abe0
%prep
377e757
%setup -q -n xf86-video-intel-%{?gitdate:%{gitdate}}%{!?gitdate:%{dirsuffix}}
26cd598
%patch0 -p1 -b .gcc
Bastien Nocera c37a3e9
%patch4 -p1
3d2c3b7
288abe0
%build
3a2119c
# This package causes LTO to thrash sucking up enormous amounts of VM.  This
3a2119c
# is almost certainly a GCC bug that will need to be analyzed/fixed.  Until
3a2119c
# then, disable LTO.
3a2119c
%define _lto_cflags %{nil}
3a2119c
e39e982
autoreconf -f -i -v
89b3f18
%configure --enable-kms-only --with-default-dri=3 --enable-tools
26cd598
make %{?_smp_mflags} V=1
288abe0
288abe0
%install
9ce2dc7
%make_install
288abe0
288abe0
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
288abe0
1764b77
# libXvMC opens the versioned file name, these are useless
1764b77
rm -f $RPM_BUILD_ROOT%{_libdir}/libI*XvMC.so
1764b77
288abe0
106417a
%ldconfig_post
106417a
%ldconfig_postun
24c3c55
288abe0
%files
26e666c
%doc COPYING
288abe0
%{driverdir}/intel_drv.so
288abe0
%{_libdir}/libIntelXvMC.so.1*
9ce2dc7
%{_libexecdir}/xf86-video-intel-backlight-helper
9ce2dc7
%{_datadir}/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy
288abe0
%{_mandir}/man4/i*
377e757
%{_bindir}/intel-virtual-output
093d5ca
288abe0
%changelog
7aaf9c6
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-57.20210115
7aaf9c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
7aaf9c6
632571e
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-56.20210115
632571e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
632571e
ea84fd1
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-55.20210115
ea84fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
ea84fd1
67d20e8
* Wed Dec 07 2022 Olivier Fourdan <ofourdan@redhat.com> - 2.99.917-54.20210115
67d20e8
- New git snapshot
67d20e8
b145e33
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-53.20200205
b145e33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
b145e33
8ad8119
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-52.20200205
8ad8119
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
8ad8119
9927f6f
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-51.20200205
9927f6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
9927f6f
bd176fe
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-50.20200205
bd176fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
bd176fe
Peter Hutterer a026c95
* Thu Nov  5 12:40:02 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 2.99.917-49.20200205
Peter Hutterer a026c95
- Add BuildRequires for make
Peter Hutterer a026c95
81e38f6
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-48.20200205
81e38f6
- Second attempt - Rebuilt for
81e38f6
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
81e38f6
bb02463
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-47.20200205
bb02463
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bb02463
3a2119c
* Fri Jul 10 2020 Jeff Law <law@redhat.com> - 2.99.917-46
3a2119c
- Disable LTO
3a2119c
2501bf9
* Fri Apr 10 2020 Olivier Fourdan <ofourdan@redhat.com> - 2.99.917-45
2501bf9
- Rebuild with newer gcc (bug #1808767)
2501bf9
c4ced62
* Wed Feb 05 2020 Adam Jackson <ajax@redhat.com> - 2.99.917-44
c4ced62
- New git snapshot
c4ced62
f363328
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-44.20180618
f363328
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f363328
5d3bf3b
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-43.20180618
5d3bf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5d3bf3b
377e757
* Mon Jun 03 2019 Lyude Paul <lyude@redhat.com> - 2.99.917-42.20180618
377e757
- Remove intel-gpu-tools and xorg-x11-drv-intel-devel subpackages, these have
377e757
  been split out into igt-gpu-tools
377e757
e1a3824
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-41.20180618
e1a3824
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e1a3824
7469d48
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.99.917-40.20180618
7469d48
- Drop explicit locale setting
7469d48
  See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
7469d48
b5bc393
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-39.20180618
b5bc393
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b5bc393
106417a
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 2.99.917-38.20180618
106417a
- Use ldconfig scriptlet macros
106417a
89b3f18
* Mon Jun 18 2018 Adam Jackson <ajax@redhat.com> - 2.99.917-37
89b3f18
- Today's git snapshot (commit 3d395062)
89b3f18
- Clean up some conditionals
89b3f18
- Build with python3
89b3f18
89b3f18
* Wed May 30 2018 Adam Jackson <ajax@redhat.com> - 2.99.917-37
89b3f18
3179191
* Mon Apr 02 2018 Adam Jackson <ajax@redhat.com> - 2.99.917-36.20171025
3179191
- Rebuild for xserver 1.20
3179191
219036d
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.99.917-35.20171025
219036d
- Update Python 2 dependency declarations to new packaging standards
219036d
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
219036d
919d9c3
* Mon Mar 05 2018 Adam Jackson <ajax@redhat.com> - 2.99.917-34
919d9c3
- Fix build on F28+
919d9c3
a39f703
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-33.20171025
a39f703
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a39f703
cc5f0f8
* Mon Nov 06 2017 Merlin Mathesius <mmathesi@redhat.com> - 2.99.917-32.20171025
cc5f0f8
- Cleanup spec file conditionals
cc5f0f8
d830c9b
* Wed Oct 25 2017 Adam Jackson <ajax@redhat.com> - 2.99.917-31.20171025
d830c9b
- New git snapshot
d830c9b
d00792d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-30.20160929
d00792d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d00792d
f194bb5
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-29.20160929
f194bb5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f194bb5
1271859
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-28.20160929
1271859
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1271859
392c3ea
* Tue Jan 10 2017 Hans de Goede <hdegoede@redhat.com> - 2.99.917-27
392c3ea
- Drop the patch to fail probe on skylake and newer, the xserver now
392c3ea
  defaults to the modesetting driver for all recent GPUs
392c3ea
66bc34a
* Thu Sep 29 2016 Hans de Goede <hdegoede@redhat.com> - 2.99.917-26
66bc34a
- Update to latest git master for use with xserver-1.19
66bc34a
- Rebuild against xserver-1.19
66bc34a
Bastien Nocera c37a3e9
* Wed Jul 20 2016 Bastien Nocera <bnocera@redhat.com> - 2.99.917-25
Bastien Nocera c37a3e9
- Avoid clobbering output physical size, should fix hidpi on Surface 3
Bastien Nocera c37a3e9
482e8ef
* Tue Jul 12 2016 Hans de Goede <hdegoede@redhat.com> - 2.99.917-24.20160712
482e8ef
- Git snapshot du jour, bringing in a bunch of bugfixes
482e8ef
- Fix dpi issues on Surface 3 (also needs some kernel fixes)
482e8ef
- Hopefully fix rhbz#1354124
482e8ef
c6e6242
* Thu May 12 2016 Hans de Goede <hdegoede@redhat.com> - 2.99.917-23.20160512
c6e6242
- Update to 20160512 snapshot
c6e6242
- This fixes laptops with switchable graphics hanging after a dpms off of
c6e6242
  the lcd screen (rhbz#1334581)
c6e6242
- Fix fd-leak when falling back to mode-setting on skylake, this fixes
c6e6242
  Xorg exiting with a "drmSetMaster failed" error when not using server
c6e6242
  managed fds (e.g. using a different login manager then gdm)
c6e6242
- Fix duplicate binaries in -devel / intel-gpu-tools subpackages (rhbz#1323641)
c6e6242
a9366ea
* Mon Mar 07 2016 Hans de Goede <hdegoede@redhat.com> - 2.99.917-22.20160119
a9366ea
- xorg-x11-drv-intel hardly has any accel on skylake and newer, so make
a9366ea
  Xorg fallback to modesetting + glamor by returning FALSE from probe
a9366ea
- Using glamor also gives us proper Xvideo support on skylake (rhbz#1305369)
a9366ea
c4e6fa6
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.99.917-21.20160119
c4e6fa6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c4e6fa6
335b35f
* Tue Jan 19 2016 Kevin Fenzi <kevin@scrye.com> - 2.99.917-20-20160119
335b35f
- Update to 20160119 snapshot
335b35f
d27d6e4
* Sun Dec 06 2015 Adel Gadllah <adel.gadllah@gmail.com> - 2.99.917-19.20151109
d27d6e4
- Update to 20151206 snapshot
d27d6e4
e82f5ef
* Tue Nov 17 2015 Adel Gadllah <adel.gadllah@gmail.com> - 2.99.917-18.20151109
e82f5ef
- Reenable DRI3 - we ship xserver 1.18 now
e82f5ef
edd9500
* Mon Nov 09 2015 Kevin Fenzi <kevin@scrye.com> - 2.99.917-17.20151109
edd9500
- Update to 20151109 snapshot
edd9500
41e103e
* Wed Sep 16 2015 Dave Airlie <airlied@redhat.com> - 2.99.917-16.20150729
41e103e
- 1.18 ABI rebuild
41e103e
b3573df
* Wed Jul 29 2015 Dave Airlie <airlied@redhat.com> 2.99.917-15.20150729
b3573df
- update to upstream git snapshot for ABI
b3573df
4368518
* Wed Jul 29 2015 Dave Airlie <airlied@redhat.com> - 2.99.917-14.20150615
4368518
- 1.15 ABI rebuild
4368518
e2e3401
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.917-13.20150615
e2e3401
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e2e3401
2731875
* Mon Jun 15 2015 Dave Airlie <airlied@redhat.com> 2.99.917-12
2731875
- you guessed it, git snap of the day
2731875
- this should bring some PRIME corruption fixes.
2731875
caf1d74
* Wed Jun 03 2015 Adam Jackson <ajax@redhat.com> 2.99.917-11
caf1d74
- Today's git snap
caf1d74
ad1667a
* Tue May 26 2015 Dave Airlie <airlied@redhat.com> 2.99.917-10
ad1667a
- update git snap
ad1667a
- fixes uninitialised properties crash
ad1667a
26cd598
* Wed May 20 2015 Adam Jackson <ajax@redhat.com> 2.99.917-9
26cd598
- Today's git snap
26cd598
- Don't force the default to DRI3, use upstream's preference
26cd598
- Fix build failure due to GCC PR65873
26cd598
98e5f2f
* Mon Mar 02 2015 Dave Airlie <airlied@redhat.com> 2.99.917-8
98e5f2f
- this time for sure, now less hardended.
98e5f2f
a5e68f7
* Mon Mar 02 2015 Dave Airlie <airlied@redhat.com> 2.99.917-7
a5e68f7
- remove cement, X.org drivers aren't hard enough.
a5e68f7
5961e31
* Thu Feb 26 2015 Hans de Goede <hdegoede@redhat.com> - 2.99.917-6
5961e31
- Really really build intel-virtual-output (rhbz#1195962)
5961e31
45394a5
* Thu Feb 26 2015 Hans de Goede <hdegoede@redhat.com> - 2.99.917-5
45394a5
- Add more missing BuildRequires so that intel-virtual-output really gets
45394a5
  build (rhbz#1195962)
45394a5
c9a358a
* Thu Feb 26 2015 Hans de Goede <hdegoede@redhat.com> - 2.99.917-4
c9a358a
- Add missing BuildRequires libXext-devel so that intel-virtual-output gets
c9a358a
  build (rhbz#1195962)
c9a358a
98e3a5c
* Wed Feb 11 2015 Hans de Goede <hdegoede@redhat.com> - 2.99.917-3
98e3a5c
- Git snapshot of the day to bring in various DPMS and other fixes
98e3a5c
- Update gpu-tools to 1.9
98e3a5c
- Xserver 1.17 ABI rebuild
98e3a5c
716cbc7
* Wed Dec 24 2014 Adel Gadllah <adel.gadllah@gmail.com> 2.99.917-2
716cbc7
- Enable DRI3
716cbc7
8e10e6a
* Mon Dec 22 2014 Kevin Fenzi <kevin@scrye.com> 2.99.917-1
8e10e6a
- Update to 2.99.917
8e10e6a
e39e982
* Mon Nov 17 2014 Adam Jackson <ajax@redhat.com> 2.99.916-3
e39e982
- Today's git snapshot
e39e982
e874b82
* Thu Sep 11 2014 Dave Airlie <airlied@redhat.com> 2.99.916-2
e874b82
- backport some SNA and MST fixes.
e874b82
ee5779a
* Wed Sep 10 2014 Dave Airlie <airlied@redhat.com> 2.99.916-1
ee5779a
- Rebase to 2.99.916
ee5779a
aac4ea1
* Wed Sep 03 2014 Dave Airlie <airlied@redhat.com> 2.99.914-4
aac4ea1
- Add UXA MST support as a fallback
aac4ea1
789ffa6
* Tue Sep 02 2014 Adel Gadllah <adel.gadllah@gmail.com> - 2.99.914-3
789ffa6
- Backport fix for sna to fix broken shadow rendering in gtk
789ffa6
a51479c
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.914-2
a51479c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a51479c
ce382bc
* Mon Jul 28 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.914-1
ce382bc
- Rebase to 2.99.914
ce382bc
d9acea4
* Tue Jul 22 2014 Adel Gadllah <adel.gadllah@gmail.com> - 2.99.912-6
d9acea4
- Apply fix for sna render corruption due to missing fencing, FDO #81551
d9acea4
153ecb4
* Fri Jul 11 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-5
153ecb4
- Fix a security issue in the backlight helper (CVE-2014-4910)
153ecb4
a263f33
* Tue Jul  1 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-4
a263f33
- Re-enable DRI3 support (the latest mesa fixes the gnome-shell hang)
a263f33
8153c24
* Wed Jun 18 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-3
8153c24
- xserver 1.15.99.903 ABI rebuild
8153c24
67c6600
* Thu Jun 12 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-2
67c6600
- DRI3 support causes gnome-shell to hang, disable for now
67c6600
6b89310
* Wed Jun 11 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.912-1
ce382bc
- Rebase to 2.99.912
6b89310
- Rebuild for xserver 1.15.99.903
6b89310
- Update intel-gpu-tools to 1.7 release
6b89310
0a90bfd
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.911-3
0a90bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0a90bfd
2bdb57f
* Mon Apr 28 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.911-2
2bdb57f
- xserver 1.15.99-20140428 git snapshot ABI rebuild
2bdb57f
- Add 2 patches from upstream to not close server-fds of udl devices
2bdb57f
9ce2dc7
* Thu Apr 17 2014 Hans de Goede <hdegoede@redhat.com> - 2.99.911-1
9ce2dc7
- Rebase to 2.99.911
9ce2dc7
- Rebuild for xserver 1.15.99.902
9ce2dc7
e4d3f8c
* Mon Jan 13 2014 Adam Jackson <ajax@redhat.com> - 2.21.15-13
e4d3f8c
- 1.15 ABI rebuild
e4d3f8c
24c3c55
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.21.15-12
24c3c55
- Call ldconfig in %%post* scriptlets.
24c3c55
6ef4b04
* Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-11
6ef4b04
- 1.15RC4 ABI rebuild
6ef4b04
9439a94
* Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-10
9439a94
- 1.15RC2 ABI rebuild
9439a94
0666f8e
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-9
0666f8e
- 1.15RC1 ABI rebuild
0666f8e
3d2c3b7
* Mon Oct 28 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-8
3d2c3b7
- Don't patch in xwayland in RHEL
3d2c3b7
5e1e82f
* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 2.21.15-7
5e1e82f
- ABI rebuild
5e1e82f
d20cc65
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> 2.21.15-6
d20cc65
- Disable UMS support in F21+
d20cc65
ca4947f
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> 2.21.15-5
ca4947f
- xserver 1.15 API compat
ca4947f
d7ab63d
* Wed Oct 02 2013 Adam Jackson <ajax@redhat.com> 2.21.15-4
61bdbe8
- Default to uxa again
61bdbe8
7f445d7
* Mon Sep 23 2013 Adam Jackson <ajax@redhat.com> 2.21.15-2
7f445d7
- Change xwayland requires to be explicitly versioned
7f445d7
8189d0e
* Mon Sep 23 2013 Adam Jackson <ajax@redhat.com> 2.21.15-1
8189d0e
- intel 2.21.15
8189d0e
- xwayland support
8189d0e
Dave Airlie a478a9c
* Tue Aug 06 2013 Dave Airlie <airlied@redhat.com> 2.21.14-1
Dave Airlie a478a9c
- intel 2.21.24
9ce0f55
- add fix to make build - re-enable autoreconf
Dave Airlie a478a9c
bf424aa
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21.12-2
bf424aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bf424aa
9cc50cf
* Tue Jul 23 2013 Adam Jackson <ajax@redhat.com> 2.21.12-1
9cc50cf
- intel 2.21.12
9cc50cf
1764b77
* Tue Jun 11 2013 Adam Jackson <ajax@redhat.com> 2.21.9-1
1764b77
- intel 2.21.9
1764b77
- New i-g-t snapshot
1764b77
- Drop useless symlinks from -devel
1764b77
- Repurpose -devel for intel-gen4{,dis}asm
1764b77
- Default to SNA in F20+
1764b77
19d6a05
* Tue May 28 2013 Adam Jackson <ajax@redhat.com> 2.21.8-1
19d6a05
- intel 2.21.8
19d6a05
Dave Airlie 2252a59
* Fri Apr 12 2013 Dave Airlie <airlied@redhat.com> 2.21.6-1
Dave Airlie 2252a59
- intel 2.21.6
Dave Airlie 2252a59
92afd89
* Thu Mar 21 2013 Adam Jackson <ajax@redhat.com> 2.21.5-1
92afd89
- intel 2.21.5
92afd89
de7a6de
* Mon Mar 11 2013 Adam Jackson <ajax@redhat.com> 2.21.4-1
de7a6de
- intel 2.21.4
de7a6de
e84d633
* Thu Mar 07 2013 Adam Jackson <ajax@redhat.com> 2.21.3-1
e84d633
- intel 2.21.3
e84d633
Peter Hutterer 109cc16
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.21.2-4
Peter Hutterer 109cc16
- ABI rebuild
Peter Hutterer 109cc16
Peter Hutterer e541786
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.21.2-3
Peter Hutterer e541786
- ABI rebuild
Peter Hutterer e541786
Peter Hutterer 57ddccd
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.21.2-2
Peter Hutterer 57ddccd
- ABI rebuild
Peter Hutterer 57ddccd
bf34af1
* Tue Feb 12 2013 Adam Jackson <ajax@redhat.com> 2.21.2-1
bf34af1
- intel 2.21.2
bf34af1
- New i-g-t snapshot
bf34af1
- Pre-F16 changelog trim
bf34af1
749926c
* Wed Jan 16 2013 Adam Jackson <ajax@redhat.com> 2.20.18-2
749926c
- Compensate for rawhide's aclocal breaking in a newly stupid way
749926c
e382f10
* Wed Jan 16 2013 Adam Jackson <ajax@redhat.com> 2.20.18-1
e382f10
- intel 2.20.18
e382f10
76ccb15
* Tue Jan 08 2013 Dave Airlie <airlied@redhat.com> 2.20.17-2
76ccb15
- Fix damage issue for reverse prime work
76ccb15
3ccdca5
* Fri Jan 04 2013 Adam Jackson <ajax@redhat.com> 2.20.17-1
3ccdca5
- intel 2.20.17
3ccdca5
Dave Airlie 498ec78
* Wed Jan 02 2013 Dave Airlie <airlied@redhat.com> 2.20.16-2
Dave Airlie 498ec78
- Fix uxa bug that trips up ilk on 3.7 kernels
Dave Airlie 498ec78
e54581c
* Mon Dec 17 2012 Adam Jackson <ajax@redhat.com> 2.20.16-1
e54581c
- intel 2.20.16
e54581c
65e54c6
* Wed Nov 28 2012 Adam Jackson <ajax@redhat.com> 2.20.14-1
65e54c6
- intel 2.20.14
65e54c6
d522ed5
* Mon Oct 22 2012 Adam Jackson <ajax@redhat.com> 2.20.12-1
d522ed5
- intel 2.20.12
d522ed5
02b1fff
* Fri Oct 19 2012 Adam Jackson <ajax@redhat.com> 2.20.10-2
02b1fff
- Today's i-g-t
02b1fff
- Don't bother building the nouveau bits of i-g-t on OSes without an X
02b1fff
  server with prime support.
02b1fff
c59a776
* Mon Oct 15 2012 Dave Airlie <airlied@redhat.com> 2.20.10-1
c59a776
- intel 2.20.10
c59a776
cde86ee
* Fri Oct 05 2012 Adam Jackson <ajax@redhat.com> 2.20.9-1
cde86ee
- intel 2.20.9
cde86ee
- Today's intel-gpu-tools snapshot
cde86ee
e4fe3d4
* Fri Sep 21 2012 Adam Jackson <ajax@redhat.com> 2.20.8-1
e4fe3d4
- intel 2.20.8
e4fe3d4
5603da1
* Mon Sep 10 2012 Adam Jackson <ajax@redhat.com> 2.20.7-1
5603da1
- intel 2.20.7
5603da1
962ec41
* Fri Sep 07 2012 Dave Airlie <airlied@redhat.com> 2.20.6-2
962ec41
- latest upstream git snapshot with prime + fixes
962ec41
91a7ddc
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 2.20.6-2
91a7ddc
- Only bother to build UMS (read: i810) support on 32-bit.  If you've
91a7ddc
  managed to build a machine with an i810 GPU but a 64-bit CPU, please
91a7ddc
  don't have done that.
91a7ddc
98a0b63
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 2.20.6-1
98a0b63
- intel 2.20.6 (#853783)
98a0b63
7c9d8b1
* Thu Aug 30 2012 Adam Jackson <ajax@redhat.com> 2.20.5-2
7c9d8b1
- Don't package I810XvMC when not building legacy i810
7c9d8b1
b390959
* Mon Aug 27 2012 Adam Jackson <ajax@redhat.com> 2.20.5-1
b390959
- intel 2.20.5
b390959
6bd0785
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 2.20.4-3
6bd0785
- Rebuild for new xcb-util soname
6bd0785
080e744
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 2.20.4-2
080e744
- Backport some patches to avoid binding to non-i915.ko-driven Intel GPUs,
080e744
  like Cedarview and friends (#849475)
080e744
41e0376
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 2.20.4-1
41e0376
- intel 2.20.4
41e0376
Dave Airlie 6d574b9
* Thu Aug 16 2012 Dave Airlie <airlied@redhat.com> 2.20.3-3
Dave Airlie 6d574b9
- fix vmap flush to correct upstream version in prime patch
Dave Airlie 6d574b9
a9acf63
* Thu Aug 16 2012 Dave Airlie <airlied@redhat.com> 2.20.3-2
a9acf63
- snapshot upstream + add prime support for now
a9acf63
e4bd2cc
* Wed Aug 15 2012 Adam Jackson <ajax@redhat.com> 2.20.3-1
e4bd2cc
- intel 2.20.3
e4bd2cc
764e6bc
* Wed Aug 01 2012 Adam Jackson <ajax@redhat.com> 2.20.2-1
764e6bc
- intel 2.20.2
764e6bc
- Only disable UMS in RHEL7, since i810 exists in RHEL6
764e6bc
006c8b0
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 2.20.1-1
006c8b0
- intel 2.20.1
006c8b0
cac2ba2
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.0-2.20120718
cac2ba2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cac2ba2
78c90ed
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> 2.20.0-1.20120718
ad5cfce
- todays git snapshot
ad5cfce
Dave Airlie 0950f02
* Tue Jun 12 2012 Dave Airlie <airlied@redhat.com> 2.19.0-5.20120612
Dave Airlie 0950f02
- today's git snapshot
Dave Airlie 0950f02
- resurrect copy-fb
Dave Airlie 0950f02
02726df
* Tue May 29 2012 Adam Jackson <ajax@redhat.com> 2.19.0-4.20120529
02726df
- Today's git snapshot
02726df
- Enable SNA (default is still UXA, use Option "AccelMethod" to switch)
02726df
- build-fix.patch: Fix build with Fedora's default cflags
02726df
6fe5c7d
* Tue May 29 2012 Adam Jackson <ajax@redhat.com> 2.19.0-3
6fe5c7d
- Don't autoreconf the driver, fixes build on F16.
6fe5c7d
fadc3bf
* Mon May 21 2012 Adam Jackson <ajax@redhat.com> 2.19.0-2
fadc3bf
- Disable UMS support in RHEL.
fadc3bf
- Trim some Requires that haven't been needed since F15.
fadc3bf
1b35a77
* Thu May 03 2012 Adam Jackson <ajax@redhat.com> 2.19.0-1
1b35a77
- intel 2.19.0