[Bug 11167] Wrong usage of GL_GENERATE_MIPMAP_HINT_SGIS

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 10 15:26:22 CDT 2008


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


Jörg Höhle <hoehle at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hoehle at users.sourceforge.net




--- Comment #1 from Jörg Höhle <hoehle at users.sourceforge.net>  2008-04-10 15:26:22 ---
I found a reference to the following code, but I'm no GL expert.
glTexParameteri(GL_TEXTURE_2D, GL_GENERATE_MIPMAP_SGIS, GL_TRUE);
glHint(GL_GENERATE_MIPMAP_HINT_SGIS, GL_NICEST);

The adventure game Luka from the German police
http://www.luka.polizei-beratung.de/
also produces this message, preceeded with
warn:d3d_texture:IWineD3DBaseTextureImpl_SetAutoGenFilterType Unexpected filter
type 3, setting to GL_NICEST
and later hangs.

A real bug I just noticed are the missing break; in the switch in that
function.
I'll also post it to wine-patches.

Regards,


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