[Bug 16844] 3dmark2001 Point Sprites test rendered incorrectly in wine >= 1.1.12

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 8 07:56:18 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=16844





--- Comment #4 from H. Verbeet <hverbeet at 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.



More information about the wine-bugs mailing list