[Bug 84651] Distorted graphics or black window when running Battle.net app on Intel hardware via wine

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 10 05:18:28 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=84651

--- Comment #11 from Lubosz Sarnecki <lubosz at gmail.com> ---
This bug affects all application using Qt5 QtQuick 2 applications build with
MSVC run on i965.

http://en.wikipedia.org/wiki/Qt_Quick

The MSVC Qt5 SDK uses the ANGLE graphics layer, in contrary to the MinGW one,
which uses Desktop OpenGL.

https://code.google.com/p/angleproject/

Since native Qt5 Linux applications do not use ANGLE, only applications using
wine are affected.

I have uploaded precompiled versions of the QtQuick clock example, one using
MinGW, the other one MSVC. 

https://drive.google.com/folderview?id=0B0bLtNyAhxgod2RGeXpmbVB0ejg&usp=sharing

The bug only occurs for the MSVC/ANGLE version.

I also uploaded apitraces of the native Linux version and wine with MSVC and
MinGW.

All traces can be played back on nouveau and swrast (e.g.
LIBGL_ALWAYS_SOFTWARE=1). 
The MSVC/ANGLE traces cannot be played back on i965. All software versions on
both systems are identical.

Traces using MSVC/ANGLE recorded on nouveau also cannot be played back on i965.

Analyzing the MSVC/ANGLE trace with qapitrace on i965 shows that the texture is
uploaded correctly, but apparently not displayed correctly.

http://imgur.com/N5Yipyf

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20141110/2115cc4d/attachment.html>


More information about the intel-3d-bugs mailing list