[Bug 24800] wine try to use float texture even if driver don't support them

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 19 13:58:09 CDT 2010


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

Roderick Colenbrander <thunderbird2k at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thunderbird2k at gmail.com

--- Comment #2 from Roderick Colenbrander <thunderbird2k at gmail.com> 2010-10-19 13:58:09 CDT ---
What does the output of glxinfo look like? After having a more closer look at
the spec it seems to say that while texture_rg adds single and dual color
formats, the float versions are only around when ARB_texture_float is also
around. Right now we indeed only check for texture_rg and assume in case it is
around, the float formats must also be around.

-- 
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