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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9a84cc56 by Anton Baskanov at 2024-10-10T20:27:59+02:00
dplayx/tests: Wait for Open() to finish when forward request is not expected.
Fixes test failures on native.
- - - - -
bb255f0b by Anton Baskanov at 2024-10-10T20:28:01+02:00
dplayx/tests: Correctly report lines in check_Open().
- - - - -
c0de73b8 by Anton Baskanov at 2024-10-10T20:28:01+02:00
dplayx/tests: Send correct port in requests in check_Open().
- - - - -
e8543f6e by Anton Baskanov at 2024-10-10T20:28:01+02:00
dplayx: Don't crash on unknown command ids.
- - - - -
50163d21 by Anton Baskanov at 2024-10-10T20:28:01+02:00
dplayx/tests: Test that ADDFORWARDACK is sent in reply to ADDFORWARD.
- - - - -
2 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ac5f3be475724a60cf1110b31649a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ac5f3be475724a60cf1110b31649a…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
56e5fca5 by Elizabeth Figura at 2024-10-10T21:50:30+02:00
vkd3d-shader/spirv: Always write the point size in vertex shaders.
Vulkan requires that point size be written.
There should be no backwards compatibility concern here, since the vertex shader
supplies point size with the lowest priority.
- - - - -
a29a4288 by Elizabeth Figura at 2024-10-10T21:50:30+02:00
tests: Add a test for shader point size output.
- - - - -
6ee17cf7 by Elizabeth Figura at 2024-10-10T22:14:45+02:00
vkd3d-shader/spirv: Implement shader point size.
- - - - -
54092286 by Elizabeth Figura at 2024-10-10T22:25:09+02:00
vkd3d-shader/ir: Allow controlling FFP point size through a vkd3d-shader parameter.
- - - - -
3ddf4664 by Henri Verbeet at 2024-10-10T22:28:26+02:00
tests/shader_runner: Trace the "clip-planes" cap.
- - - - -
ec53e325 by Elizabeth Figura at 2024-10-10T22:30:35+02:00
tests: Test FFP point size.
- - - - -
1e3c1392 by Elizabeth Figura at 2024-10-10T22:44:26+02:00
vkd3d-shader/ir: Allow controlling FFP point size clamping through vkd3d-shader parameters.
- - - - -
cd249a47 by Elizabeth Figura at 2024-10-10T22:44:33+02:00
tests: Test FFP point size clamping.
- - - - -
13 changed files:
- Makefile.am
- include/vkd3d_shader.h
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- + tests/hlsl/ffp-point-size.shader_test
- + tests/hlsl/shader-point-size.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d9.c
- tests/shader_runner_vulkan.c
- tests/utils.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f0e31dd6b339285240b444e4f372…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f0e31dd6b339285240b444e4f372…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
5b5a27dc by Giovanni Mascellani at 2024-10-10T20:04:13+02:00
vkd3d-shader/ir: Disallow INPUT registers in destination parameters.
- - - - -
6cbe5ffa by Giovanni Mascellani at 2024-10-10T20:04:13+02:00
vkd3d-shader/ir: Disallow OUTPUT registers in source parameters.
- - - - -
f2d181e6 by Giovanni Mascellani at 2024-10-10T20:04:13+02:00
vkd3d-shader/ir: Only allow PATCHCONST registers as source parameteres in Hull and Domain Shaders.
- - - - -
f0e31dd6 by Giovanni Mascellani at 2024-10-10T20:04:13+02:00
vkd3d-shader/ir: Only allow PATCHCONST registers as destination parameteres in Hull Shaders.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bf71b13797767ea14fa2ab05e231…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bf71b13797767ea14fa2ab05e231…
You're receiving this email because of your account on gitlab.winehq.org.