FreeBSD Bugzilla – Attachment 188861 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]
workaround patch for x11-toolkits/qt5-gui
patch-src_platformsupport_glxconvenience_qglxconvenience.cpp (text/plain), 445 bytes, created by
Bengt Ahlgren
on 2017-12-15 15:20:28 UTC
(
hide
)
Description:
workaround patch for x11-toolkits/qt5-gui
Filename:
MIME Type:
Creator:
Bengt Ahlgren
Created:
2017-12-15 15:20:28 UTC
Size:
445 bytes
patch
obsolete
>--- src/platformsupport/glxconvenience/qglxconvenience.cpp~ 2016-12-01 09:17:04.000000000 +0100 >+++ src/platformsupport/glxconvenience/qglxconvenience.cpp 2017-12-15 15:53:51.885448000 +0100 >@@ -220,6 +220,8 @@ > continue; > if (requestedAlpha && actualAlpha != requestedAlpha) > continue; >+ if (visual->red_mask == 0xff) >+ continue; > > return candidate; > }
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