Alexandre Julliard pushed to branch master at wine / wine
Commits:
3934a3c3 by Zhiyi Zhang at 2024-10-01T21:16:31+02:00
ntdll/tests: Add RtlConvertDeviceFamilyInfoToString() tests.
- - - - -
3115eeaa by Zhiyi Zhang at 2024-10-01T21:16:31+02:00
ntdll: Implement RtlConvertDeviceFamilyInfoToString().
- - - - -
4 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/rtl.c
- dlls/ntdll/tests/rtl.c
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0502e7a975bb48d902c55500fcd12…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0502e7a975bb48d902c55500fcd12…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4f054aed by Henri Verbeet at 2024-10-01T17:29:48+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_MAX.
- - - - -
5cf85621 by Henri Verbeet at 2024-10-01T17:29:48+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_MIN.
- - - - -
1812258f by Henri Verbeet at 2024-10-01T17:29:48+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_RSQ.
- - - - -
01ba2ba6 by Henri Verbeet at 2024-10-01T17:29:48+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_NOT.
- - - - -
3452d126 by Henri Verbeet at 2024-10-01T17:29:48+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_ELSE.
- - - - -
12 changed files:
- libs/vkd3d-shader/glsl.c
- tests/hlsl/cf-cond-types.shader_test
- tests/hlsl/clamp.shader_test
- tests/hlsl/conditional.shader_test
- tests/hlsl/function-return.shader_test
- tests/hlsl/inverse-trig.shader_test
- tests/hlsl/lit.shader_test
- tests/hlsl/max-min.shader_test
- tests/hlsl/normalize.shader_test
- tests/hlsl/return.shader_test
- tests/hlsl/sqrt.shader_test
- tests/hlsl/unroll.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2ea5f187f9d53eca90b37586a704…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2ea5f187f9d53eca90b37586a704…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8010ef87 by Victor Chiletto at 2024-10-01T17:28:41+02:00
tests: Add a test for unused overlapping cbuffer reservations.
- - - - -
2ea5f187 by Victor Chiletto at 2024-10-01T17:28:41+02:00
vkd3d-shader/hlsl: Allow cbuffer reservations to overlap if only one of them is allocated.
- - - - -
2 changed files:
- libs/vkd3d-shader/hlsl_codegen.c
- tests/hlsl/register-reservations-numeric.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5e52ccbf3dd98229e493775cafa0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5e52ccbf3dd98229e493775cafa0…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
5e52ccbf by Nikolay Sivov at 2024-10-01T17:27:12+02:00
vkd3d-shader/hlsl: Move default values indexing fixup to the tpf writer stage.
The primary goal here is to move compilation profile type and version
check outside of a parsing stage. Default values for parameters were
never subjected to this fixup, and it does look tpf-specific, so moving
it where it belongs.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/5e52ccbf3dd98229e493775cafa04…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/5e52ccbf3dd98229e493775cafa04…
You're receiving this email because of your account on gitlab.winehq.org.