Skip to content

Commit 9749982

Browse files
Michael Pauskevinrushforth
authored andcommitted
8246204: No 3D support for newer Intel graphics drivers on Linux
Reviewed-by: kcr
1 parent 6bd0e22 commit 9749982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class X11GLFactory extends GLFactory {
4242
private GLGPUInfo preQualificationFilter[] = {
4343
new GLGPUInfo("advanced micro devices", null),
4444
new GLGPUInfo("ati", null),
45-
new GLGPUInfo("intel open source technology center", null),
45+
new GLGPUInfo("intel", null),
4646
new GLGPUInfo("nvidia", null),
4747
new GLGPUInfo("nouveau", null),
4848
new GLGPUInfo("x.org", null)

0 commit comments

Comments
 (0)