Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9bf94ff0 by Victor Chiletto at 2025-09-04T13:29:51+02:00
vkd3d-shader/hlsl: Emit texture declarations for SRV structured buffers.
- - - - -
ae450e59 by Victor Chiletto at 2025-09-04T13:29:51+02:00
vkd3d-shader/hlsl: Use the packed byte size as the stride for structured buffer texture declarations.
- - - - -
86988746 by Victor Chiletto at 2025-09-04T13:39:03+02:00
vkd3d-shader/hlsl: Emit vsir structured loads.
- - - - -
ba4027f1 by Victor Chiletto at 2025-09-04T13:39:46+02:00
vkd3d-shader/hlsl: Force default majority for resource formats.
- - - - -
d5fdfa5f by Victor Chiletto at 2025-09-04T13:48:28+02:00
vkd3d-shader/hlsl: Emit RDEF metadata for SRV structured buffers.
- - - - -
f9f37e29 by Victor Chiletto at 2025-09-04T13:49:14+02:00
tests/hlsl: Add a reflection test for SRV structured buffers.
- - - - -
6 changed files:
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/tpf.c
- tests/hlsl/srv-structuredbuffer.shader_test
- tests/hlsl_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2aefcf5d99cfb4836c3c6178be74…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2aefcf5d99cfb4836c3c6178be74…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
46f5e257 by Eric Pouech at 2025-09-03T22:02:05+02:00
cmd: Simplify setting console colors.
Starting splitting the wmain() into various helpers
and introducing structure to hold command line options
(instead of abusing global variables).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a9a0a529 by Eric Pouech at 2025-09-03T22:02:05+02:00
cmd: Reuse exiting execution related helpers in wmain().
This avoids reinventing the wheel when searching for
builtin command / batch file / external executable.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
71c4557d by Eric Pouech at 2025-09-03T22:02:05+02:00
cmd: Finish moving command line handling in dedicated helpers.
Removing a couple of global variables, and simplifying the code.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f214157e by Eric Pouech at 2025-09-03T22:02:05+02:00
cmd: cmd /c or /k shall handle ctrl-c events properly.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
adad7016 by Eric Pouech at 2025-09-03T22:02:05+02:00
cmd: No longer reformat output according to console width.
The console should take care of it. And we shouldn't wrap lines when
outputting inside a file or a pipe.
Removing a pair of global variables.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2 changed files:
- programs/cmd/builtins.c
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2152ae6ab8d1538439bc09a826786…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2152ae6ab8d1538439bc09a826786…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d7f427f4 by Hans Leidekker at 2025-09-03T20:42:43+02:00
include: Comment references to undefined member interfaces.
- - - - -
419a04c7 by Hans Leidekker at 2025-09-03T20:42:46+02:00
include: Define IContentTypeProvider, IInputStream and IInputStreamReference.
- - - - -
3c3ebd54 by Hans Leidekker at 2025-09-03T20:42:46+02:00
include: Define IUser.
- - - - -
ded5e706 by Hans Leidekker at 2025-09-03T20:42:47+02:00
include: Define IAcceleratorKeyEventArgs and ICoreAcceleratorKeys.
- - - - -
5a74d307 by Hans Leidekker at 2025-09-03T22:02:05+02:00
include: Define IKeyCredential and related types.
- - - - -
2152ae6a by Hans Leidekker at 2025-09-03T22:02:05+02:00
include: Define IRfcommServiceId.
- - - - -
21 changed files:
- include/Makefile.in
- include/windows.applicationmodel.core.idl
- include/windows.applicationmodel.idl
- include/windows.data.json.idl
- include/windows.devices.bluetooth.genericattributeprofile.idl
- include/windows.devices.bluetooth.idl
- include/windows.devices.bluetooth.rfcomm.idl
- include/windows.devices.enumeration.idl
- include/windows.management.deployment.idl
- include/windows.media.idl
- include/windows.media.mediaproperties.idl
- include/windows.networking.connectivity.idl
- include/windows.security.credentials.idl
- + include/windows.security.cryptography.core.idl
- include/windows.storage.fileproperties.idl
- include/windows.storage.idl
- include/windows.storage.streams.idl
- include/windows.system.idl
- include/windows.system.profile.idl
- include/windows.ui.composition.idl
- include/windows.ui.core.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d1d813de3170038b4849595b3c673…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d1d813de3170038b4849595b3c673…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
33daeaab by Alexandre Julliard at 2025-09-03T19:32:24+02:00
gitlab: Merge the platform docker files back into a single file.
- - - - -
0e07d21b by Alexandre Julliard at 2025-09-03T19:32:24+02:00
gitlab: Install the conflicting i386 gstreamer packages manually.
Based on a patch by Rémi Bernon.
- - - - -
5 changed files:
- tools/gitlab/build.yml
- − tools/gitlab/image-amd64.docker
- − tools/gitlab/image-arm64.docker
- + tools/gitlab/image.docker
- tools/gitlab/image.yml
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/efcf26b51ca317a19c28974565ed5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/efcf26b51ca317a19c28974565ed5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
41e2a891 by Paul Gofman at 2025-09-03T18:59:57+02:00
nsiproxy.sys: Use a separate critical section to sync icmp echo IRP cancel.
- - - - -
efcf26b5 by Paul Gofman at 2025-09-03T18:59:59+02:00
iphlpapi: Use IOCP callback for echo async completion.
- - - - -
3 changed files:
- dlls/iphlpapi/iphlpapi_main.c
- dlls/iphlpapi/tests/iphlpapi.c
- dlls/nsiproxy.sys/device.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c143b1ee7988944abccb19d03b80f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c143b1ee7988944abccb19d03b80f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0adbf8f6 by Gabriel Ivăncescu at 2025-09-03T18:59:15+02:00
mshtml: Use actual prop name after looking it up case insensitively on window.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
c8212a36 by Gabriel Ivăncescu at 2025-09-03T18:59:15+02:00
mshtml: Set non-HTML elements' prototype to ElementPrototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7 changed files:
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlscript.h
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/script.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/de1501e500620d6b270ebdd7d1cb8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/de1501e500620d6b270ebdd7d1cb8…
You're receiving this email because of your account on gitlab.winehq.org.