https://bugs.winehq.org/show_bug.cgi?id=46917
Bug ID: 46917 Summary: Redirect an issue "wine's d3d8/9 visual tests fail on i965" to WineHQ Product: WineHQ Bugzilla Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: bugzilla-unknown Assignee: wine-bugs@winehq.org Reporter: asimiklit.work@gmail.com CC: austinenglish@gmail.com Distribution: ---
Mesa issue description:
""" d3d8: visual.c:2728: Test failed: Expected color 0x0000ff00 at 400,60, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x00ff0000 at 560,60, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x0000ff00 at 400,180, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x00ff0000 at 560,180, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x0000ff00 at 80,300, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x0000ff00 at 240,300, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x0000ff00 at 400,300, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x00ff0000 at 560,300, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x00ff0000 at 80,420, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x00ff0000 at 240,420, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x00ff0000 at 400,420, got 0x000000ff. visual.c:2728: Test failed: Expected color 0x00ff0000 at 560,420, got 0x000000ff.
d3d9:
visual.c:12337: Test failed: Expected color 0x0000ff00 at 400,60, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x00ff0000 at 560,60, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x0000ff00 at 400,180, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x00ff0000 at 560,180, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x0000ff00 at 80,300, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x0000ff00 at 240,300, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x0000ff00 at 400,300, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x00ff0000 at 560,300, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x00ff0000 at 80,420, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x00ff0000 at 240,420, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x00ff0000 at 400,420, got 0x000000ff. visual.c:12337: Test failed: Expected color 0x00ff0000 at 560,420, got 0x000000ff.
Fedora 20
[austin@localhost ~]$ yum list installed | grep -e intel -e mesa mesa-dri-drivers.i686 10.0.4-1.20140312.fc20 @updates mesa-dri-drivers.x86_64 10.0.4-1.20140312.fc20 @updates mesa-filesystem.i686 10.0.4-1.20140312.fc20 @updates mesa-filesystem.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libEGL.i686 10.0.4-1.20140312.fc20 @updates mesa-libEGL.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libEGL-devel.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libGL.i686 10.0.4-1.20140312.fc20 @updates mesa-libGL.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libGL-devel.i686 10.0.4-1.20140312.fc20 @updates mesa-libGL-devel.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libGLU.i686 9.0.0-4.fc20 @updates mesa-libGLU.x86_64 9.0.0-4.fc20 @updates mesa-libGLU-devel.i686 9.0.0-4.fc20 @updates mesa-libGLU-devel.x86_64 9.0.0-4.fc20 @updates mesa-libOSMesa.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libOSMesa-devel.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libgbm.i686 10.0.4-1.20140312.fc20 @updates mesa-libgbm.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libglapi.i686 10.0.4-1.20140312.fc20 @updates mesa-libglapi.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libwayland-egl.x86_64 10.0.4-1.20140312.fc20 @updates mesa-libxatracker.x86_64 10.0.4-1.20140312.fc20 @updates xorg-x11-drv-intel.x86_64 2.21.15-5.fc20 @updates """
Looks it is a wine issue here according to:
https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_framebuffer_objec...
"- If the attachment sizes are not all identical, rendering will be limited to the largest area that can fit in all of the attachments (i.e. an intersection of rectangles having a lower left of (0,0) and an upper right of (width,height) for each attachment)
- If the attachment sizes are not all identical, the values of pixels outside the common intersection area after rendering are undefined."
This issue came from mesa issue: https://bugs.freedesktop.org/show_bug.cgi?id=77312