Commit eb9f64c8 authored by Kai Koehne's avatar Kai Koehne Committed by Michael Brüning
Browse files

Fix --enable-webgl-software-rendering with drivers that don't support OpenGL


--enable-webgl-software-rendering is supposed to be used together
with mesa llvmpipe / opengl32sw.dll. However, Chromium did still use
the built-in GPU blacklist to disable features based on the hardware
GPU driver.

Avoid this by always passing --ignore-gpu-blacklist for this mode.

Task-number: QTBUG-69236
Change-Id: I430d101f6eac64478585de54f705e76859c80597
Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
Showing with 3 additions and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment