SHA256
1
0
forked from pool/Mesa

- enabled opencl and that way also Mesa-gallium on 42.3 since we

now build against llvm 6; this also fixes the requirements from
  Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by
  community)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=735
This commit is contained in:
Stefan Dirsch 2018-04-18 09:36:28 +00:00 committed by Git OBS Bridge
parent 0177639543
commit ebabdef0cf
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 18 09:07:57 UTC 2018 - sndirsch@suse.com
- enabled opencl and that way also Mesa-gallium on 42.3 since we
now build against llvm 6; this also fixes the requirements from
Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by
community)
-------------------------------------------------------------------
Thu Apr 5 08:37:03 UTC 2018 - msrb@suse.com

View File

@ -68,8 +68,7 @@
%define with_nine 1
%endif
%if 0%{gallium_loader} && 0%{?suse_version} >= 1330
# llvm >= 3.9 not provided for <= 1330
%if 0%{gallium_loader}
%ifnarch ppc
%define with_opencl 1
%endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 18 09:07:57 UTC 2018 - sndirsch@suse.com
- enabled opencl and that way also Mesa-gallium on 42.3 since we
now build against llvm 6; this also fixes the requirements from
Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by
community)
-------------------------------------------------------------------
Thu Apr 5 08:37:03 UTC 2018 - msrb@suse.com

View File

@ -67,8 +67,7 @@
%define with_nine 1
%endif
%if 0%{gallium_loader} && 0%{?suse_version} >= 1330
# llvm >= 3.9 not provided for <= 1330
%if 0%{gallium_loader}
%ifnarch ppc
%define with_opencl 1
%endif