https://bugs.winehq.org/show_bug.cgi?id=54786
Bug ID: 54786
Summary: Lethe - Episode One needs 'log' support
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0254:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -5.
0254:err:d3dcompiler:D3DCompile2 Shader log:
0254:err:d3dcompiler:D3DCompile2 <anonymous>:336:8: E5017: Aborting due to
not yet implemented feature: Ternary operator.
0254:err:d3dcompiler:D3DCompile2 <anonymous>:372:8: E5017: Aborting due to
not yet implemented feature: Prioritize between multiple compatible function
overloads.
0254:err:d3dcompiler:D3DCompile2 <anonymous>:372:1: W5300: Implicit
truncation of vector type.
0254:err:d3dcompiler:D3DCompile2 <anonymous>:529:15: E5005: Function "log"
is not defined.
1.7-27-gd6d9aab3
--
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.
https://bugs.winehq.org/show_bug.cgi?id=54826
Bug ID: 54826
Summary: Add support for sign() intrinsic
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
Created attachment 74329
--> https://bugs.winehq.org/attachment.cgi?id=74329
sign() unit tests
This is used by MojoShader for the SGN and MOVA instructions.
I don't have a real-world test, but for something like this I imagine the unit
tests would be enough to work with, so I've attached them here.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=54827
Bug ID: 54827
Summary: Add support for ddx(), ddy() intrinsics
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
As you might expect, these are used by MojoShader for DSX and DSY.
Unlike the other reports I don't have a test immediately available since I
don't think I've run into this one before, but I imagine this isn't much more
than a direct translation to a common binary operation.
This uncompiled effect file is the closest thing I have to a real-world case:
https://github.com/sq/Libraries/blob/master/Squared/RenderLib/Shaders/Gauss…
--
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.
https://bugs.winehq.org/show_bug.cgi?id=54849
Bug ID: 54849
Summary: Ubisoft Connect application shows only window frame
Product: vkd3d
Version: 1.7
Hardware: x86-64
URL: https://ubi.li/4vxt9
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0990:err:d3dcompiler:D3DCompile2 Shader log:
0990:err:d3dcompiler:D3DCompile2 C:\fakepath:51:38: E5005: Method
'SampleBias' is not defined on type 'Texture2D<float4>'.
0990:err:d3dcompiler:D3DCompile2
0978:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0978:err:d3dcompiler:D3DCompile2 Shader log:
0978:err:d3dcompiler:D3DCompile2 C:\fakepath:80:41: E5005: Identifier "t0"
is not declared.
1.7-70-g8ed74377
--
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.
https://bugs.winehq.org/show_bug.cgi?id=54887
Bug ID: 54887
Summary: Add support for SampleGrad() function
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
This is used by MojoShader's HLSL emitter for the TEXLDD instruction.
Amusingly, there's a test in vkd3d already, it's just in binary form only!
https://gitlab.winehq.org/wine/vkd3d/-/blob/b46df551eba19ccf45ad907bef0e622…
--
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.
https://bugs.winehq.org/show_bug.cgi?id=54907
Bug ID: 54907
Summary: S.T.A.L.K.E.R. - Call of Pripyat Benchmark needs
asfloat
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: temp82(a)luukku.com
Distribution: ---
Created attachment 74414
--> https://bugs.winehq.org/attachment.cgi?id=74414
D3DCompile2
new 32bit prefix, installed the benchmark. download link from bug 24868. trying
to run it all default. I did not try to trace any channel. this log is from the
default run from the console.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=55361
Bug ID: 55361
Summary: Preprocessor does not handle macros used from other
macros
Product: vkd3d
Version: 1.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Created attachment 74941
--> https://bugs.winehq.org/attachment.cgi?id=74941
test
Attaching a test that currently fails with:
E5005: Identifier "a" is not declared.
Preprocessed function looks like this:
vkd3d:547664:trace:preproc_lexer_parse float4 func ( float4 arg )
vkd3d:547664:trace:preproc_lexer_parse {
vkd3d:547664:trace:preproc_lexer_parse return ( ( a . r ) + arg . b ) ;
vkd3d:547664:trace:preproc_lexer_parse }
So nested macro is using argument name as is, instead of using actual name that
outer macro was use with.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=55082
Bug ID: 55082
Summary: Zoria and the Cursed Land demo crashes due to HLSL
compilation failure ('Multiple variables bound to s0')
Product: vkd3d
Version: 1.7
Hardware: x86-64
URL: https://store.steampowered.com/app/1622110/Zoria_and_t
he_Cursed_Land/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 74632
--> https://bugs.winehq.org/attachment.cgi?id=74632
output
This happens after character creation.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=54926
Bug ID: 54926
Summary: Multiple games crash with 'syntax error, unexpected
KW_SAMPLERCOMPARISONSTATE' (Cradle, Conspiracy's Clean
Slate 64K demo)
Product: vkd3d
Version: 1.7
Hardware: x86-64
URL: https://web.archive.org/web/20210807072016/https://con
spiracy.hu/files/cns%21cns-AMDfix.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
0024:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0024:err:d3dcompiler:D3DCompile2 Shader log:
0024:err:d3dcompiler:D3DCompile2 <anonymous>:3:1: E5000: syntax error,
unexpected KW_SAMPLERCOMPARISONSTATE
0024:err:d3dcompiler:D3DCompile2
--
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.
https://bugs.winehq.org/show_bug.cgi?id=55428
Bug ID: 55428
Summary: MIssing support for "if" statement attributes
Product: vkd3d
Version: 1.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Created attachment 74990
--> https://bugs.winehq.org/attachment.cgi?id=74990
test
Spider-Man: Shattered Dimensions fails to compile attached shader:
---
03b8:trace:d3dcompiler:D3DCompile data 090FE2C0, data_size 15602, filename
(null), defines 00000000, include 00000000, entrypoint "PixelShaderMain",
target "ps_3_0", sflags 0x8, eflags 0, shader 090EE26C, error_messages
090EE270.
03b8:trace:d3dcompiler:D3DCompile2 data 090FE2C0, data_size 15602, filename
(null), macros 00000000, include 00000000, entry_point "PixelShaderMain",
profile "ps_3_0", flags 0x8, effect_flags 0, secondary_flags 0, secondary_data
00000000, secondary_data_size 0, shader_blob 090EE26C, messages_blob 090EE270.
03b8:fixme:d3dcompiler:D3DCompile2 Ignoring flags 0x8.
03b8:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
03b8:err:d3dcompiler:D3DCompile2 Shader log:
03b8:err:d3dcompiler:D3DCompile2 <anonymous>:187:1: E5000: syntax error,
unexpected '['
03b8:err:d3dcompiler:D3DCompile2
---
This needs support for both [flatten] and [branch] attributes.
--
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.