*** Bug 97714 has been marked as a duplicate of this bug. ***
When using OpenGL it is possible to trigger the TDR timeout on windows with the right combination of scaling and rotating of a very large image under AMD hardware (at least). In this case a: JPEG 3340x1827 8 bit grey jpeg. I attach a corner-case file that reproduces this.
Created attachment 122501 [details] file hangs with TDF on windows during load Interestingly, works nicely under Linux for me.
Created attachment 122502 [details] apitrace output - also causes a TDR in qapitrace =)
On my windows machine the API trace TDRs when we get to between call 103327 and 103328 ;-) when we get to this stage the back-buffer texture looks -really- odd in qapitrace - as if it is made up of staggered and partially mangled junk ;-) - not ideal !
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=54e3ea8a86a309990f5edf78948bfe18dd2de96b tdf#97715 fix inv. scale calculation in DrawTransformedTexture It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6fb42845b82cc3b065dd788278c08cdacda1e5cc&h=libreoffice-5-1 tdf#97715 fix inv. scale calculation in DrawTransformedTexture It will be available in 5.1.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thanks Tomaz - closing this guy then =) nice - it was the only TDR that I still knew of and it worried me ...
*** Bug 97796 has been marked as a duplicate of this bug. ***