[Integrated] FYI: 8242950: Files which can't be selected has different color with metal…
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Mon Jun 15 13:05:23 UTC 2020
On Mon, 15 Jun 2020 12:49:33 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> … than opengl in JFileChooser
>
> Opengl uses GL_INTENITY as internal format for texture creation in glTexImage2D
> As per https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glTexImage2D.xml,
> GL internally assembles it into an RGBA element by replicating the intensity value three times for red, green, blue,
> and alpha. Same is done in Metal grayscale text rendering.
This pull request has now been integrated.
Changeset: e16e7f0b
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL: https://git.openjdk.java.net/lanai/commit/e16e7f0b
Stats: 24 lines in 1 file changed: 1 ins; 20 del; 3 mod
8242950: Files which can't be selected has different color with metal…
-------------
PR: https://git.openjdk.java.net/lanai/pull/58
More information about the lanai-dev
mailing list