https://bugs.winehq.org/show_bug.cgi?id=43245
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|d3d-util |hlsl Version|2.10 |1.7 Product|Wine |vkd3d
--- Comment #16 from Nikolay Sivov bunglehead@gmail.com --- Current wine fails like this:
--- 0024:trace:d3dcompiler:D3DCompile data 044225E0, data_size 479, filename (null), defines 00000000, include 00000000, entrypoint "main", target "vs_2_0", sflags 0x1, eflags 0, shader 00FE F10C, error_messages 00FEF108. 0024:trace:d3dcompiler:D3DCompile2 data 044225E0, data_size 479, filename (null), macros 00000000, include 00000000, entry_point "main", profile "vs_2_0", flags 0x1, effect_flags 0, seco ndary_flags 0, secondary_data 00000000, secondary_data_size 0, shader_blob 00FEF10C, messages_blob 00FEF108. 0024:err:d3dcompiler:D3DCompile2 Shader log: 0024:err:d3dcompiler:D3DCompile2 <anonymous>:13:30: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:13:28: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:13:28: E5017: Aborting due to not yet implemented feature: Dereference with non-constant offset of type HLSL_IR_EXPR. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:14:36: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:14:28: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:14:28: E5017: Aborting due to not yet implemented feature: Dereference with non-constant offset of type HLSL_IR_EXPR. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:15:36: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:15:28: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:15:28: E5017: Aborting due to not yet implemented feature: Dereference with non-constant offset of type HLSL_IR_EXPR. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:16:36: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:16:28: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:16:28: E5017: Aborting due to not yet implemented feature: Dereference with non-constant offset of type HLSL_IR_EXPR. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:17:18: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:17:10: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:17:10: E5017: Aborting due to not yet implemented feature: Dereference with non-constant offset of type HLSL_IR_EXPR. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:18:18: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:18:10: E5017: Aborting due to not yet implemented feature: SM1 non-float expression. 0024:err:d3dcompiler:D3DCompile2 <anonymous>:18:10: E5017: Aborting due to not yet implemented feature: Dereference with non-constant offset of type HLSL_IR_EXPR. ---