https://bugs.winehq.org/show_bug.cgi?id=44156
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Mini Ninjas demo crashes on |Mini Ninjas demo crashes |launch due to HLSL |due to missing SM1 'dot' |compilation failures |handling
--- Comment #6 from Gijs Vermeulen gijsvrm@gmail.com --- To further split up this bug, these are the current HLSL problems:
0024:err:d3dcompiler:D3DCompile2 <anonymous>:1:443: E5005: Function "tex2D" is not defined.
-> bug 33979
0024:err:d3dcompiler:D3DCompile2 <anonymous>:1:823: E5017: Aborting due to not yet implemented feature: SM1 "sqrt" expression.
-> bug 54200 (kind of, but MR for SM1 version is already open)
0024:err:d3dcompiler:D3DCompile2 <anonymous>:1:823: E5017: Aborting due to not yet implemented feature: SM1 "dot" expression.
-> this bug
0024:err:d3dcompiler:D3DCompile2 <anonymous>:1:920: E5017: Aborting due to not yet implemented feature: SM1 "sat" expression.
-> bug 54373