FreeBSD Bugzilla – Attachment 239470 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]
v1 (apply via "git am")
bug268955.diff (text/plain), 1.61 KB, created by
Jan Beich
on 2023-01-14 17:18:21 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2023-01-14 17:18:21 UTC
Size:
1.61 KB
patch
obsolete
>From cbd10ad5988f1d73b830eba5ddc2c178b778afb8 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Sat, 14 Jan 2023 17:06:09 +0000 >Subject: [PATCH] graphics/mesa-dri: extend kwin_x11 workaround to crocus > >PR: 268955 >Tested by: ? >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..c6f7340ee7d6 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=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> > <device driver="iris"> > <application name="kwin_x11" executable="kwin_x11"> > <!-- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251836 -->
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