Integrated: 8279013 : ES2Pipeline fails to detect AMD vega20 graphics card

Paul duke at openjdk.java.net
Wed Jan 26 00:04:39 UTC 2022


On Mon, 20 Dec 2021 17:48:19 GMT, Paul <duke at openjdk.java.net> wrote:

> I have an AMD Radeon VII (vega20) series GPU which is identifying with a vendor string of "AMD".
> 
> This is not present in the `X11GLFactory` list of `preQualificationFilter` vendor names, so my system (and probably any other vega20 based cards under Linux) will always fall back to software rendering.
> 
> This adds the "amd" string to the `preQualificationFilter` list.

This pull request has now been integrated.

Changeset: ae334c56
Author:    Paul Court <emails at paulcourt.co.uk>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/ae334c56687ad81cb3963f2529f93144586dd750
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8279013: ES2Pipeline fails to detect AMD vega20 graphics card

Reviewed-by: kcr

-------------

PR: https://git.openjdk.java.net/jfx/pull/698


More information about the openjfx-dev mailing list