Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9f2e1222 by Henri Verbeet at 2025-09-02T11:35:33+02:00
vkd3d-shader/ir: Introduce vsir_data_type_get_name().
- - - - -
3063bbe3 by Henri Verbeet at 2025-09-02T11:35:33+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_label_register().
- - - - -
2be53483 by Henri Verbeet at 2025-09-02T11:35:33+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_sampler_register().
- - - - -
34432062 by Henri Verbeet at 2025-09-02T11:35:33+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_resource_register().
- - - - -
744a49ea by Henri Verbeet at 2025-09-02T11:35:34+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_uav_register().
- - - - -
3 changed files:
- libs/vkd3d-shader/d3d_asm.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/02d70be6ef62e270766569143cc2…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/02d70be6ef62e270766569143cc2…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
887da605 by Elizabeth Figura at 2025-09-02T11:26:30+02:00
vkd3d-shader/hlsl: Initialize the allocator with a type.
- - - - -
933907d3 by Elizabeth Figura at 2025-09-02T11:32:35+02:00
vkd3d-shader/ir: Reallocate temps.
- - - - -
25ae2fcc by Elizabeth Figura at 2025-09-02T11:33:25+02:00
vkd3d-shader/hlsl: Use unique temps for non-indexable variables.
- - - - -
02d70be6 by Elizabeth Figura at 2025-09-02T11:33:25+02:00
vkd3d-shader/hlsl: Use unique temps for per-component operations.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/979d7e4b85f2fb8db60219f4a267…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/979d7e4b85f2fb8db60219f4a267…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6b1c07b8 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00
mshtml: Implement DOMParser constructor and instance object.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
cc904bf8 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00
mshtml: Move document dispex info initialization to create_document_node.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
04850bc3 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00
mshtml: Use Gecko's responseXML to create the XML document in IE10 and up.
Native modes IE10 and up implement XML documents as children of the
DocumentPrototype, which have standard IHTMLDocument interfaces. But
previous modes do not, but instead have the IXMLDOMDocument interface
(which suggests it uses msxml like now).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2de16339 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00
mshtml: Fallback to text/xml for unknown content types ending with +xml in get_mimeType.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
75bc5e47 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00
mshtml: Implement anchors prop for XML documents.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3e0a5e72 by Gabriel Ivăncescu at 2025-09-01T20:41:35+02:00
mshtml: Implement DOMParser's parseFromString.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
10 changed files:
- dlls/mshtml/htmldoc.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/nsembed.c
- dlls/mshtml/nsiface.idl
- dlls/mshtml/omnavigator.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
- dlls/mshtml/tests/xhr.js
- dlls/mshtml/tests/xmlhttprequest.c
- dlls/mshtml/xmlhttprequest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6643fbd21d1cd2cb93e3c21e482db…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6643fbd21d1cd2cb93e3c21e482db…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
376370ec by Tyson Whitehead at 2025-09-01T20:41:35+02:00
winebus: Unspecified condition blocks are full strength.
Under Windows and the PID specification it is possible to specify
less than the full set of condition blocks. Under SDL and the
Linux FF input API all condition blocks must always be specified.
This sets unspecified axes in the SDL and input backends to play
at full strength to agree with Windows and hidraw.
- - - - -
4a16b5e3 by Tyson Whitehead at 2025-09-01T20:41:35+02:00
joy.cpl: Play condition effects on indicated axis too.
Testing with a MS Sidewinde 2 under Windows reveals that playing
a codition effect on just one axis can only be done by explicitly
setting the other axes to a zero strength as unspecified axes
run at full strength and not no strength as might be expected.
The choosen axis must also be the Y axis in order for the result
of the rotation to agree with what happens with non-condition
effects. This is because the the -Y axis is the reference axis
for the direction (i.e., no rotation plays back on the Y axis).
- - - - -
3 changed files:
- dlls/joy.cpl/dinput.c
- dlls/winebus.sys/bus_sdl.c
- dlls/winebus.sys/bus_udev.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5d850302149c7eca65f5c768513b4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5d850302149c7eca65f5c768513b4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
edf3d4bb by Elizabeth Figura at 2025-09-01T15:42:41+02:00
ntdll: Add some traces to synchronization methods.
Normally we can rely on +server for these, but with fast synchronization we'll
be skipping the server.
- - - - -
d4654429 by Elizabeth Figura at 2025-09-01T15:42:44+02:00
ntdll: Add stub functions for in-process synchronization.
- - - - -
a6c3e515 by Elizabeth Figura at 2025-09-01T15:43:56+02:00
ntdll: Retrieve and cache an ntsync device on process init.
- - - - -
2e5a3bf7 by Elizabeth Figura at 2025-09-01T15:43:56+02:00
server: Create inproc sync events for message queues.
- - - - -
98e21dfe by Elizabeth Figura at 2025-09-01T15:50:59+02:00
server: Add a request to retrieve the inproc sync fds.
- - - - -
94991cb4 by Elizabeth Figura at 2025-09-01T15:50:59+02:00
ntdll: Check inproc sync handle access rights on wait.
- - - - -
16 changed files:
- configure
- configure.ac
- dlls/ntdll/unix/server.c
- dlls/ntdll/unix/sync.c
- dlls/ntdll/unix/unix_private.h
- include/config.h.in
- include/wine/server_protocol.h
- server/Makefile.in
- + server/inproc_sync.c
- server/object.h
- server/protocol.def
- server/queue.c
- server/request_handlers.h
- server/request_trace.h
- server/thread.c
- server/user.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c26b95949d93e2cefa417a02c70df…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c26b95949d93e2cefa417a02c70df…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9606ae89 by Eric Pouech at 2025-09-01T11:51:22+02:00
cmd/tests: Add tests about opening/closing parenthesis.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
7fa38191 by Eric Pouech at 2025-09-01T11:51:25+02:00
cmd: Don't create binary node with NULL RHS.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
1d898355 by Eric Pouech at 2025-09-01T11:51:28+02:00
cmd: Simplify builtin ECHO implementation.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
13d7ad2b by Eric Pouech at 2025-09-01T11:51:31+02:00
cmd: Fix handling of '(' in echo commands.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57913
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
56e1857c by Eric Pouech at 2025-09-01T11:51:36+02:00
cmd: Fix unmatched closing parenthesis handling.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57912
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
e672573b by Eric Pouech at 2025-09-01T11:51:40+02:00
cmd/tests: Add more tests about ERASE builtin command.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
36411df9 by Eric Pouech at 2025-09-01T11:51:45+02:00
cmd: Fix return code for ERASE builtin command.
When run on a wild card:ed parameter without any match.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58027
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
0c4f995d by Eric Pouech at 2025-09-01T11:51:50+02:00
cmd/tests: Add tests about (not) echoing labels.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
7b40cf96 by Eric Pouech at 2025-09-01T11:51:53+02:00
cmd: Don't display labels when echo mode is ON.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58614
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6 changed files:
- programs/cmd/builtins.c
- programs/cmd/tests/test_builtins.bat
- programs/cmd/tests/test_builtins.bat.exp
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d79cf39c1fadf4ad01e7504884adc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d79cf39c1fadf4ad01e7504884adc…
You're receiving this email because of your account on gitlab.winehq.org.