enable vulkan on 32-bit x86

This commit is contained in:
Dave Airlie 2017-10-09 12:30:33 +10:00
parent 163e745ef5
commit 1a2fde64df

View File

@ -28,7 +28,7 @@
%define with_omx 1 %define with_omx 1
%endif %endif
%ifarch x86_64 %ifarch %{ix86} x86_64
%define with_vulkan 1 %define with_vulkan 1
%else %else
%define with_vulkan 0 %define with_vulkan 0
@ -59,7 +59,7 @@
Name: mesa Name: mesa
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
Version: 17.2.2 Version: 17.2.2
Release: 2%{?rctag:.%{rctag}}%{?dist} Release: 3%{?rctag:.%{rctag}}%{?dist}
License: MIT License: MIT
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -688,6 +688,9 @@ popd
%endif %endif
%changelog %changelog
* Mon Oct 09 2017 Dave Airlie <airlied@redhat.com> - 17.2.2-3
- enable vulkan on 32-bit x86
* Tue Oct 03 2017 Adam Jackson <ajax@redhat.com> - 17.2.2-2 * Tue Oct 03 2017 Adam Jackson <ajax@redhat.com> - 17.2.2-2
- Backport S3TC support from master - Backport S3TC support from master