mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Enable intel-clc for ANV ray tracing support
This commit is contained in:
parent
b23cdacd5d
commit
42315d0973
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,9 @@ BuildRequires: pkgconfig(valgrind)
|
|||
%endif
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-mako
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: python3-ply
|
||||
%endif
|
||||
BuildRequires: vulkan-headers
|
||||
BuildRequires: glslang
|
||||
%if 0%{?with_vulkan_hw}
|
||||
|
@ -371,6 +374,7 @@ export RUSTFLAGS="%build_rustflags"
|
|||
-Dglx=dri \
|
||||
-Degl=enabled \
|
||||
-Dglvnd=true \
|
||||
-Dintel-clc=enabled \
|
||||
-Dmicrosoft-clc=disabled \
|
||||
-Dllvm=enabled \
|
||||
-Dshared-llvm=enabled \
|
||||
|
|
Loading…
Reference in a new issue