https://bugs.winehq.org/show_bug.cgi?id=20776 --- Comment #34 from Sergey Isakov <isakov-sl(a)bk.ru> --- If I ignored this check and use sm4_frontend then I got the follow ~~~~ fixme:d3d_shader:shader_sm4_read_header Unrecognized shader type 0x4342. fixme:d3d_shader:shader_set_limits Unexpected shader type 2106872 found. fixme:d3d_shader:shader_sm4_read_instruction_modifier Unhandled modifier 0xbf3db598. fixme:d3d_shader:shader_sm4_read_instruction_modifier Unhandled modifier 0x93ac9fd2. fixme:d3d_shader:shader_sm4_read_param Unhandled register type 0xf7. fixme:d3d_shader:shader_sm4_read_param Unhandled immediate constant type 0x3. fixme:d3d_shader:shader_sm4_read_param Unhandled register type 0x97. fixme:d3d_shader:shader_sm4_read_param Unhandled register type 0x93. fixme:d3d_shader:shader_sm4_read_param Unhandled register type 0xba. fixme:d3d_shader:shader_sm4_read_param Skipping modifier 0x4e475349. fixme:d3d_shader:shader_sm4_read_src_param Unhandled swizzle type 0x3. fixme:d3d_shader:shader_sm4_read_param Unhandled order 3. fixme:d3d_shader:shader_sm4_read_src_param Unhandled swizzle type 0x3. ~~~~ That's all for my skill level. -- 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.