You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We attempted to use GPU accelerated rendering in a9823e9.
Some users had rendering artefacts on Windows, and at least one user
could not launch the app on Ubuntu 18.04 with:
```
ERROR:command_buffer_proxy_lmpl.cc Context Result::KTranslentFailure:Failed to send GpuChannelMsg_
CreateCommandBuffer.
Segmentation fault (core dumped)
```
To fix these issues, we revert the change and re-enable software
rendering.
We also tried the RHI (QSG_RHI=1 env var), but that does not
work (rendes only a black screen) with QtWebengine due to this bug:
https://bugreports.qt.io/browse/QTBUG-78682 (fix expected only in
Qt6.1, with QtWebengine not being available until Qt6.2)
GPU acceleration was enabled to deal with a very laggy animation when
opening dialogs on Windows. We will deal with this by disabling such
animations in another commit.
0 commit comments