[Bug 59228] New: Dead Rising 2 needs "pow" instruction support
http://bugs.winehq.org/show_bug.cgi?id=59228 Bug ID: 59228 Summary: Dead Rising 2 needs "pow" instruction support Product: vkd3d Version: 1.18 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: hlsl Assignee: wine-bugs@list.winehq.org Reporter: andrey.goosev@gmail.com Distribution: --- 07c8:fixme:d3d_shader:shader_spirv_compile_shader Shader log: 07c8:fixme:d3d_shader:shader_spirv_compile_shader <anonymous>:15:0: E2007: Unhandled instruction "pow" (0xe5). 07c8:fixme:d3d_shader:shader_spirv_compile_shader 07c8:err:d3d_shader:shader_spirv_compile_shader Failed to compile shader, ret -4. 07c8:err:d3d:wined3d_context_vk_apply_draw_state No pipeline layout set. vkd3d-1.18-118-g47a1d150 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59228 --- Comment #1 from Nikolay Sivov <bunglehead@gmail.com> --- Could be simply a missing mapping to GLSLstd450Pow. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59228 --- Comment #2 from Henri Verbeet <hverbeet@gmail.com> --- (In reply to Nikolay Sivov from comment #1)
Could be simply a missing mapping to GLSLstd450Pow.
It needs a bit more to handle inputs <= 0; see also shader_glsl_pow() in wined3d. It would probably also be nicer on the backends to lower it to VSIR_OP_EXP and VSIR_OP_LOG, much like intrinsic_pow() does in hlsl.y. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59228 --- Comment #3 from Henri Verbeet <hverbeet@gmail.com> --- I've submitted https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1889 for this. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59228 Andrey Gusev <andrey.goosev@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |5bbf21bf41b06b715271161ec5f | |bd0cfcc6bbf97 --- Comment #4 from Andrey Gusev <andrey.goosev@gmail.com> --- Fixed by 5bbf21bf41b06b715271161ec5fbd0cfcc6bbf97 -- 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.
participants (1)
-
WineHQ Bugzilla