Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9b65cc88 by Shaun Ren at 2025-04-23T17:54:54+02:00
vkd3d-shader/hlsl: Support HLSL_CLASS_STREAM_OUTPUT in hlsl type helpers.
- - - - -
9525eb2f by Shaun Ren at 2025-04-23T17:54:54+02:00
vkd3d-shader/hlsl: Parse the Append() method for stream outputs.
- - - - -
8059608a by Shaun Ren at 2025-04-23T17:54:54+02:00
vkd3d-shader/hlsl: Parse the RestartStrip() method for stream outputs.
- - - - -
d620ad49 by Shaun Ren at 2025-04-23T17:54:54+02:00
vkd3d-shader/hlsl: Introduce HLSL_REGSET_STREAM_OUTPUTS regset.
- - - - -
f2f44b05 by Shaun Ren at 2025-04-23T17:54:54+02:00
vkd3d-shader/hlsl: Allocate registers for stream output objects.
All stream output objects need to have a stream index allocated,
whether they are used or not.
We allocate stream outputs here, before other objects are allocated,
because the stream index is needed to create the appropriate output
semantic variables during append_output_copy(), which will be called
in a lowering pass for the Append() method.
- - - - -
2a89b23e by Shaun Ren at 2025-04-23T18:01:06+02:00
vkd3d-shader/hlsl: Validate and record stream output objects.
Validation should only be done for stream outputs that are used.
- - - - -
5d29554f by Shaun Ren at 2025-04-23T18:03:59+02:00
tests/hlsl: Add geometry shader stream output syntax tests.
- - - - -
5 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- tests/hlsl/geometry-shader-syntax.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/6ca9395368b2189ee6e2fffe223c…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/6ca9395368b2189ee6e2fffe223c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e1b49897 by Piotr Caban at 2025-04-22T21:52:58+02:00
include: Add _FCbuild() declaration.
- - - - -
77033a6f by Piotr Caban at 2025-04-22T21:52:58+02:00
include: Add vsscanf declaration.
- - - - -
a709aeea by Piotr Caban at 2025-04-22T21:52:58+02:00
include: Add function declarations used in msvcr120 tests.
- - - - -
65c2b2fa by Piotr Caban at 2025-04-22T21:52:58+02:00
msvcr120/tests: Link to msvcr120.
- - - - -
13 changed files:
- dlls/msvcp90/locale.c
- dlls/msvcr120/Makefile.in
- dlls/msvcr120/tests/Makefile.in
- dlls/msvcr120/tests/msvcr120.c
- dlls/msvcrt/math.c
- dlls/msvcrt/tests/locale.c
- dlls/ntdll/string.c
- include/msvcrt/complex.h
- include/msvcrt/fenv.h
- include/msvcrt/locale.h
- include/msvcrt/math.h
- include/msvcrt/stdio.h
- include/msvcrt/time.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/505400ab63bc486c6068a262e824e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/505400ab63bc486c6068a262e824e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8626f58c by Nikolay Sivov at 2025-04-22T16:04:15+02:00
include: Change the schannel.h guard name.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8202564d by Nikolay Sivov at 2025-04-22T16:04:16+02:00
include: Add WINHTTP_SECURITY_INFO type.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- include/schannel.h
- include/winhttp.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/aaa55a7ca898beb722a574729f41b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/aaa55a7ca898beb722a574729f41b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
aaa55a7c by Nikolay Sivov at 2025-04-22T16:04:03+02:00
winedump: Fix a crash in 'dump' command.
This is a regression from 405eb2a386df0135174c5d04a24cb3b1adc1c710.
Now with two kinds of handlers we need to check for nulls in both loops.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- tools/winedump/dump.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/aaa55a7ca898beb722a574729f41b6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/aaa55a7ca898beb722a574729f41b6…
You're receiving this email because of your account on gitlab.winehq.org.