http://bugs.winehq.org/show_bug.cgi?id=17527
Summary: 3D Mark 2001 SE DOT3 bumpmap test fails to render texture Product: Wine Version: 1.1.15 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: paniemin@cc.hut.fi
3D Mark 2001 SE DOT3 bumpmap test fails to render texture with error message: fixme:d3d:get_src_and_opr Unhandled texture arg WINED3DTA_SPECULAR
This used to work before correctly.
My system is using atifs fixed function pipeline. radeon-m 9200 (r280)
I can run bisect if it isn't trivial to locate problem with that error message.
http://bugs.winehq.org/show_bug.cgi?id=17527
--- Comment #1 from H. Verbeet hverbeet@gmail.com 2009-02-25 04:15:21 --- I don't think atifs is supposed to call that function. Please do the regression test.
http://bugs.winehq.org/show_bug.cgi?id=17527
--- Comment #2 from Pauli Nieminen suokkos@gmail.com 2009-02-27 05:04:46 --- Found that problems was that I had accidetaly disabled pixel shader for 3DMark 2001 but when I enable pixel shaders from winecfg some of objects aren't rendered at all.
Error message spamming looks like: fixme:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glDrawElements @ drawprim.c / 276
http://bugs.winehq.org/show_bug.cgi?id=17527
Pauli Nieminen suokkos@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Pauli Nieminen suokkos@gmail.com 2009-02-27 05:21:09 --- This test case renders correctly with correct wine settings. I don't know if it should be support without fragment shaders.
http://bugs.winehq.org/show_bug.cgi?id=17527
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|directx-d3d |-unknown
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-02-27 08:54:17 --- Closing invalid.