Commit Graph

1047 Commits

Author SHA1 Message Date
Peter Robinson
37e222b99d 18.1.3 2018-07-01 10:10:25 +01:00
Adam Jackson
a3c47870c3 Use ldconfig scriptlet macros 2018-06-29 18:58:54 -04:00
Adam Jackson
952eceed16 Create %{_includedir}/vulkan unconditionally 2018-06-18 17:04:09 -04:00
Adam Jackson
069b694dff Careful, only configure vulkan drivers if hardware 2018-06-18 15:54:49 -04:00
Adam Jackson
09551adef2 Build mesa-vulkan-drivers everywhere
Build actual vulkan drivers on all but s390x
2018-06-18 15:52:47 -04:00
Peter Robinson
b3b089e268 18.1.2 2018-06-16 14:57:19 +01:00
Adam Jackson
20136eda59 Build tegra too 2018-06-15 12:21:16 -04:00
Adam Jackson
7c4548d416 libglvnd is epoched 2018-06-14 11:42:26 -04:00
Adam Jackson
856ded30ba Change the name of the fallback GLX library 2018-06-14 11:41:08 -04:00
Adam Jackson
1c741b9561 this would all be easier if we just built amdgpu on arm32 2018-06-06 14:06:51 -04:00
Adam Jackson
866b3ee53d ,,, 2018-06-06 13:02:20 -04:00
Adam Jackson
1e7a119168 hrgnarhgnhrn 2018-06-05 15:31:07 -04:00
Adam Jackson
c0b70431cf Stop mentioning ppc and s390, we don't build for them anymore
Remove with_llvm, now always true
Switch with_radeonsi to be an exclude pattern, apparently not available
  for armv7hl.
2018-06-05 14:52:02 -04:00
Adam Jackson
29be30fb65 Stop mentioning ppc and s390, we don't build for them anymore
remove with_llvm and with_radeonsi as they're now always true
2018-06-05 13:48:27 -04:00
Peter Robinson
9a301bf631 18.1.1 2018-06-03 15:51:16 +01:00
Peter Robinson
ebeaacc9ff 18.1.0 2018-05-24 09:03:43 +01:00
Peter Robinson
16891760f9 18.1.0~rc4 2018-05-12 13:38:46 +01:00
Peter Robinson
898828fbda 18.1 rc3 2018-05-05 15:14:33 +01:00
Igor Gnatenko
02fc13176f
Update ot 18.1.0~rc2
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-05-04 12:23:31 +02:00
Peter Robinson
4ad788d784 fix merge 2018-05-01 10:18:11 +01:00
Peter Robinson
6e7ae21362 18.0.2 2018-05-01 09:49:00 +01:00
Jonas Ådahl
2f02d35654 Disable rgb10 configs by default
rgb10 configs are not handled very well by applications using clutter,
and possibly other applications as well, so don't break those by
disabling support for rgb10 configs by default.

Also re-add python2 as a build requirement, as merge_driinfo.py
depends on it.

https://bugzilla.redhat.com/show_bug.cgi?id=1560481
2018-04-24 16:18:50 +02:00
Jonas Ådahl
1b1acd32b2 Disable rgb10 configs by default
rgb10 configs are not handled very well by applications using clutter,
and possibly other applications as well, so don't break those by
disabling support for rgb10 configs by default.

Also re-add python2 as a build requirement, as merge_driinfo.py
depends on it.

https://bugzilla.redhat.com/show_bug.cgi?id=1560481
2018-04-24 15:37:41 +02:00
Adam Jackson
c8975107f9 Mesa 18.0.1 2018-04-18 13:37:30 -04:00
Adam Jackson
8f740e5d72 Mesa 18.0.1 2018-04-18 13:36:37 -04:00
Kalev Lember
5a0343c35c Re-enable wayland support
Previous commit accidentally disabled all of wayland support, instead of
just dropping mesa-libwayland-egl subpackage. This now re-enables
wayland support and reworks the conditionals so that we only drop drop
mesa-wayland-egl subpackage in F28+, where it is now part of wayland
source package.

https://bugzilla.redhat.com/show_bug.cgi?id=1564210
2018-04-09 16:40:55 +02:00
Kalev Lember
9f97135799 Re-enable wayland support
Previous commit accidentally disabled all of wayland support, instead of
just dropping mesa-libwayland-egl subpackage. This now re-enables
wayland support and reworks the conditionals so that we only drop drop
mesa-wayland-egl subpackage in F28+, where it is now part of wayland
source package.

https://bugzilla.redhat.com/show_bug.cgi?id=1564210
2018-04-09 16:37:49 +02:00
Tom Stellard
8d99dc695b Disable build of wayland packages. These have been obseleted by wayland-devel. 2018-04-03 20:11:57 +00:00
Tom Stellard
eee84703a2 Disable build of wayland packages. These have been obseleted by wayland-devel. 2018-04-03 19:41:49 +00:00
Tom Stellard
cfb94d114d Rebuild against libLLVM.so with symbol versioning enabled 2018-04-02 15:45:08 +00:00
Peter Robinson
0258306f9b move opencl to better location, fix s390x build 2018-03-31 04:01:31 +01:00
Adam Jackson
5874b7ff91 Unifarch OpenCL and OpenMAX (except ppc32 and s390 because llvm)
Simplify C/LDFLAGS setup to match
Drop -static-libstdc++ and related hacks
Drop S3TC build hack
2018-03-28 12:52:17 -04:00
Igor Gnatenko
e750bd19e5
Update to 18.0.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-03-28 11:28:36 +02:00
Peter Robinson
0202d9c9e5 18.0.0 rc5 2018-03-26 10:26:10 +01:00
Adam Jackson
7681f8885a Build with python3 2018-03-19 16:26:11 -04:00
Igor Gnatenko
309f7dd88b
Honor CXXFLAGS / LDFLAGS
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1548749
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-03-02 09:31:28 +01:00
Igor Gnatenko
792e92b385
Backport patch to fix video corruption
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-26 08:29:01 +01:00
Igor Gnatenko
21e39c1c80
disable annotated build to fix FTBFS
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-19 12:57:46 +01:00
Igor Gnatenko
a41f97859c
Update to 18.0.0~rc4
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-19 12:14:51 +01:00
Igor Gnatenko
5bcb836bb5
Update to 18.0.0~rc3
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-09 08:17:35 +01:00
Fedora Release Engineering
9e1266e707 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 01:41:09 +00:00
Peter Robinson
14dcbf6097 add patch to fix utils builds 2018-01-29 18:20:52 +00:00
Peter Robinson
6fb8ed7a72 17.3.3 2018-01-22 12:41:19 +00:00
Peter Robinson
d31e23e5de 17.3.2 2018-01-13 04:30:39 +00:00
Igor Gnatenko
a9b186ccff Update to 17.3.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-01-01 22:27:35 +01:00
Igor Gnatenko
da246290ca Sanitize tarball
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-10 18:14:35 +01:00
Peter Robinson
9ef43a3813 17.3.0-rc3 2017-11-08 15:25:48 +00:00
Peter Robinson
54da506bb9 update OMX config option 2017-11-06 16:50:52 +00:00
Peter Robinson
028106f748 17.3.0-rc2 2017-11-06 16:24:54 +00:00
Peter Robinson
4c47ac4973 17.2.4 2017-10-31 13:57:30 +00:00
Tom Stellard
f3c14bfa07 Rebuild for LLVM 5.0.0 2017-10-23 22:37:18 +00:00
Gwyn Ciesla
2e4cbfbb1e 17.2.3 2017-10-19 11:53:13 -05:00
Peter Robinson
8c5aa4596e Fix for vc4/Raspberry Pi 2017-10-11 16:48:21 +01:00
Dave Airlie
650dc1f8a8 Fix i686 vulkan packaging 2017-10-09 12:48:34 +10:00
Dave Airlie
1a2fde64df enable vulkan on 32-bit x86 2017-10-09 12:30:33 +10:00
Adam Jackson
163e745ef5 bump the release, dummy 2017-10-03 16:08:06 -04:00
Adam Jackson
7e3da0f877 Backport S3TC support from master 2017-10-03 16:06:59 -04:00
Peter Robinson
2b4a64fcd2 17.2.2 2017-10-03 08:57:16 +01:00
Peter Robinson
dc290cbce6 17.2.1 2017-09-21 09:45:35 +01:00
Peter Robinson
ec675353ea Add upstream patch for glibc xlocale.h change (fdo bz 102454) 2017-09-11 16:02:00 +01:00
Peter Robinson
9d1c7fb591 17.2.0 GA 2017-09-05 18:33:04 +01:00
Peter Robinson
1f91a56b73 17.2.0-rc6 2017-08-31 14:25:41 +01:00
Peter Robinson
674d9cd03c 17.2.0-rc5 2017-08-22 08:49:18 +01:00
Peter Robinson
660cc27a8b 17.2.0-rc4 2017-08-14 09:36:07 +01:00
Fedora Release Engineering
35fdde92a0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 03:15:10 +00:00
Fedora Release Engineering
dfa08cba74 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 21:19:12 +00:00
Peter Robinson
0e45dd44bf 17.1.5 2017-07-18 00:27:17 +01:00
Adam Jackson
a58704dc19 Stop replacing eglext.h, we're up to date again 2017-07-13 15:45:04 -04:00
Peter Robinson
e0caeb4e71 17.1.4 2017-07-01 13:59:43 +01:00
Peter Robinson
11737d58ed Fixes and perf improvements for vc4 2017-06-19 22:35:35 +01:00
Peter Robinson
9a28d63085 17.1.3 2017-06-19 16:21:37 +01:00
Peter Robinson
355bee1f82 some etnaviv fixes 2017-06-14 15:24:57 +01:00
Peter Robinson
1d93ede51c 17.1.2 2017-06-06 13:44:11 +01:00
Adam Jackson
9859f133a4 Disable BGRA8 images on Fermi 2017-06-05 15:04:31 -04:00
Peter Robinson
0f297014f0 17.1.1 2017-05-25 11:51:49 +01:00
Dave Airlie
f8017a8979 fix rc tag 2017-05-11 12:27:49 +10:00
Dave Airlie
c5cd37ecae Update to 17.1.0 2017-05-11 12:22:51 +10:00
Peter Robinson
dfb97a98c8 17.1.0-rc4 2017-05-09 23:54:36 +01:00
Peter Robinson
ce6b1f6fe6 Enable renderonly support for i.MX SoC (rhbz #1424714) 2017-04-28 13:34:04 +01:00
Peter Robinson
dbe06c1abe 17.1.0-rc2 2017-04-24 23:36:52 +01:00
Peter Robinson
e07a5d5ab0 add patch to disable NEON on aarch64 for vc4 driver (fixes FTBFS) 2017-04-19 13:43:01 +01:00
Igor Gnatenko
38f1735351 remove ilo
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-04-18 09:53:59 +02:00
Igor Gnatenko
d315238f8a fixup! fixup! remove already applied patches
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-04-18 09:24:22 +02:00
Igor Gnatenko
0a12b986b3 Update to 17.1.0-rc1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-04-18 09:05:17 +02:00
Igor Gnatenko
b1038ca5da Update to 17.0.3
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-04-02 12:28:28 +02:00
Igor Gnatenko
20c1530be6 Rebuild for LLVM4
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-03-24 08:31:49 +01:00
Peter Robinson
25ca629e53 17.0.2 2017-03-20 16:53:56 +00:00
Hans de Goede
ac171aef50 Fix glXGetDriverConfig not working with glvnd (rhbz#1429894)
Fix indirect rendering, add libGLX_indirect.so.0 symlink (rhbz#1427174)
2017-03-20 12:19:29 +01:00
Peter Robinson
0e5d9b87b5 Rebuild for aarch64 llvmpipe fix (rhbz 1429050) 2017-03-14 15:51:24 +00:00
Igor Gnatenko
7118b89cc9 remove already applied patches
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-03-05 08:43:23 +01:00
Igor Gnatenko
e1e0287801 Update to 17.0.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-03-05 08:11:04 +01:00
Igor Gnatenko
332af5bab8 drop sha1 requirement
17.0.0 has its own implementation of sha1 algo, so it doesn't need
any external one.

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-02-13 22:03:51 +01:00
Peter Robinson
853543c3ea 17.0.0 GA 2017-02-13 19:30:39 +00:00
Peter Robinson
e22081f3e4 17.0.0-rc3 2017-02-06 21:46:05 +00:00
Hans de Goede
9817aed1e8 Fix GLX_SGIX_fbconfig extension dispatching with glvnd, this fixes games such
as "The Binding of Isaac: Rebirth" and "Crypt of the NecroDancer" from Steam
2017-02-06 14:04:00 +01:00
Hans de Goede
3313153b56 Update eglext.h to 20161230 version this brings in some new defines needed
by some apps / libraries
2017-02-02 18:55:09 +01:00
Peter Robinson
88eceaf98a drop upstream patch 2017-01-28 13:07:47 +00:00
Peter Robinson
741532f45c 17.0.0-rc2 2017-01-28 13:00:04 +00:00
Peter Robinson
0e54aa790f Enable etnaviv gallium driver 2017-01-21 13:48:46 +00:00
Igor Gnatenko
97de494308 fix build on big-endian
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-01-20 10:15:29 +01:00
Igor Gnatenko
dbf4ade69d Update to 17.0.0-rc1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-01-20 09:49:47 +01:00
Hans de Goede
5e8f8f1e6b Enable libglvnd support (rhbz#1413579) 2017-01-17 12:28:57 +01:00
Hans de Goede
0e83570d6c Enable libglvnd support (rhbz#1413579) 2017-01-17 10:37:31 +01:00
Igor Gnatenko
37749951bc Add valgrind BuildRequires to have valgrind support
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-01-12 22:39:21 +01:00
Peter Robinson
fa6b16e99c 13.0.3 2017-01-06 11:41:35 +00:00
Igor Gnatenko
6ebf01b0cf Use nettle for sha1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-12-12 16:12:58 +01:00
Peter Robinson
ad6ddb6ccb 13.0.2 GA 2016-11-29 16:18:54 +00:00
Peter Robinson
69876bd3b7 13.0.1 GA 2016-11-15 12:39:13 +00:00
Peter Robinson
0ca415a928 Don't ship duplicate vulkan devel headers 2016-11-02 17:04:37 +00:00
Peter Robinson
01f7915dd8 don't build vulkan on i686 2016-11-02 13:56:36 +00:00
Peter Robinson
dd9168f626 ensure with_vulkan is defined on all arches 2016-11-02 13:10:22 +00:00
Peter Robinson
bfba468339 fix if conditional 2016-11-02 12:41:54 +00:00
Peter Robinson
0e51efd867 Add options for enabling vulkan components, Enable intel/radeon vulkan drivers 2016-11-02 12:37:57 +00:00
Peter Robinson
e967417d90 13.0.0 2016-11-02 10:14:04 +00:00
Dave Airlie
eb0660f78a rebuild for llvm 3.9 2016-11-01 14:15:04 +10:00
Peter Robinson
1f181f24a5 13.0.0-rc2 2016-10-24 20:16:25 +01:00
Igor Gnatenko
14d60680a5 add GLES3/gl32.h to files
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-10-20 08:09:17 +02:00
Igor Gnatenko
9081fad936 mesa_glinterop.h is not installed anymore
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-10-20 07:49:51 +02:00
Igor Gnatenko
ffb0e94a5f 13.0.0-rc1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-10-20 07:30:02 +02:00
Hans de Goede
5950c82692 Add 2 patches from upstream to fix DRI3 vaapi crashes (rhbz1309446, fdo71759) 2016-10-11 15:08:51 +02:00
Peter Robinson
2e9ceb64e8 12.0.3 2016-09-18 20:01:03 +01:00
Peter Robinson
6877daed3e 12.0.2 2016-09-05 21:00:40 +01:00
Hans de Goede
1d4ebbf9ec Fix PRIME fd leak 2016-09-05 15:28:25 +02:00
Igor Gnatenko
86cda86865 own /usr/include/GLES3
https://bugzilla.redhat.com/show_bug.cgi?id=1252588

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-25 19:44:07 +02:00
Adam Jackson
a6ffbb9492 Remove BuildRequires: xorg-x11-server-devel
This doesn't seem to have ever been _really_ needed? This would build
something vaguely like the modesetting X driver but targetting exa
instead of glamor. I don't think we've ever built that driver from
mesa.spec; we used to build xorg-x11-drv-vmware from here, back in the
7.11 era, but that's long since been split apart. The upstream code and
dependency on xorg-server.pc has been gone since:

    commit 69b425efae189af6068b28d1da5a93d27c5315a7
    Author: Matt Turner <mattst88@gmail.com>
    Date:   Sat Oct 26 17:25:11 2013 -0700

	st/xorg: Delete.

So that's nice, because it eliminates a nasty bootstrap issue where
xorg-x11-server-devel requires mesa-libGL-devel.
2016-08-23 12:37:13 -04:00
Igor Gnatenko
07210b55a9 Fix broken deps with OpenCL
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-15 20:50:42 +02:00
Igor Gnatenko
9d6575e488 remove ciruclar dep
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-14 14:38:35 +02:00
Igor Gnatenko
5943794afe Fix broken deps
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-14 14:31:12 +02:00
Igor Gnatenko
c8be0f7e63 fix typo in requires
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-14 13:23:19 +02:00
Igor Gnatenko
9094cdac87 Slightly refactor spec; Drop virtual provides for OCL
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-14 13:01:59 +02:00
Orion Poplawski
c98b5b27e4 Add missing %{?_isa} to requires in some devel sub-packages (bug #1138463) 2016-07-19 13:36:24 -06:00
Igor Gnatenko
b4ab48f986 12.0.1
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-07-10 21:42:20 +02:00
Igor Gnatenko
5c41f5376f 12.0.0
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-07-08 18:44:35 +02:00
Igor Gnatenko
ef49a37612 12.0.0-rc4
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-06-22 07:54:22 +02:00
Adam Jackson
c90f72f1a6 Fix packaging error on s390* 2016-06-20 14:20:42 -04:00
Igor Gnatenko
6e30f9806b remove gallium_drv_video.so and replace by drivers
it's not anymore installed since 0c0f841e5de27d01312f8857641668ca439b1ab1

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-06-20 11:49:36 +02:00
Igor Gnatenko
46d1191d85 12.0.0-rc3
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-06-20 11:02:22 +02:00
Dominik 'Rathann' Mierzejewski
51b9477b60 add missing dependency for /etc/OpenCL/vendors ownership (RHBZ #1265948) 2016-06-14 12:05:26 +02:00
Igor Gnatenko
3d34ee484b 12.0.0-rc2
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-06-14 10:04:25 +02:00
Igor Gnatenko
7794d34f55 12.0.0-rc1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-06-01 12:44:50 +02:00
Igor Gnatenko
b73f9d0ee3 add mesa_glinterop.h to %files
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-05-01 08:55:00 +02:00
Igor Gnatenko
b4248df350 cbcd7b6
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-05-01 01:37:52 +02:00
Igor Gnatenko
ab311a5cdd remove non-existent license
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-04-14 08:36:03 +02:00
Igor Gnatenko
bcc91207a2 disable swr
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-04-14 08:01:24 +02:00
Igor Gnatenko
e461d5299e 171a570
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-04-14 07:38:29 +02:00
Björn Esser
51f144fa96 add virtual Provides for ocl-icd (RHBZ #1317602) 2016-04-08 18:49:59 +02:00
Igor Gnatenko
1e0aa3c74f fixup building swr
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-03-24 11:57:37 +01:00
Igor Gnatenko
00388296b4 cleanups
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-03-20 14:48:31 +01:00
Igor Gnatenko
31bab3a45a Update to 11.2.0-rc3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-03-20 09:26:45 +01:00
Dave Airlie
fb5bd45690 bump mesa build for llvm 2016-02-19 10:20:35 +10:00
Dave Airlie
a78cc1b3d1 hack llvm so name. 2016-02-13 05:49:21 -05:00
Dave Airlie
2aa1e52e83 rebuild against new llvm packages 2016-02-12 20:07:36 +10:00
Adam Jackson
68acb58a00 Fix OpenCL-enabled FTBFS by not forcing clang search path to /usr/lib 2016-02-11 13:38:12 -05:00
Dennis Gilmore
a4fd4da5a4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 05:18:13 +00:00
Adam Jackson
1693c0b99e Drop BR: llvm-static 2016-01-27 17:25:57 -05:00
Adam Jackson
9654f749e7 Rebuild for llvm 3.7.1 library split 2016-01-27 13:31:14 -05:00
Igor Gnatenko
d5e29814ea 24ea81a
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-01-24 17:13:22 +01:00
Peter Robinson
aa9021e94e OpenCL now supported on aarch64 2016-01-22 03:02:07 +00:00
Igor Gnatenko
18b9324ce1 5e3edd4
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-01-10 11:32:46 +01:00
Adam Jackson
cf99e4b75f Mangle libtool even harder to get -static-libstdc++ to work 2016-01-08 13:28:03 -05:00
Igor Gnatenko
8e49a647e0 70d8dbc
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-12-29 19:56:31 +01:00
Igor Gnatenko
789515fb02 drop applied virgl patch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-12-02 12:52:20 +01:00
Igor Gnatenko
139bd3d4b7 56aff6b
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-12-02 11:56:26 +01:00
Igor Gnatenko
c697abeb26 apply patch for virgl
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-11-22 10:15:16 +01:00
Igor Gnatenko
c313ce47a7 86fc97d
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-11-22 09:34:08 +01:00
Igor Gnatenko
117d7875ef 5ae37ae
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-11-05 21:12:44 +01:00
Adam Jackson
e443b9d877 Link with -static-libstdc++ to work around Steam bundling its own copy 2015-11-05 12:04:28 -05:00
Igor Gnatenko
30857cce6c fix filelists
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-10-23 11:41:36 +02:00
Igor Gnatenko
c79c4e3498 3994ef5; Enable VirGL driver
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-10-23 11:19:46 +02:00
Igor Gnatenko
cdd038df64 Disable SWR rasterizer
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-10-22 20:36:09 +02:00
Igor Gnatenko
fb8d1bc278 7182498
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-10-22 18:15:12 +02:00
Igor Gnatenko
7777524ef9 Enable experimental SWR rasterizer
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-10-22 17:47:07 +02:00
Igor Gnatenko
5492fe6e75 4a168ad
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-10-14 07:10:55 +02:00
Igor Gnatenko
d3dca09dbe remove i965_Remove_early_release_of_DRI2_miptree.patch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-10-07 12:08:01 +02:00
Igor Gnatenko
8463303ff0 47d1199
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-10-07 11:57:32 +02:00
Igor Gnatenko
658b760b1b Revert "add patch for RHBZ #1265997"
This reverts commit c6ea6505c2.
2015-09-26 09:36:25 +02:00
Igor Gnatenko
c6ea6505c2 add patch for RHBZ #1265997
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-09-26 09:33:55 +02:00
Igor Gnatenko
3851ec7962 9932142
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-09-26 09:31:56 +02:00
Igor Gnatenko
77c39f0602 47e18a5; rebuild for llvm 3.7
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-09-16 08:59:29 +02:00
Igor Gnatenko
e00747f475 d6fbcf6
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-09-13 11:31:43 +02:00
Rex Dieter
da19c59a91 Add brw_meta_fast_clear crash workaround patch (#1259443, fdo#86281) 2015-09-10 12:02:13 -05:00
Igor Gnatenko
5b277df131 60aea30
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-09-02 01:46:05 +03:00
Igor Gnatenko
e87e31dac8 use git-core in BR instead of git
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-08-24 18:50:10 +03:00
Igor Gnatenko
e68d4e98c0 4e5752e
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-08-24 18:49:40 +03:00
Igor Gnatenko
215d161634 drop merged opencl patch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-08-09 18:16:28 +03:00
Igor Gnatenko
97a957ad22 today's snapshot; add surfaceless EGL platform
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-08-09 18:01:20 +03:00
Igor Gnatenko
66ed79bcd6 Update to 11.0.0
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-08-01 18:29:35 +03:00
Peter Robinson
3e520d73d9 Use %%license, minor spec cleanups 2015-07-15 00:01:32 +01:00
Igor Gnatenko
9739a7407b ea633db
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-07-14 11:55:26 +03:00
Igor Gnatenko
248914a5b6 drop unused patches
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-07-07 12:54:05 +03:00
Igor Gnatenko
2218366edd Drop unecessary make for s390
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-07-07 12:41:36 +03:00
Igor Gnatenko
73b10fe0ac 8787141
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-06-22 11:23:19 +03:00
Igor Gnatenko
fa0b41e9b4 drop nir linker patch (already applied)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-06-19 11:18:44 +03:00
Dennis Gilmore
4de1f0c875 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 20:00:56 +00:00
Igor Gnatenko
fcdd553592 add git to BR everywhere
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-18 10:02:50 +03:00
Igor Gnatenko
b4e2acb606 fix macro
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-17 22:29:43 +03:00
Igor Gnatenko
aef09c5744 add git to BR if we are building githash
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-17 22:22:48 +03:00
Igor Gnatenko
7f1320a952 5a55f68
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-17 22:09:37 +03:00
Igor Gnatenko
69cda04199 fix building on arm
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-17 15:02:03 +03:00
Igor Gnatenko
3d686dd14b 51e3453
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-07 01:37:36 +03:00
Igor Gnatenko
dea189ecdb c1485f4
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-04-20 22:40:00 +03:00
Adam Jackson
b672210c09 F23 rebuild against llvm 3.6.0 2015-04-09 17:49:11 -04:00
Rob Clark
28f7e7ed51 enable vc4 on arm 2015-02-27 14:05:39 -05:00
Igor Gnatenko
c46e5df245 10.6.0-devel
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-02-23 23:30:13 +03:00
Igor Gnatenko
9199e7c86e add python-mako as BR
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2015-02-19 16:44:25 +03:00
Igor Gnatenko
feba29ce79 10.5.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2015-02-19 11:32:24 +03:00
Igor Gnatenko
c41912e78a 6171131
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2015-01-02 07:36:54 +03:00
Igor Gnatenko
10866d4fba c3260f8
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2015-01-02 06:36:09 +03:00
Igor Gnatenko
c768d0580c 290553b
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2015-01-02 05:36:23 +03:00
Igor Gnatenko
e55d6c9d63 b77eaaf
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2015-01-01 17:36:06 +03:00
Igor Gnatenko
e3f53eacdf c633528
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2015-01-01 04:36:09 +03:00
Igor Gnatenko
8a27b452c7 a6f6d61
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2015-01-01 03:36:06 +03:00
Igor Gnatenko
d8dbaa8487 be0311c
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2014-12-31 19:36:11 +03:00
Igor Gnatenko
5a79546a1b 609c3e5
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2014-12-31 04:36:14 +03:00
Igor Gnatenko
9837611103 3ba57ba
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2014-12-31 02:36:08 +03:00
Igor Gnatenko
60dfbbe735 64dcb2b
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2014-12-30 06:36:09 +03:00
Igor Gnatenko
091f928e13 6c18279
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2014-12-29 23:36:11 +03:00
Igor Gnatenko
dbe1091301 0c7f895
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2014-12-27 17:36:16 +03:00
Igor Gnatenko
374a3ec936 cb5a372
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2014-12-26 18:09:32 +03:00
Igor Gnatenko
b21cd1bddc fix typo in ilo files
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-12-21 21:55:52 +03:00
Igor Gnatenko
58b606e02f fix ilo compiling
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-12-21 21:39:36 +03:00
Igor Gnatenko
e5c9a8c068 enable ilo gallium driver
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-12-21 21:23:32 +03:00
Dan Horák
0c78fc8a86 - Sync with_{vaapi,vdpau,nine} settings with F21 2014-12-19 17:31:31 +01:00
Adam Jackson
7424440cc1 Sync ppc build config with F21 2014-12-18 09:56:18 -05:00
Igor Gnatenko
1f1d76882b fix requirements for d3d
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-12-17 01:14:11 +03:00
Igor Gnatenko
ab2882383e 0d7f4c8
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-12-14 22:06:28 +03:00
Igor Gnatenko
21449d7adf fix libd3d files
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
(cherry picked from commit e9f54e1c4fa9f0dc5ddc143e5674d48a0a9a9bd8)
2014-12-14 22:01:40 +03:00
Igor Gnatenko
dc2fc7918e Enable Nine state-tracker (Direct3D9 API)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
(cherry picked from commit 0e23b6030763c92f251af4427cdfaac02816c934)

Conflicts:
	mesa.spec
2014-12-14 22:01:32 +03:00
Igor Gnatenko
b1ffe56bdc Enalbe VAAPI state tracker
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
(cherry picked from commit fafb73256a924ea2189f54da4e1524f48a5b9359)

Conflicts:
	mesa.spec
2014-12-14 22:00:51 +03:00
Adam Jackson
73be3c3499 Restore hardware drivers on ppc64{,le} 2014-12-11 13:39:40 -05:00
Igor Gnatenko
35be28bfb5 29c7cf2
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-12-02 14:05:21 +03:00
Igor Gnatenko
21de262301 3d9c1a9
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-11-22 18:08:29 +03:00
Igor Gnatenko
4b4ee7ae5b more fix gallium_gbm 2014-11-19 21:42:30 +03:00
Igor Gnatenko
df7cbc54f8 drop egl state trackers after c46c551 2014-11-19 20:50:50 +03:00
Igor Gnatenko
918be9fe4c commit spec 9460cd3 2014-11-19 20:29:26 +03:00
Igor Gnatenko
34295e7be7 package r300_vdpau since b7186eb
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-11-10 10:14:47 +03:00
Igor Gnatenko
71ef516ea6 f3b709c
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-11-10 09:16:01 +03:00
Dave Airlie
d30aaf3937 rebuild for llvm 2014-10-28 15:02:43 +10:00
Igor Gnatenko
ef3aca3e22 1a17098
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-10-27 09:18:42 +03:00
Igor Gnatenko
66038b76f1 fix gallium-pipe drvs for arm arch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-09-27 16:43:28 +04:00
Igor Gnatenko
94de6bab59 c3f17bb18f597d7f606805ae94363dae7fd51582
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-09-27 14:31:33 +04:00
Igor Gnatenko
730b693296 patches from karsten
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-09-06 12:34:59 +04:00
Igor Gnatenko
a66e2c8cd9 1f184bc commit
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-09-06 12:29:20 +04:00
Igor Gnatenko
81a9f0c898 add swrast to dri driver list
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-28 18:17:09 +06:00
Igor Gnatenko
1517921697 80771e47b6c1e47ab55f17311e1d4e227a9eb3d8 commit
$ git log c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f..80771e47b6c1e47ab55f17311e1d4e227a9eb3d8 --format="- %H: %s (%an)"
- 80771e47b6c1e47ab55f17311e1d4e227a9eb3d8: radeon/uvd: fix field handling on R6XX style UVD (Christian König)
- 03a99ba9e41ea86355a4febbe0b1a114d5455b9f: vl/compositor: set the scissor before clearing the render target (Christian König)
- b73c20759fe1b4a96296bed58637f5ded7c9155c: st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)Surface (Christian König)
- e3c251071b0c9396c3ec76d1cf943c60ae297281: ilo: use genhw command opcodes (Chia-I Wu)
- 6c73478223a0ed76e54f14c46831974c3efaacdf: ilo: rename intel_bo_map_unsynchronized() (Chia-I Wu)
- 354d84b6297fe2937e9684175ea9d3b650b75417: ilo: remove max_batch_size (Chia-I Wu)
- fbb869c1aaf6aa5400028556e23bbbb1ba41ce42: ilo: replace domains by reloc flags (Chia-I Wu)
- 01887593a424824426eda75ff90b5e2a49876e86: docs: Update who is working on tessellation (Chris Forbes)
- 38a3490368f6f365890de11a5f2d983b40fbd243: glsl: Remove bogus "OUPTUT" token (Chris Forbes)
- 83503f9e68c5b2162682ed5b8691484a6d67aaea: radeonsi: handle PIPE_BIND_BLENDABLE (Marek Olšák)
- 770719eb821f96688c7efa12dc42805590f984ef: r600g: only set PIPE_BIND_BLENDABLE if colorbuffer rendering is supported (Marek Olšák)
- bc0ae40616a89e748c165aa2963c712f7640fb0a: r300g: handle PIPE_BIND_BLENDABLE (Marek Olšák)
- 7317f1185932e2188206069a938c598f9cd18c60: vc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP, mul). (Eric Anholt)
- 78d144f7de8cad42dfe588a667e105543f6b2e4b: vc4: Set the other WADDR in the qpu instruction helpers. (Eric Anholt)
- 54499a85fff415e5c627a44d27a3592b6633bd4b: vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper. (Eric Anholt)
- 1a7035f386c4402b07e7a2073daf914f95bd0a02: vc4: Ignore WADDRs from the other half of the instruction when merging. (Eric Anholt)
- 3212bafc28ca3991a89e0554d1867eaa5fde6a0b: vc4: Fix LT/GE set-0-or-1 compares. (Eric Anholt)
- e2f66315cbf234779b195b6f7390ea9b11b288ad: u_vbuf: Add a few more format fallbacks. (Eric Anholt)
- bbbe3b65adee44c164532d7afb4ff8fd8f88bbf4: u_vbuf: Simplify the format fallback translation. (Eric Anholt)
- 306e421887720b149be77c749108bcffcebe34f6: freedreno/a2xx: fix segfault (Rob Clark)
- bd3b0964675d36e753e273d5667b922cc9baac4a: freedreno/a3xx: handle first/last level properly (Rob Clark)
- b40a6c2b17de1f63d70d62608737ed9a259da1c5: freedreno: implement pipe_flush_resource() (Rob Clark)
- 478a08ebd2b29724f2d440e560ab331c534236cd: freedreno: don't ignore src/dst level (Rob Clark)
- 8d8a5eb792c662a8def7c9ab65d2df67972cf659: vc4: Fix save/restore of the VS/FS in the blitter. (Eric Anholt)
- 9542e682078a1b2e65f6b62a8db58f25cff18078: vc4: Clear padding of ioctl arguments. (Eric Anholt)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-27 10:06:02 +06:00
Igor Gnatenko
21f1a7fe9c c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f commit
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-23 21:51:49 +06:00
Igor Gnatenko
488ba0676f Installed (but unpackaged) file(s) found: /usr/include/GL/glcorearb.h
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-22 19:40:44 +06:00
Igor Gnatenko
316f8d3ca3 e7f2f2dea5acdbd1a12ed88914e64a38a97432f0 commit
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-22 16:23:26 +06:00
Peter Robinson
4aaa530601 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 09:15:33 +00:00
Igor Gnatenko
8edaa15c94 Installed (but unpackaged) file(s) found: /usr/lib/dri/kms_swrast_dri.so
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-09 19:00:38 +02:00
Igor Gnatenko
f098f029ba fix freedreno files
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-08 11:30:31 +02:00
Igor Gnatenko
ad42db06b8 fix kms_swrast file
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-07 09:58:01 +02:00
Igor Gnatenko
aa0a284f8f package kms swrast
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-06 10:25:46 +02:00
Igor Gnatenko
976931260e c40d7d6d948912a4d51cbf8f0854cf2ebe916636 and opencl rebuild
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-08-06 10:04:02 +02:00
Igor Gnatenko
6ef79b1be9 fix files when freedreno enabled
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-07-12 10:58:53 +04:00
Igor Gnatenko
07784377b5 fix version, files
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-07-12 01:19:54 +04:00
Igor Gnatenko
007eb4e80d Rebase to 'master' branch (f381c27c548aa28b003c8e188f5d627ab4105f76 commit)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-07-11 19:29:50 +04:00
Igor Gnatenko
17dc7f453b 10.2.3 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-07-11 18:52:43 +04:00
Peter Robinson
7526e1bbd7 Build aarch64 options the same as ARMv7, Fix PPC conditionals 2014-07-08 13:50:03 +01:00
Igor Gnatenko
dbe5a2835d Fix up intelInitScreen2 for DRI3 (RHBZ #1115323) (patch from drago01)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-07-04 00:26:07 +04:00
Dave Airlie
d3fa447215 add dri3 gnome-shell startup fix from Jasper. 2014-06-27 10:11:32 +10:00
Igor Gnatenko
f002bb3166 10.2.2 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-06-25 20:18:47 +04:00
Igor Gnatenko
b9f23898bd drop radeonsi llvm hack
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-06-11 11:05:41 +04:00
Igor Gnatenko
63f2ce2b77 bump version
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-06-08 01:51:07 +04:00
Igor Gnatenko
fc7aab2e48 10.2.1 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-06-08 01:49:42 +04:00
Dennis Gilmore
21141612a8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 04:04:15 -05:00
Dan Horák
1320f8d741 - fix build without hardware drivers 2014-06-04 18:19:27 +02:00
Igor Gnatenko
bcf19e400c 10.2-rc5 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-05-31 12:37:55 +04:00
Brent Baude
3a75afe7c8 Removing ppc64le arch from with_llvm 2014-05-28 16:25:15 -05:00
Igor Gnatenko
208a9dd10d i915: add a missing NULL pointer check (RHBZ #1100967)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

Conflicts:
	mesa.spec
2014-05-28 23:05:18 +04:00
Igor Gnatenko
26ff2a1b0a 10.2-rc4 upstream release, add back radeonsi hack
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-05-24 11:07:57 +04:00
Igor Gnatenko
c0e013caf5 10.2-rc3 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-05-17 13:11:19 +04:00
Igor Gnatenko
6f94389829 drop radeonsi hack for LLVM
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-05-10 10:18:31 +04:00
Igor Gnatenko
ef6eb2dc04 10.2-rc2 upstream release
$ git log --format="- %s (%an)" e8f61503205a5f44e6156393eb799856f095bf14..0b3126bddddbb3555c8ee97f2158234cf725afa2
- mesa: Bump version to 10.2-rc2 (Ian Romanick)
- glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414 (Emil Velikov)
- configure: error out if building GBM without dri (Emil Velikov)
- i965: Fix GPU hangs on Broadwell in shaders with some control flow. (Kenneth Graunke)
- radeonsi: Enable geometry shaders with LLVM 3.4.1 (Tom Stellard)
- configure.ac: Add LLVM_VERSION_PATCH to DEFINES (Tom Stellard)
- st/xa: Fix performance regression introduced by commit "Cache render target surface" (Thomas Hellstrom)
- clover: Destory pipe_screen when device does not support compute v2 (Tom Stellard)
- pipe-loader: Don't destroy the winsys in the sw loader (Tom Stellard)
- draw: do not use draw_get_option_use_llvm() inside draw execution paths (Roland Scheidegger)
- mesa: Fix MaxNumLayers for 1D array textures. (Kenneth Graunke)
- i965: Enable GL_ARB_texture_view on Broadwell. (Kenneth Graunke)
- nv50/ir/gk110: fix set with f32 dest (Ilia Mirkin)
- linker: Fix consumer_inputs_with_locations indexing (Ian Romanick)
- meta: Only clear the requested color buffers. (Kenneth Graunke)
- meta: Add infrastructure for saving/restoring the DrawBuffers state. (Kenneth Graunke)
- meta: Add a new MESA_META_DRAW_BUFFERS bit. (Kenneth Graunke)
- meta: Unify the GLSL and fixed-function clear paths. (Kenneth Graunke)
- i965: Always intel_prepare_render() after invalidating front buffers. (Kenneth Graunke)
- glsl: fix bogus layout qualifier warnings (Tapani Pälli)
- i965: Set miptree target field when creating from a BO. (Kenneth Graunke)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-05-10 10:00:32 +04:00
Igor Gnatenko
8a4e9e171d Merge branch 'master' of kwizart/mesa, bump version, add changelog
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1094588
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-05-06 12:42:46 +04:00
Nicolas Chauvet
c75058be4c Switch from with to enable for llvm shared libs 2014-05-06 09:34:01 +02:00
Nicolas Chauvet
45f61b238b Move egl_gallium.so to the correct location - rhbz#1094588 2014-05-06 09:22:02 +02:00
Nicolas Chauvet
b49ca9f39d Move gallium-pipe to the correct sub-package - rhbz#1094588 2014-05-06 09:22:02 +02:00
Igor Gnatenko
89eae0c86f Merge branch 'master' of kwizart/mesa, bump version, add changelog (pt. 2)
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1094199
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-05-05 15:38:35 +04:00
Nicolas Chauvet
dedf55fce6 Enable gallium-egl (needed by freedreeno) 2014-05-05 13:12:43 +02:00
Igor Gnatenko
021c2adadd Merge branch 'master' of kwizart/mesa, bump version, add changelog
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1094199
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-05-05 15:03:52 +04:00
Nicolas Chauvet
9487c811f4 Enable omx on x86 and arm 2014-05-05 11:53:40 +02:00
Nicolas Chauvet
7aa0856ccb Split _with_xa from _with_vmware 2014-05-05 11:09:13 +02:00
Nicolas Chauvet
732482a4c1 Add _with_xa when arch is arm and _with_freedreeno
According to the build instructions for freedreeno
https://github.com/freedreno/freedreno/wiki/Git-Trees-%26-Branches#build-instructions
the driver requires the xa state tracker to be enabled
2014-05-05 11:09:06 +02:00
Igor Gnatenko
f341e78569 typo fix in file list 2014-05-05 12:27:03 +04:00
Igor Gnatenko
000ebe36be 10.2-rc1 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-05-05 12:12:15 +04:00
Igor Gnatenko
fcf27045cb Update to today's snapshot, apply patches for r600 GPU clock
- glsl: Only allow `invariant` on shader in/out between stages. (Chris Forbes)
- mesa: Fix error code generation in glReadPixels() (Anuj Phogat)
- mesa: Add an error condition in glGetFramebufferAttachmentParameteriv() (Anuj Phogat)
- mesa: Add error condition for integer formats in glGetTexImage() (Anuj Phogat)
- mesa: Add helper function _mesa_is_format_integer() (Anuj Phogat)
- i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndex (Anuj Phogat)
- i965: Fix component mask and varying_to_slot mapping for gl_Layer (Anuj Phogat)
- i965: Put an assertion to check valid varying_to_slot[varying] (Anuj Phogat)
- mesa: fix GetStringi error message with correct function name (Benjamin Bellec)
- mesa: Fix error condition for multisample proxy texture targets (Anuj Phogat)
- swrast: Add glBlitFramebuffer to commands affected by conditional rendering (Anuj Phogat)
- st/xa: Cache render target surface (Thomas Hellstrom)
- mesa: fix check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT() (Samuel Iglesias Gonsalvez)
- mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE) (Anuj Phogat)
- r600g: Disable LLVM by default at runtime for graphics (Michel Dänzer)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-04-30 10:20:24 +04:00
Igor Gnatenko
6a418411ac fix buildrequires llvm 3.4-5 to 3.4-6, because 3.4-5 is not available for F20
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-04-19 19:16:04 +04:00
Igor Gnatenko
635d534dda Merge branch 'master' into f20 2014-04-19 19:01:53 +04:00
Igor Gnatenko
a70dedee9c 10.1.1 upstream release
- docs: Add the MD5 sums for the 10.1.1 release tar files. (Carl Worth)
- docs: Add release notes for 10.1.1 (Carl Worth)
- Update VERSION to 10.1.1 (Carl Worth)
- i965: Fix buffer overruns in MSAA MCS buffer clearing. (Eric Anholt)
- i965: Avoid dependency hints on math opcodes (Mike Stroyan)
- glsl: Try vectorizing when seeing a repeated assignment to a channel. (Kenneth Graunke)
- glsl: Propagate explicit binding information from the AST all the way to the linker (Ian Romanick)
- linker: Set binding for all elements of UBO array (Ian Romanick)
- linker: Set block bindings based on UniformBlocks rather than UniformStorage (Ian Romanick)
- linker: Clean up "unused parameter" warnings (Ian Romanick)
- glsl: Allow explicit binding on atomics again (Carl Worth)
- linker: Fold set_uniform_binding into call site (Ian Romanick)
- linker: Various trivial clean-ups in set_sampler_binding (Ian Romanick)
- linker: Split set_uniform_binding into separate functions for blocks and samplers (Ian Romanick)
- configure: don't require libudev for gbm or egl drm/wayland (Jonathan Gray)
- configure: cleanup libudev handling (Emil Velikov)
- configure: Use LLVM shared libraries by default (Tom Stellard)
- i965/fs: Don't propagate saturation modifiers if there are source modifiers. (Matt Turner)
- i965/fs: Don't propagate saturate modifiers into partial writes. (Matt Turner)
- i965/fs: Fix off-by-one in saturate propagation. (Matt Turner)
- haiku: Fix build through scons corrections and viewport fixes (Alexander von Gluck IV)
- egl/dri2: use drm macros to construct device name (Jonathan Gray)
- cherry-ignore: Ignore a few patches (Carl Worth)
- r600g: implement edge flags (Marek Olšák)
- r600g: Don't leak bytecode on shader compile failure (Michel Dänzer)
- glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path (Emil Velikov)
- svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create() (Brian Paul)
- i965: Stop advertising GL_MESA_ycbcr_texture. (Kenneth Graunke)
- mesa: add bounds checking to eliminate buffer overrun (Courtney Goeltzenleuchter)
- svga: replace sampler assertion with conditional (Brian Paul)
- i965/vec4: fix record clearing in copy propagation (Chia-I Wu)
- glsl: Fix lack of i2u in lower_ubo_reference. (Kenneth Graunke)
- st/xa: Make sure unused samplers are set to NULL (Thomas Hellstrom)
- st/xa: Bind destination before setting new state (Thomas Hellstrom)
- nouveau: fix firmware check on nvd7/nvd9 (Ilia Mirkin)
- winsys/svga: Fix prime surface references also for guest-backed surfaces (Thomas Hellstrom)
- winsys/svga: Update the vmwgfx_drm.h header to latest version from kernel (Thomas Hellstrom)
- egl/dri2: don't require libudev to build drm/wayland platforms (Jonathan Gray)
- configure.ac: fix the detection of expat with pkg-config (Johannes Nixdorf)
- megadriver_stub.c: don't use _GNU_SOURCE to gate the compat code (Jonathan Gray)
- loader: don't limit the non-udev path to only android (Jonathan Gray)
- loader: use 0 instead of FALSE which isn't defined (Jonathan Gray)
- cso: fix sampler view count in cso_set_sampler_views() (Brian Paul)
- winsys/svga: Replace the query mm buffer pool with a slab pool v3 (Thomas Hellstrom)
- configure: enable dri3 only for linux (Emil Velikov)
- mesa: fix glMultiDrawArrays inside a display list (Brian Paul)
- st/mesa: add null pointer checking in query object functions (Brian Paul)
- mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-up (Brian Paul)
- st/mesa: fix sampler view handling with shared textures v4 (Christian König)
- draw: Duplicate TGSI tokens in draw_pipe_pstipple module. (José Fonseca)
- st/mesa: recreate sampler view on context change v3 (Christian König)
- nvc0/ir: move sample id to second source arg to fix sampler2DMS (Ilia Mirkin)
- st/mesa: drop the lowering of quad strips to triangle strips (Marek Olšák)
- st/mesa: fix generating mipmaps for cube arrays (Marek Olšák)
- mesa: fix software fallback for generating mipmaps for 3D textures (Marek Olšák)
- mesa: fix software fallback for generating mipmaps for cube arrays (Marek Olšák)
- mesa: allow generating mipmaps for cube arrays (Marek Olšák)
- mesa: fix texture border handling for cube arrays (Marek Olšák)
- c11/threads: don't include assert.h if the assert macro is already defined (Brian Paul)
- nouveau: there may not have been a texture if the fbo was incomplete (Ilia Mirkin)
- nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format list (Ilia Mirkin)
- mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture (Ilia Mirkin)
- loader: add special logic to distinguish nouveau from nouveau_vieux (Ilia Mirkin)
- mesa: mark GL_RGB9_E5 as not color-renderable (Marek Olšák)
- st/mesa: fix per-vertex edge flags and GLSL support (v2) (Marek Olšák)
- i965/fs: Fix register comparisons in saturate propagation. (Kenneth Graunke)
- mesa: return v.value_int64 when the requested type is TYPE_INT64 (Emil Velikov)
- nv50: add missing brackets when handling the samplers array (Emil Velikov)
- r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limits (Marek Olšák)
- gallium: add endian detection for OpenBSD (Jonathan Gray)
- nv50: adjust blit_3d handling of ms output textures (Ilia Mirkin)
- nouveau: fix fence waiting logic in screen destroy (Ilia Mirkin)
- mesa: fix the format of glEdgeFlagPointer (Marek Olšák)
- r600g: fix blitting the last 2 mipmap levels for Evergreen (Marek Olšák)
- r600g: fix texelFetchOffset GLSL functions (Marek Olšák)
- mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__. (Matt Turner)
- mesa: fix copy & paste bugs in pack_ubyte_SRGB8() (Brian Paul)
- mesa: fix copy & paste bugs in pack_ubyte_SARGB8() (Brian Paul)
- gallium/util: Fix memory leak (Aaron Watry)
- mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImage{123}D() (Anuj Phogat)
- mesa: Set initial internal format of a texture to GL_RGBA (Anuj Phogat)
- st/osmesa: check buffer size when searching for buffers (Brian Paul)
- c11/threads: Don't implement thrd_current on Windows. (José Fonseca)
- mapi/u_thread: Use GetCurrentThreadId (José Fonseca)
- c11/threads: Fix nano to milisecond conversion. (José Fonseca)
- mesa: don't define c99 math functions for MSVC >= 1800 (Hans)
- util: don't define isfinite(), isnan() for MSVC >= 1800 (Hans)
- mesa: don't call ctx->Driver.ClearBufferSubData() if size==0 (Brian Paul)
- softpipe: use 64-bit arithmetic in softpipe_resource_layout() (Brian Paul)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-04-19 18:52:47 +04:00
Adam Jackson
a5a4159bbf Merge branch 'master' into f20 2014-04-16 10:57:14 -04:00
Adam Jackson
79a76ee2a5 i can specfile good 2014-04-16 10:56:42 -04:00
Adam Jackson
4077056057 Merge branch 'master' into f20 2014-04-15 17:32:50 -04:00
Adam Jackson
223fa3afe7 Disable DRI3 in F20, it requires libxcb bits we haven't backported. 2014-04-15 17:32:28 -04:00
Adam Jackson
e0b1553edf Unbreak changelog 2014-04-15 13:38:51 -04:00
Adam Jackson
b2a76586a8 Merge remote-tracking branch 'origin/master' into f20 2014-04-15 13:36:13 -04:00
Adam Jackson
567538d823 Initial ppc64le enablement (no hardware drivers or vdpau yet) 2014-03-26 16:19:20 -04:00
Adam Jackson
0411aeba5e mesa: Don't optimize out glClear if drawbuffer size is 0x0 (fdo #75797) 2014-03-21 11:33:26 -04:00
Dave Airlie
f35b486601 rebuild against backported llvm 3.4-5 for radeonsi GL 3.3 support. 2014-03-19 06:17:01 +00:00
Igor Gnatenko
637fa0fa97 10.0.4 upstream release
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2014-03-12 20:31:56 +04:00