<AWT Dev> [13] RFR 8214109: XToolkit is not correctly displayed color on 16-bit high color setting
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Thu Jan 31 22:25:01 UTC 2019
Hi, Dmitry.
On 30/01/2019 05:02, Dmitry Markov wrote:
> I understand your intention to get rid of “the check of the current 2d pipeline” but it appears impossible to move the related code to java2d in particular OGL.
But it will be good to move it to java2d code, since this is ogl and solaris specific.(if this is really solaris specific then it looks like a bug in OGL pipeline)
> Currently OGL uses ArgbPre pixel converter for rendering. Default pixel converter is used for calculation of pixel value when background colour is set because ArgbPre does not return the correct value for OGL on Solaris (according to JDK-6304250).
> I do not see any way to distinguish between setting of background colour and other rendering operations from java2d code.
It is unclear why it is not possible to get this color since the current fix has a code to calculate this color.
--
Best regards, Sergey.
More information about the awt-dev
mailing list