FreeBSD Bugzilla – Attachment 234375 Details for
Bug 264394
Several ports can't build with CPUTYPE?=skylake-avx512 or CPUTYPE?=tigerlake - eat 1 CPU core forever
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mesa-dri patch for tigerlake
mesa-dri.patch (text/plain), 1.12 KB, created by
Lorenzo Salvadore
on 2022-06-01 13:13:31 UTC
(
hide
)
Description:
mesa-dri patch for tigerlake
Filename:
MIME Type:
Creator:
Lorenzo Salvadore
Created:
2022-06-01 13:13:31 UTC
Size:
1.12 KB
patch
obsolete
>diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile >index a45cb08cc06b..08d179af3397 100644 >--- a/graphics/mesa-dri/Makefile >+++ b/graphics/mesa-dri/Makefile >@@ -32,8 +32,8 @@ ALL_DRI_DRIVERS= I915 I965 R100 R200 > ALL_GALLIUM_DRIVERS= CROCUS IRIS PANFROST R300 R600 RADEONSI SVGA SWRAST > ALL_VULKAN_DRIVERS= INTEL AMD SWRAST > >-GALLIUM_DRIVERS+= SWRAST # llvmpipe >-VULKAN_DRIVERS+= SWRAST # lavapipe >+#GALLIUM_DRIVERS+= SWRAST # llvmpipe >+#VULKAN_DRIVERS+= SWRAST # lavapipe > > .if ${ARCH:Marm*} > DRI_DRIVERS+= R100 >@@ -46,8 +46,8 @@ GALLIUM_DRIVERS+= PANFROST > .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 \ > || ${ARCH:Mpowerpc*} || ${ARCH} == riscv64 > DRI_DRIVERS+= R100 R200 >-GALLIUM_DRIVERS+= R300 R600 RADEONSI >-VULKAN_DRIVERS+= AMD >+GALLIUM_DRIVERS+= R300 R600 >+#VULKAN_DRIVERS+= AMD > . if ${PORT_OPTIONS:MPLATFORM_X11} > USE_XORG+= xv xvmc > MESON_ARGS+= -Dgallium-xvmc=enabled >@@ -55,7 +55,7 @@ MESON_ARGS+= -Dgallium-xvmc=enabled > .endif > .if ${ARCH} == amd64 || ${ARCH} == i386 > DRI_DRIVERS+= I915 I965 >-GALLIUM_DRIVERS+= CROCUS IRIS SVGA >+GALLIUM_DRIVERS+= IRIS > VULKAN_DRIVERS+= INTEL > .endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264394
: 234375