FreeBSD Bugzilla – Attachment 239492 Details for
Bug 268955
graphics/mesa-dri: extend kwin_x11 workaround to crocus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v2 (apply via "git am")
bug268955.diff (text/plain), 3.07 KB, created by
Jan Beich
on 2023-01-15 17:27:16 UTC
(
hide
)
Description:
v2 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2023-01-15 17:27:16 UTC
Size:
3.07 KB
patch
obsolete
>From 0edf4b1c77a3bcb8f83aed8d6d94e4265c983b7b Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Sat, 14 Jan 2023 17:06:09 +0000 >Subject: [PATCH 1/2] graphics/mesa-dri: extend kwin_x11 workaround to crocus > >PR: 268955 >Tested by: jsm, probono@puredarwin.org >Approved by: manu >--- > graphics/mesa-dri/Makefile | 2 +- > graphics/mesa-dri/files/01-freebsd.conf | 8 ++++++++ > 2 files changed, 9 insertions(+), 1 deletion(-) > >diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile >index 9528ab8b625d..c382cd44e2a1 100644 >--- a/graphics/mesa-dri/Makefile >+++ b/graphics/mesa-dri/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= mesa-dri > PORTVERSION= ${MESAVERSION} >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics > > COMMENT= OpenGL hardware acceleration drivers for DRI2+ >diff --git a/graphics/mesa-dri/files/01-freebsd.conf b/graphics/mesa-dri/files/01-freebsd.conf >index 02282ee9e1cb..92c618dcab90 100644 >--- a/graphics/mesa-dri/files/01-freebsd.conf >+++ b/graphics/mesa-dri/files/01-freebsd.conf >@@ -1,4 +1,12 @@ > <driconf> >+ <device driver="crocus"> >+ <application name="kwin_x11" executable="kwin_x11"> >+ <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268955 --> >+ <option name="glx_extension_override" value="-GLX_EXT_buffer_age" /> >+ <!-- https://gitlab.freedesktop.org/mesa/mesa/-/commit/580fbbb59a60 --> >+ <option name="glx_disable_ext_buffer_age" value="true" /> >+ </application> >+ </device> > <device driver="iris"> > <application name="kwin_x11" executable="kwin_x11"> > <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 --> > >From 709ad99fa66278d28e9265733e8b892da3f9b708 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Sun, 15 Jan 2023 17:22:09 +0000 >Subject: [PATCH 2/2] graphics/mesa-dri: drop obsolete override after > 22a85734ff71 > >PR: 268955 >Approved by: manu >--- > graphics/mesa-dri/files/01-freebsd.conf | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/graphics/mesa-dri/files/01-freebsd.conf b/graphics/mesa-dri/files/01-freebsd.conf >index 92c618dcab90..0768e4c69d55 100644 >--- a/graphics/mesa-dri/files/01-freebsd.conf >+++ b/graphics/mesa-dri/files/01-freebsd.conf >@@ -3,16 +3,12 @@ > <application name="kwin_x11" executable="kwin_x11"> > <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268955 --> > <option name="glx_extension_override" value="-GLX_EXT_buffer_age" /> >- <!-- https://gitlab.freedesktop.org/mesa/mesa/-/commit/580fbbb59a60 --> >- <option name="glx_disable_ext_buffer_age" value="true" /> > </application> > </device> > <device driver="iris"> > <application name="kwin_x11" executable="kwin_x11"> > <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 --> > <option name="glx_extension_override" value="-GLX_EXT_buffer_age" /> >- <!-- https://gitlab.freedesktop.org/mesa/mesa/-/commit/580fbbb59a60 --> >- <option name="glx_disable_ext_buffer_age" value="true" /> > </application> > </device> > </driconf>
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 268955
:
239470
| 239492