FreeBSD Bugzilla – Attachment 240028 Details for
Bug 269006
graphics/mesa-dri enable i915(i915g)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Mesa update
mesa-dri.diff (text/plain), 1.86 KB, created by
sasamotikomi
on 2023-02-09 15:51:12 UTC
(
hide
)
Description:
Mesa update
Filename:
MIME Type:
Creator:
sasamotikomi
Created:
2023-02-09 15:51:12 UTC
Size:
1.86 KB
patch
obsolete
>--- Makefile.orig 2023-02-09 19:23:44.597901000 +0400 >+++ Makefile 2023-02-09 19:23:44.515858000 +0400 >@@ -30,7 +30,7 @@ > .include <bsd.port.options.mk> > .include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common" > >-ALL_GALLIUM_DRIVERS= CROCUS IRIS PANFROST R300 R600 RADEONSI SVGA SWRAST ZINK >+ALL_GALLIUM_DRIVERS= I915 CROCUS IRIS PANFROST R300 R600 RADEONSI SVGA SWRAST ZINK > ALL_VULKAN_DRIVERS= INTEL AMD SWRAST > > GALLIUM_DRIVERS+= SWRAST \ >@@ -48,7 +48,7 @@ > BUILD_DEPENDS+= glslangValidator:graphics/glslang > .endif > .if ${ARCH} == amd64 || ${ARCH} == i386 >-GALLIUM_DRIVERS+= CROCUS IRIS SVGA >+GALLIUM_DRIVERS+= I915 CROCUS IRIS SVGA > VULKAN_DRIVERS+= INTEL > .endif > >--- Makefile.common.orig 2023-02-09 19:23:44.599650000 +0400 >+++ Makefile.common 2023-02-09 19:23:44.556922000 +0400 >@@ -12,7 +12,7 @@ > MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} > MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} > >-MESABASEVERSION= 22.3.4 >+MESABASEVERSION= 22.3.5 > # if there is a subversion, don't include the '-' between 7.11-rc2. > MESASUBVERSION= > >--- distinfo.orig 2023-02-09 19:23:44.600523000 +0400 >+++ distinfo 2023-02-09 19:23:44.584686000 +0400 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1674801615 >-SHA256 (mesa-22.3.4.tar.xz) = 37a1ddaf03f41919ee3c89c97cff41e87de96e00e9d3247959cc8279d8294593 >-SIZE (mesa-22.3.4.tar.xz) = 17041184 >+TIMESTAMP = 1675897770 >+SHA256 (mesa-22.3.5.tar.xz) = 3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9 >+SIZE (mesa-22.3.5.tar.xz) = 17069488 >--- pkg-plist.orig 2023-02-09 19:23:44.598773000 +0400 >+++ pkg-plist 2023-02-09 19:23:44.596648000 +0400 >@@ -10,6 +10,7 @@ > @comment include/KHR/khrplatform.h > @comment include/gbm.h > %%CROCUS_GDRIVER%%lib/dri/crocus_dri.so >+%%I915_GDRIVER%%lib/dri/i915_dri.so > %%IRIS_GDRIVER%%lib/dri/iris_dri.so > %%PANFROST_GDRIVER%%lib/dri/panfrost_dri.so > %%PANFROST_GDRIVER%%lib/dri/rockchip_dri.so
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 269006
:
240028
|
242518