Alexandre Julliard pushed to branch master at wine / wine
Commits:
51cadb6f by Jacob Czekalla at 2025-06-02T20:50:52+02:00
taskschd/tests: Adds a test for IRegisteredTaskCollection get_Item and get_Count.
- - - - -
13b4de80 by Jacob Czekalla at 2025-06-02T20:51:02+02:00
taskschd: Implements IRegisteredTaskCollection get_Item().
- - - - -
73966f6b by Jacob Czekalla at 2025-06-02T20:51:06+02:00
taskschd: Implements IRegisteredTaskCollection get_Count().
- - - - -
2 changed files:
- dlls/taskschd/regtask.c
- dlls/taskschd/tests/scheduler.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6677fe356686186ac7b75552f226…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6677fe356686186ac7b75552f226…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
cd1d46cb by Alexandre Julliard at 2025-06-02T20:49:32+02:00
configure: Always check for a valid 64-bit libdir.
- - - - -
e6677fe3 by Alexandre Julliard at 2025-06-02T20:49:40+02:00
configure: Don't use the 64-bit tools if --enable-tools is specified.
This can be useful in a chroot that can't run 64-bit binaries.
- - - - -
2 changed files:
- configure
- configure.ac
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a79639cc6df71e2ebb930941ac0a8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a79639cc6df71e2ebb930941ac0a8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7bfdfaa8 by Joe Souza at 2025-06-02T14:25:44+02:00
include: Fix mistitled field in CONSOLE_READCONSOLE_CONTROL.
- - - - -
f46c71cd by Joe Souza at 2025-06-02T14:25:45+02:00
cmd: Implement tab completion for command line entry.
- - - - -
6 changed files:
- dlls/kernelbase/console.c
- include/consoleapi.h
- programs/cmd/batch.c
- programs/cmd/wcmd.h
- programs/cmd/wcmdmain.c
- programs/conhost/tests/tty.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4333bfb247fa680a8b06c9df6ff28…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4333bfb247fa680a8b06c9df6ff28…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
e3318954 by Nikolay Sivov at 2025-06-02T20:41:37+02:00
vkd3d-shader/fx: Use variable unpacked size when setting buffer sizes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6b2800fa by Nikolay Sivov at 2025-06-02T20:43:27+02:00
vkd3d-shader/fx: Print explicit buffer bind points in fx -> d3d-asm output.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
68386f51 by Nikolay Sivov at 2025-06-02T20:43:44+02:00
vkd3d-shader/fx: Print packoffset() modifiers in fx -> d3d-asm output.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4ef4baa6 by Nikolay Sivov at 2025-06-02T20:43:44+02:00
vkd3d-shader/fx: Fix some typos in fx_2_0 state names.
- - - - -
4e2fefdf by Nikolay Sivov at 2025-06-02T20:43:44+02:00
vkd3d-shader/fx: Use correct array sizes for the fx_2_0 states.
- - - - -
108f4fe4 by Nikolay Sivov at 2025-06-02T20:51:33+02:00
vkd3d-shader/fx: Fix reading the assignment value base type when parsing fx_2_0.
- - - - -
c895f63a by Nikolay Sivov at 2025-06-02T20:51:38+02:00
vkd3d-shader/fx: Fix a crash in fx -> d3d-asm when named values are not defined.
- - - - -
b6ef417e by Nikolay Sivov at 2025-06-02T20:51:38+02:00
vkd3d-shader/fx: Handle bool types when parsing fx_2_0 assignment values.
- - - - -
1 changed file:
- libs/vkd3d-shader/fx.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9f0185f304e31710817404e6d6de…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9f0185f304e31710817404e6d6de…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
5998723e by Giovanni Mascellani at 2025-06-02T20:31:19+02:00
vkd3d-shader/glsl: Accept and ignore the REFACTORING_ALLOWED global flag.
- - - - -
df8b6113 by Giovanni Mascellani at 2025-06-02T20:32:36+02:00
vkd3d-shader/msl: Accept and ignore the REFACTORING_ALLOWED global flag.
- - - - -
9f5db1e3 by Giovanni Mascellani at 2025-06-02T20:32:46+02:00
vkd3d-shader/glsl: Ignore the PARTIALPRECISION destination modifier.
- - - - -
10be58a7 by Giovanni Mascellani at 2025-06-02T20:33:01+02:00
vkd3d-shader/msl: Ignore the PARTIALPRECISION destination modifier.
- - - - -
ed60dd59 by Giovanni Mascellani at 2025-06-02T20:33:13+02:00
tests: Add a test for the ABSNEG source modifier.
- - - - -
bc0dd891 by Giovanni Mascellani at 2025-06-02T20:35:48+02:00
vkd3d-shader/glsl: Support the ABSNEG source modifier.
- - - - -
9f0185f3 by Giovanni Mascellani at 2025-06-02T20:36:42+02:00
vkd3d-shader/msl: Support the ABSNEG source modifier.
- - - - -
3 changed files:
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/msl.c
- tests/hlsl/abs.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/215dfe04508fffdab2cad9d20831…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/215dfe04508fffdab2cad9d20831…
You're receiving this email because of your account on gitlab.winehq.org.