[Bug 16844] New: 3dmark2001 Point Sprites test rendered incorrectly in wine >= 1.1.12
http://bugs.winehq.org/show_bug.cgi?id=16844 Summary: 3dmark2001 Point Sprites test rendered incorrectly in wine >= 1.1.12 Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: randrik(a)mail.ru I use wine with open source 3d driver on Radeon 9200SE (rv280). Yesterday i found new regression in wine, bisected down to de494ffe3c371110201f3d8a71fcd81f33b90760 is first bad commit commit de494ffe3c371110201f3d8a71fcd81f33b90760 Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Mon Dec 29 09:14:29 2008 +0100 wined3d: The initial value for D3DRS_POINTSIZE_MAX depends on the pointsize limit. :040000 040000 39c0327a30e7ff441869dcfeb56bde3938667fa2 bca8ac39b3b5a3e3665d dbceeb4878901dfadbd6 M dlls ----- Bug still here in wine compiled from git, source updated up to commit 601870a4351753555bfa351a23328b2e1109c7b0 Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Jan 7 13:22:49 2009 +0100 setupapi: Add some tests for StringTableLookUpStringEx. Make them pass. I'll add screenshot. -- 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=16844 --- Comment #1 from Andrew <randrik(a)mail.ru> 2009-01-07 21:48:06 --- Created an attachment (id=18567) --> (http://bugs.winehq.org/attachment.cgi?id=18567) Incorrect picture -- 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=16844 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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=16844 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |1.1.12 -- 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=16844 --- Comment #2 from H. Verbeet <hverbeet(a)gmail.com> 2009-01-08 02:33:41 --- What does your driver report for maximum point size? -- 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=16844 --- Comment #3 from Andrew <randrik(a)mail.ru> 2009-01-08 07:14:54 --- Created an attachment (id=18579) --> (http://bugs.winehq.org/attachment.cgi?id=18579) glxinfo -l not sure if it contain necessary information...... -- 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=16844 --- Comment #4 from H. Verbeet <hverbeet(a)gmail.com> 2009-01-08 07:56:18 ---
GL_ALIASED_POINT_SIZE_RANGE = 1, 2047 GL_SMOOTH_POINT_SIZE_RANGE = 1, 1
We use GL_POINT_SIZE_RANGE to retrieve the point size limit in wined3d, which is the same as GL_SMOOTH_POINT_SIZE_RANGE. Although I think it's weird that the driver reports such a small range, we should probably be using GL_ALIASED_POINT_SIZE_RANGE instead. -- 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=16844 --- Comment #5 from H. Verbeet <hverbeet(a)gmail.com> 2009-01-08 08:01:37 --- Created an attachment (id=18580) --> (http://bugs.winehq.org/attachment.cgi?id=18580) patch Does this patch help? -- 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=16844 --- Comment #6 from Andrew <randrik(a)mail.ru> 2009-01-08 08:44:34 --- (In reply to comment #5)
Created an attachment (id=18580) --> (http://bugs.winehq.org/attachment.cgi?id=18580) [details] patch
Does this patch help?
Yes. With this patch everything is correct again. Thanks! -- 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=16844 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=16844 --- Comment #7 from Pauli Nieminen <suokkos(a)gmail.com> 2009-02-25 04:28:45 --- Fix for this is already released so maybe this should be marked fixed. I did see the bug and now it is fixed in 1.1.15 -- 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=16844 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-02-25 10:44:33 --- Andrew, can you confirm? -- 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=16844 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-08-26 12:38:05 --- No comment, marking 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=16844 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2009-09-02 14:21:24 --- Closing bugs fixed in 1.1.29. -- 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