Commit Graph

787 Commits

Author SHA1 Message Date
Kalev Lember
99164bf932 Add back libglvnd support again
Another build so that we can put it in the same bodhi update as the
libglvnd build and atomically push them out together.

This reverts commit 7eb9118390.
2017-01-30 22:51:45 +01:00
Kalev Lember
7eb9118390 Temporarily revert libglvnd support
We had a mesa update go stable without a matching libglvnd update,
leading to users getting partial mesa updates and making systems
unbootable.

This commit temporarily reverts the switch to libglvnd so that we could
fix the situation in two steps:

1) get a working mesa back to stable repos (addressed by this commit)
2) push libglvnd using mesa + libglvn update out atomically

https://pagure.io/fesco/issue/1675
2017-01-30 21:40:50 +01:00
Dave Airlie
e9ab3825d5 Fix llvm 3.8 radeonsi tess bug (#1413888) 2017-01-24 13:18:38 +10:00
Hans de Goede
ab7cedf46f Merge commit '5e8f8f1e6b80f25dce2ce1763bdd946413c57d4a' into f25 2017-01-23 13:08:11 +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
001b730a94 13.0.3 2017-01-06 16:57:03 +00:00
Peter Robinson
fa6b16e99c 13.0.3 2017-01-06 11:41:35 +00:00
Igor Gnatenko
def8a86451 Use nettle for sha1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
(cherry picked from commit 6ebf01b0cf)
2016-12-12 16:15:55 +01:00
Igor Gnatenko
6ebf01b0cf Use nettle for sha1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-12-12 16:12:58 +01:00
Dave Airlie
9b664a4970 13.0.2 GA
- enable intel vulkan driver (radeon requires llvm 3.9)
2016-12-05 18:14:15 +10:00
Adam Jackson
758fa20491 Backport a texture corruption fix for radeon 2016-11-30 13:22:19 -05:00
Adam Jackson
cc3a6bcd48 add missing mesa_glinterop.h 2016-11-29 15:23:09 -05:00
Adam Jackson
082a187a5c 12.0.4 2016-11-29 14:43:49 -05: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
Peter Robinson
6651ada7db Add patch to improve performance in some Raspberry Pi use cases 2016-10-22 15:11:23 +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