Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v11: vkd3d-shader/tpf: Add initial support for writing fx_4_0/fx_4_1 binaries.
vkd3d-shader: Add separate binary target type for effects.
vkd3d-shader/hlsl: Handle effect group statement.
vkd3d-shader/hlsl: Add variables for techniques.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/443
On Thu Dec 14 19:23:37 2023 +0000, Fabian Maurer wrote:
> You should probably add the dll prefix, like it's done in the "previous" commit
> `ntdll: Only free reserved memory for HIGH_ENTROPY_VA binaries.`
Done! :smiley:
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4694#note_56020
On Thu Dec 14 19:18:12 2023 +0000, Looming Linux wrote:
> Thanks! Amended commit with more descriptive message.
You should probably add the dll prefix, like it's done in the "previous" commit
`ntdll: Only free reserved memory for HIGH_ENTROPY_VA binaries.`
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4694#note_56016
On Thu Dec 14 19:18:13 2023 +0000, Fabian Maurer wrote:
> You probably want to use a more descriptive commit message. Like, the MR
> title looks okay but the commit title not.
Thanks! Amended commit with more descriptive message.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4694#note_56015
```
Datta: what have we given?
My friend, blood shaking my heart
The awful daring of a moment's surrender
Which an age of prudence can never retract
By this, and this only, we have existed
Which is not to be found in our obituaries
Or in memories draped by the beneficient spider
Or under seals broken by the lean solicitor
In our empty rooms
```
--
v3: vkd3d-shader: Allow compiling d3d bytecode to SPIR-V.
tests: Avoid using "SV_Position" as a name for the vertex shader input.
tests: Use struct vkd3d_shader_scan_signature_info to retrieve the VS input signature.
vkd3d-shader: Do not scan DCL instructions which do not declare resources.
vkd3d-shader: Do not scan the shader in vkd3d_shader_parser_compile() for assembly targets.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/518