Skip to content

Commit

Permalink
8246204: No 3D support for newer Intel graphics drivers on Linux
Browse files Browse the repository at this point in the history
Reviewed-by: kcr
  • Loading branch information
Michael Paus authored and kevinrushforth committed Jun 4, 2020
1 parent 6bd0e22 commit 9749982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class X11GLFactory extends GLFactory {
private GLGPUInfo preQualificationFilter[] = {
new GLGPUInfo("advanced micro devices", null),
new GLGPUInfo("ati", null),
new GLGPUInfo("intel open source technology center", null),
new GLGPUInfo("intel", null),
new GLGPUInfo("nvidia", null),
new GLGPUInfo("nouveau", null),
new GLGPUInfo("x.org", null)
Expand Down

0 comments on commit 9749982

Please sign in to comment.