[Bug 26058] Thief: Deadly Shadows - Some texture problems & very many messages 'Texture wrapping not yet supported'

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 3 17:15:57 CDT 2014


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

hanska2 at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanska2 at luukku.com

--- Comment #3 from hanska2 at luukku.com ---
I think that the bug is still there

http://source.winehq.org/git/wine.git/blob/c654b7be68fc978e532cf6f2a8881b5d0669b5c1:/dlls/wined3d/state.c#l1696

1696 static void state_wrap(struct wined3d_context *context, const struct
wined3d_state *state, DWORD state_id)
1697 {
1698 if (state->render_states[WINED3D_RS_WRAP0]
1699 || state->render_states[WINED3D_RS_WRAP1]
1700 || state->render_states[WINED3D_RS_WRAP2]
1701 || state->render_states[WINED3D_RS_WRAP3]
1702 || state->render_states[WINED3D_RS_WRAP4]
1703 || state->render_states[WINED3D_RS_WRAP5]
1704 || state->render_states[WINED3D_RS_WRAP6]
1705 || state->render_states[WINED3D_RS_WRAP7]
1706 || state->render_states[WINED3D_RS_WRAP8]
1707 || state->render_states[WINED3D_RS_WRAP9]
1708 || state->render_states[WINED3D_RS_WRAP10]
1709 || state->render_states[WINED3D_RS_WRAP11]
1710 || state->render_states[WINED3D_RS_WRAP12]
1711 || state->render_states[WINED3D_RS_WRAP13]
1712 || state->render_states[WINED3D_RS_WRAP14]
1713 || state->render_states[WINED3D_RS_WRAP15])
1714 FIXME("(WINED3D_RS_WRAP0) Texture wrapping not yet supported.\n");
1715 }

That's the only place I could find that error message.

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