Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
962ce961 by Giovanni Mascellani at 2024-10-14T19:39:12+02:00
vkd3d-shader/ir: Validate the allowed signatures and stages for SV_Position.
- - - - -
20b3a4c3 by Giovanni Mascellani at 2024-10-14T19:39:12+02:00
vkd3d-shader/ir: Validate the allowed data type and component count for SV_Position.
- - - - -
0465549c by Giovanni Mascellani at 2024-10-14T19:39:12+02:00
vkd3d-shader/ir: Validate the allowed signatures and stages for SV_ClipDistance.
- - - - -
33972998 by Giovanni Mascellani at 2024-10-14T19:39:12+02:00
vkd3d-shader/ir: Validate the allowed data type and component count for SV_ClipDistance.
- - - - -
cd5718f5 by Giovanni Mascellani at 2024-10-14T19:39:12+02:00
vkd3d-shader/ir: Validate the allowed signatures and stages for SV_CullDistance.
- - - - -
5dfaa269 by Giovanni Mascellani at 2024-10-14T19:39:12+02:00
vkd3d-shader/ir: Validate the allowed data type and component count for SV_CullDistance.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2d452842ed95aeef4e46b3dc17be…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2d452842ed95aeef4e46b3dc17be…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1c43b2e5 by Giovanni Mascellani at 2024-10-14T15:42:00+02:00
vkd3d-shader/ir: Introduce a helper for validating TEMP registers.
- - - - -
92d1ba91 by Giovanni Mascellani at 2024-10-14T15:42:00+02:00
vkd3d-shader/ir: Introduce a helper for validating SSA registers.
- - - - -
ce638b9c by Giovanni Mascellani at 2024-10-14T15:42:00+02:00
vkd3d-shader/ir: Introduce a helper for validating LABEL registers.
- - - - -
52761e68 by Giovanni Mascellani at 2024-10-14T15:42:00+02:00
vkd3d-shader/ir: Introduce a helper for validating registers without indices.
- - - - -
edbf7349 by Giovanni Mascellani at 2024-10-14T15:42:00+02:00
vkd3d-shader/ir: Introduce a helper for validating SAMPLER registers.
- - - - -
c60eecba by Giovanni Mascellani at 2024-10-14T15:42:00+02:00
vkd3d-shader/ir: Introduce a helper for validating RESOURCE registers.
- - - - -
7021a571 by Giovanni Mascellani at 2024-10-14T15:42:00+02:00
vkd3d-shader/ir: Introduce a helper for validating UAV registers.
- - - - -
15d8591a by Giovanni Mascellani at 2024-10-14T15:42:00+02:00
vkd3d-shader/ir: Introduce a helper for validating RASTOUT registers.
- - - - -
2d452842 by Giovanni Mascellani at 2024-10-14T15:42:00+02:00
vkd3d-shader/ir: Introduce a helper for validating MISCTYPE registers.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/35d2df14d8a799b9596f176f684c…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/35d2df14d8a799b9596f176f684c…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
6801ad9b by Nikolay Sivov at 2024-10-14T15:20:41+02:00
vkd3d-shader/fx: Introduce a parser/disassembler.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
907b6705 by Nikolay Sivov at 2024-10-14T15:40:14+02:00
vkd3d-shader/fx: Add support for parsing constant buffer elements.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
35d2df14 by Nikolay Sivov at 2024-10-14T15:40:46+02:00
vkd3d-shader/fx: Add support for tracing string variables.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5 changed files:
- include/vkd3d_shader.h
- libs/vkd3d-shader/fx.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- programs/vkd3d-compiler/main.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cd249a47b86545fe0b3a4b477f85…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cd249a47b86545fe0b3a4b477f85…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e811e2ec by Alistair Leslie-Hughes at 2024-10-11T17:47:02+02:00
dplayx/tests: Correct Enum tests.
The EnumAddressTypes tests wasn't actually calling the enum function.
The code within the test_EnumAddressTypes function appear to be
setup for calling EnumAddresses, so added a test for this scenario as well.
- - - - -
1 changed file:
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e811e2ecdc55156c170bdda761873e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e811e2ecdc55156c170bdda761873e…
You're receiving this email because of your account on gitlab.winehq.org.