[Bug 27310] New: Graphics regression for WINE version 1.3.20 and up on Intel GMA 4500
http://bugs.winehq.org/show_bug.cgi?id=27310 Summary: Graphics regression for WINE version 1.3.20 and up on Intel GMA 4500 Product: WineHQ Apps Database Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: imamdxl8805(a)gmail.com Ubuntu 10.10 Linux 2.6.38-02063807-generic xf86-video-intel 2.14.0 Mesa3D 7.11-devel Intel Dual Core 2.20 GHz RAM 3 GB Intel GMA 4500 256 MB --------------------------------------------------------------------------------- games like NFS underground 1 & 2, NFS Most Wanted, NFS Carbon, Flatout 1 & 2 and many others have darker graphics than usual. All games were running fine with WINE versions 1.3.14 - 1.3.19. I choose WINE version 1.3.14 because up versions have mouse input problems which is fixed in WINE 1.3.21. no matter whether GLSL enabled or disabled in WINE, games graphics are dark. This is not a driver bug, since native games and previous WINE versions were working fine. Thank you -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Component|appdb-unknown |-unknown Version|unspecified |1.3.21 Product|WineHQ Apps Database |Wine --- Comment #1 from Jeff Zaroyko <jeffz(a)jeffz.name> 2011-05-28 01:39:17 CDT --- Not an AppDB bug. Changing component to Wine. Please post the results of your regression test: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Graphics regression for |Several games have darker |WINE version 1.3.20 and up |graphics with Intel GMA |on Intel GMA 4500 |4500 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 MD.IMAM HOSSAIN <imamdxl8805(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d Version|1.3.21 |1.3.15 --- Comment #2 from MD.IMAM HOSSAIN <imamdxl8805(a)gmail.com> 2011-06-03 02:51:30 CDT --- This problem is introduced by WINE 1.3.15 by the commits: wined3d: Add support for EXT_texture_sRGB_decode. http://source.winehq.org/git/wine.git/commit/a97c1ad15eb6061cb13888afcbe1090... this commit does not do anything, since it is just declaration of the extension in Wine3D. wined3d: Use EXT_texture_sRGB_decode to avoid sRGB texture duplication. http://source.winehq.org/git/wine.git/commit/75c8e9f7b42173eb3c08e4ae87d485c... this commit triggers the problem. The problem is still present in the current git. wined3d: Use EXT_texture_sRGB_decode to avoid sRGB texture duplication commit, utilizes EXT_texture_sRGB_decode extension to avoid texture duplication. This extension is supported by Intel Mesa i965 driver. if any other driver not experiencing this problem then it is Mesa Intel driver's implementation bug. if I disable this extension via command: export MESA_EXTENSION_OVERRIDE="-GL_EXT_texture_sRGB_decode" then everything becomes normal, since WINE is not using this extension. tested against WINE 1.3.21 if no other drivers experiencing this problem then I will file a bug to https://bugs.freedesktop.org/, since it is not a WINE problem. Thank you -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 --- Comment #3 from MD.IMAM HOSSAIN <imamdxl8805(a)gmail.com> 2011-06-03 02:53:33 CDT --- Created an attachment (id=35001) --> (http://bugs.winehq.org/attachment.cgi?id=35001) Flatout game with the problem -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 --- Comment #4 from MD.IMAM HOSSAIN <imamdxl8805(a)gmail.com> 2011-06-03 02:54:04 CDT --- Created an attachment (id=35002) --> (http://bugs.winehq.org/attachment.cgi?id=35002) Flatout game without the problem -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave(a)gmail.com --- Comment #5 from Jaime Rave <jaimerave(a)gmail.com> 2011-06-03 08:33:49 CDT --- This is a duplicated of bug 26421. The problem is in the driver side and is reported here: https://bugs.freedesktop.org/show_bug.cgi?id=35373 A workaround is to use: MESA_EXTENSION_OVERRIDE=-GL_EXT_texture_sRGB_decode -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-06-03 11:07:44 CDT --- Dupe. *** This bug has been marked as a duplicate of bug 26421 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 Henri Verbeet <hverbeet(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Henri Verbeet <hverbeet(a)gmail.com> 2011-06-09 13:45:38 CDT --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 --- Comment #8 from Jaime Rave <jaimerave(a)gmail.com> 2011-06-09 13:56:09 CDT --- (In reply to comment #7)
Closing.
This is still a problem even when bug on https://bugs.freedesktop.org/show_bug.cgi?id=35373 is fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=27310 --- Comment #9 from MD.IMAM HOSSAIN <imamdxl8805(a)gmail.com> 2011-06-09 20:10:22 CDT --- I think it is not a WINE's problem if other drivers is not experiencing same problem. We need to file another bug to https://bugs.freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=35373 is fixed but games are a bit brighter but not completely normal. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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