[Bug 46917] New: Redirect an issue "wine's d3d8/ 9 visual tests fail on i965" to WineHQ
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(a)winehq.org Reporter: asimiklit.work(a)gmail.com CC: austinenglish(a)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(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46917 --- Comment #1 from Henri Verbeet <hverbeet(a)gmail.com> --- Created attachment 64005 --> https://bugs.winehq.org/attachment.cgi?id=64005 patch Does the attached patch help? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46917 --- Comment #2 from asimiklit <asimiklit.work(a)gmail.com> --- (In reply to Henri Verbeet from comment #1)
Created attachment 64005 [details] patch
Does the attached patch help?
I tested it with your patch and yes, this patch fixes it) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46917 --- Comment #3 from Henri Verbeet <hverbeet(a)gmail.com> --- Should be fixed by commit 7551f01bd0ed1ac6a82663305bc2dfe9bc07d034. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46917 --- Comment #4 from Austin English <austinenglish(a)gmail.com> --- (In reply to Henri Verbeet from comment #3)
Should be fixed by commit 7551f01bd0ed1ac6a82663305bc2dfe9bc07d034.
FYI, I no longer have this hardware. I'm not sure if OP plans to test again or not, but feel free to resolve it if you'd like. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46917 asimiklit <asimiklit.work(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #5 from asimiklit <asimiklit.work(a)gmail.com> --- (In reply to Henri Verbeet from comment #3)
Should be fixed by commit 7551f01bd0ed1ac6a82663305bc2dfe9bc07d034.
Sorry for late reply, I re-tested this issue with your commit and can confirm that this issue was fixed by it. Thanks a lot) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46917 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |7551f01bd0ed1ac6a82663305bc | |2dfe9bc07d034 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46917 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|bugzilla-unknown |-unknown Product|WineHQ Bugzilla |Wine -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46917 Matteo Bruni <matteo.mystral(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Summary|Redirect an issue "wine's |d3d8/9 visual tests fail on |d3d8/9 visual tests fail on |i965 |i965" to WineHQ | Component|-unknown |directx-d3d -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46917 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.6. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org