FreeBSD Bugzilla – Attachment 190480 Details for
Bug 223638
devel/qt5: Red and blue reversed with Intel driver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated workaround patch for x11-toolkits/qt5-gui
patch-src_platformsupport_glxconvenience_qglxconvenience.cpp (text/plain), 700 bytes, created by
Bengt Ahlgren
on 2018-02-10 13:16:06 UTC
(
hide
)
Description:
updated workaround patch for x11-toolkits/qt5-gui
Filename:
MIME Type:
Creator:
Bengt Ahlgren
Created:
2018-02-10 13:16:06 UTC
Size:
700 bytes
patch
obsolete
>diff --git a/src/platformsupport/glxconvenience/qglxconvenience.cpp b/src/platformsupport/glxconvenience/qglxconvenience.cpp >index 74b7c63473..a9ce10e5ee 100644 >--- a/src/platformsupport/glxconvenience/qglxconvenience.cpp >+++ b/src/platformsupport/glxconvenience/qglxconvenience.cpp >@@ -220,6 +220,10 @@ GLXFBConfig qglx_findConfig(Display *display, int screen , QSurfaceFormat format > if (requestedAlpha && actualAlpha != requestedAlpha) > continue; > >+ // avoid BGR visuals due to bugs elsewhere >+ if ((visual->red_mask & 0x1) == 0x1) >+ continue; >+ > return candidate; > } > } while (qglx_reduceFormat(&format));
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 223638
:
188014
|
188024
|
188056
|
188070
|
188725
|
188861
| 190480