Skip to content

Commit ae334c5

Browse files
paul-courtkevinrushforth
authored andcommitted
8279013: ES2Pipeline fails to detect AMD vega20 graphics card
Reviewed-by: kcr
1 parent 92b10aa commit ae334c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/javafx.graphics/src/main/java/com/sun/prism/es2/X11GLFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class X11GLFactory extends GLFactory {
4141
// Limit es2 pipe qualification check to supported drivers and GPUs
4242
private GLGPUInfo preQualificationFilter[] = {
4343
new GLGPUInfo("advanced micro devices", null),
44+
new GLGPUInfo("amd", null),
4445
new GLGPUInfo("ati", null),
4546
new GLGPUInfo("intel", null),
4647
new GLGPUInfo("nvidia", null),

0 commit comments

Comments
 (0)