Commit Graph

704 Commits

Author SHA1 Message Date
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