Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8db94656 by Elizabeth Figura at 2025-09-04T14:04:27+02:00
vkd3d-shader/hlsl: Use unique temps for SINCOS.
- - - - -
a44d79a1 by Elizabeth Figura at 2025-09-04T14:04:27+02:00
vkd3d-shader/hlsl: Use a simple counter for indexable temps.
- - - - -
0096ae43 by Elizabeth Figura at 2025-09-04T14:04:27+02:00
vkd3d-shader/hlsl: Remove liveness range tracking from the allocator.
We no longer use it.
- - - - -
2 changed files:
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl_codegen.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5f443593e36f1ee4d1400f117ab7…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5f443593e36f1ee4d1400f117ab7…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
0d8acc97 by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_register_addressing().
- - - - -
2a71e96a by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_get_descriptor_index().
- - - - -
b9b88387 by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_int_to_bool().
- - - - -
441088e4 by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_bool_to_int().
- - - - -
5f443593 by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_bool_to_int64().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cba58fdb592b89609025d57d03b2…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cba58fdb592b89609025d57d03b2…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
eb534727 by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_ssa_register().
- - - - -
8c94dc87 by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_dst_param().
- - - - -
6e68f29f by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_src_param().
- - - - -
535837eb by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_elementwise_operation().
- - - - -
cba58fdb by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_comparison_operation().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d8ea8894ab68a82269f65da59901…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d8ea8894ab68a82269f65da59901…
You're receiving this email because of your account on gitlab.winehq.org.
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.