Skip to content

Commit

Permalink
Use ANGLE in Chrome test runner (#3681)
Browse files Browse the repository at this point in the history
Chrome now relies solely on ANGLE, and removes the DesktopGL [1].
This commit update the Chrome flag to "--use-gl=angle" accordingly.

[1] https://issues.chromium.org/issues/40848940

Signed-off-by: Jianhui Dai <jianhui.j.dai@intel.com>
  • Loading branch information
daijh committed Aug 8, 2024
1 parent 6e77313 commit 7c70574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions other/test-runner/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"--disable-gpu-driver-bug-workarounds",
"--ignore-gpu-blacklist",
"--ignore-gpu-blocklist",
"--use-gl=desktop"
"--use-gl=angle"
]
},

Expand Down Expand Up @@ -88,7 +88,7 @@
"--disable-gpu-driver-bug-workarounds",
"--ignore-gpu-blacklist",
"--ignore-gpu-blocklist",
"--use-gl=desktop"
"--use-gl=angle"
]
},

Expand Down Expand Up @@ -131,7 +131,7 @@
"--disable-gpu-driver-bug-workarounds",
"--ignore-gpu-blacklist",
"--ignore-gpu-blocklist",
"--use-gl=desktop"
"--use-gl=angle"
]
},

Expand Down

0 comments on commit 7c70574

Please sign in to comment.