1
0
2016-10-31 10:08:30 +00:00
committed by Git OBS Bridge
parent 2cb1e8395b
commit 6f356460af
3 changed files with 88 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 25 13:40:49 UTC 2016 - alarrosa@suse.com
- Add disable-gpu-when-using-nouveau-boo-1005323.diff. Disables the
use of the gpu by webengine when the nouveau opengl driver is
detected since nouveau doesn't support rendering from different
threads. Also, allows to use two environment variables
QT_WEBENGINE_DISABLE_GPU to force the disabling of the gpu and
QT_WEBENGINE_DISABLE_NOUVEAU_WORKAROUND to disable the detection
of nouveau, just in case someone wants to try with newer nouveau
releases (boo#1005323, boo#997171).
-------------------------------------------------------------------
Thu Oct 6 09:26:52 UTC 2016 - hrvoje.senjan@gmail.com