We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd0e22 commit 9749982Copy full SHA for 9749982
modules/javafx.graphics/src/main/java/com/sun/prism/es2/X11GLFactory.java
@@ -42,7 +42,7 @@ class X11GLFactory extends GLFactory {
42
private GLGPUInfo preQualificationFilter[] = {
43
new GLGPUInfo("advanced micro devices", null),
44
new GLGPUInfo("ati", null),
45
- new GLGPUInfo("intel open source technology center", null),
+ new GLGPUInfo("intel", null),
46
new GLGPUInfo("nvidia", null),
47
new GLGPUInfo("nouveau", null),
48
new GLGPUInfo("x.org", null)
0 commit comments