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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
58f1b9c3 by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in variable declarations.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
346dc59b by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in catch statements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6a561c47 by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in function expressions.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
1100bd7f by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in function parameter lists.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8d3319d0 by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in labelled statements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5569c805 by Gabriel Ivăncescu at 2024-10-10T23:14:41+02:00
jscript: Allow ES5 keywords as identifiers in expressions.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2 changed files:
- dlls/jscript/parser.y
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c7287e2a8e62b2244de9775cfed…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c7287e2a8e62b2244de9775cfed…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8e19a2e9 by Paul Gofman at 2024-10-10T23:14:40+02:00
ntdll/tests: Add more tests for printf format.
- - - - -
81766309 by Paul Gofman at 2024-10-10T23:14:40+02:00
ntdll: Fix passing char argument to pf_handle_string_format().
- - - - -
7ead8081 by Paul Gofman at 2024-10-10T23:14:40+02:00
ntdll: Output unrecognized format symbol in pf_vsnprintf().
- - - - -
8755c7cd by Paul Gofman at 2024-10-10T23:14:40+02:00
ntdll: Make 'l' modifier also affect char wideness.
- - - - -
ba3ad995 by Paul Gofman at 2024-10-10T23:14:40+02:00
ntdll: Make 'h' take precedence over 'l' in pf_vsnprintf().
- - - - -
30c7287e by Paul Gofman at 2024-10-10T23:14:41+02:00
shlwapi: Use printf implementation from ntdll.
- - - - -
7 changed files:
- dlls/ntdll/printf.h
- dlls/ntdll/tests/string.c
- dlls/shlwapi/Makefile.in
- dlls/shlwapi/shlwapi_main.c
- dlls/shlwapi/tests/string.c
- − dlls/shlwapi/wsprintf.c
- dlls/user32/wsprintf.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5f6baf3a8dfea5cdd07f8c0fb88d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5f6baf3a8dfea5cdd07f8c0fb88d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d0785990 by Paul Gofman at 2024-10-10T23:14:40+02:00
user32/tests: Add tests for QueryDisplayConfig( QDC_VIRTUAL_MODE_AWARE ).
- - - - -
32376759 by Paul Gofman at 2024-10-10T23:14:40+02:00
win32u: Support QDC_VIRTUAL_MODE_AWARE in NtUserGetDisplayConfigBufferSizes().
- - - - -
a5f6baf3 by Paul Gofman at 2024-10-10T23:14:40+02:00
win32u: Support QDC_VIRTUAL_MODE_AWARE in NtUserQueryDisplayConfig().
- - - - -
2 changed files:
- dlls/user32/tests/monitor.c
- dlls/win32u/sysparams.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/07080591cb75c66e08f8753af9ffa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/07080591cb75c66e08f8753af9ffa…
You're receiving this email because of your account on gitlab.winehq.org.