Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8ac0bfa5 by Henri Verbeet at 2025-09-29T12:53:12+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_sample_info().
- - - - -
7a4ef5ea by Henri Verbeet at 2025-09-29T12:53:12+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_sample_position().
- - - - -
e46b5a1f by Henri Verbeet at 2025-09-29T12:53:12+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_eval_attrib().
- - - - -
55ae10af by Henri Verbeet at 2025-09-29T12:53:12+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_group_nonuniform_ballot().
- - - - -
b4174f52 by Henri Verbeet at 2025-09-29T12:53:12+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_wave_bit_count().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/161c815a39636d74e3fd3a7893bc…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/161c815a39636d74e3fd3a7893bc…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
3794411d by Henri Verbeet at 2025-09-29T12:51:08+02:00
vkd3d-shader/msl: Implement VSIR_OP_COS.
- - - - -
68dd93b7 by Henri Verbeet at 2025-09-29T12:51:08+02:00
vkd3d-shader/msl: Implement VSIR_OP_SIN.
- - - - -
f28c9e11 by Henri Verbeet at 2025-09-29T12:51:08+02:00
vkd3d-shader/msl: Implement VSIR_OP_TAN.
- - - - -
d0ef6723 by Henri Verbeet at 2025-09-29T12:51:08+02:00
vkd3d-shader/msl: Implement VSIR_OP_HCOS.
- - - - -
161c815a by Henri Verbeet at 2025-09-29T12:51:08+02:00
vkd3d-shader/msl: Implement VSIR_OP_HSIN.
- - - - -
2 changed files:
- libs/vkd3d-shader/msl.c
- tests/hlsl/trigonometry.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/acccbc483e830ed3db0eb185e7e0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/acccbc483e830ed3db0eb185e7e0…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
87435aca by Giovanni Mascellani at 2025-09-29T12:39:48+02:00
tests/hlsl: Skip a d3d11 minimum precision array indexing test on NVIDIA.
- - - - -
fdf196ce by Giovanni Mascellani at 2025-09-29T12:41:04+02:00
tests/hlsl: Fix the results for the 64-bit bit searching functions.
They've always been broken, likely nobody noticed because the
CI doesn't support DXC tests on Windows yet.
- - - - -
463df8e1 by Giovanni Mascellani at 2025-09-29T12:44:53+02:00
tests/hlsl: Skip a shader model 6 floating-point comparison test on Windows NVIDIA.
- - - - -
05d6b045 by Giovanni Mascellani at 2025-09-29T12:46:27+02:00
tests/hlsl: Explicitly specify the mantissa to be used for the frexp() test.
frexp() apparently returns the same mantissa, so we need to know
what it is.
- - - - -
1acd6188 by Giovanni Mascellani at 2025-09-29T12:48:33+02:00
tests/hlsl: Skip testing frexp(inf) for shader models < 4.
- - - - -
acccbc48 by Giovanni Mascellani at 2025-09-29T12:49:31+02:00
tests/hlsl: Allow a larger error tolerance on a trigonometry test.
Otherwise it fails on NVIDIA GPUs.
- - - - -
9 changed files:
- tests/hlsl/arithmetic-float-uniform.shader_test
- tests/hlsl/bitwise.shader_test
- tests/hlsl/float-comparison.shader_test
- tests/hlsl/frexp.shader_test
- tests/hlsl/trigonometry.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d11.c
- tests/shader_runner_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9fab94c58eee814aa03fdc469009…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9fab94c58eee814aa03fdc469009…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
b7a36fef by Francisco Casas at 2025-09-29T11:53:23+02:00
vkd3d-shader/ir: Use iterators in struct vsir_block.
- - - - -
e935e06e by Francisco Casas at 2025-09-29T11:58:59+02:00
vkd3d-shader/ir: Introduce shader_instruction_array_append().
- - - - -
ebb180c2 by Francisco Casas at 2025-09-29T12:12:45+02:00
vkd3d-shader/ir: Use a vkd3d_shader_instruction_array in struct vsir_cfg_emit_target.
- - - - -
27dffc9f by Francisco Casas at 2025-09-29T12:30:22+02:00
vkd3d-shader/ir: Use a vkd3d_shader_instruction_array in struct cf_flattener.
- - - - -
39752103 by Francisco Casas at 2025-09-29T12:31:41+02:00
vkd3d-shader/ir: Use a vkd3d_shader_instruction_array in vsir_program_lower_switch_to_selection_ladder().
- - - - -
9fab94c5 by Francisco Casas at 2025-09-29T12:33:18+02:00
vkd3d-shader/ir: Use a vkd3d_shader_instruction_array in vsir_program_materialise_phi_ssas_to_temps().
- - - - -
2 changed files:
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/390e31a2ddb91333bacb840dcf59…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/390e31a2ddb91333bacb840dcf59…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c33ef10b by Nikolay Sivov at 2025-09-28T17:37:15+02:00
xmllite/writer: Improve error handling in WriteChars().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
34f8172b by Nikolay Sivov at 2025-09-28T17:37:16+02:00
xmllite/writer: Improve error handling in WriteString().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
ef5ba97c by Nikolay Sivov at 2025-09-28T17:37:18+02:00
xmllite/writer: Improve error handling in WriteFullEndElement().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
85ffb575 by Nikolay Sivov at 2025-09-28T17:37:19+02:00
xmllite/writer: Improve error handling in WriteElementString().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
fd3e53a5 by Nikolay Sivov at 2025-09-28T17:37:20+02:00
xmllite/writer: Improve error handling in WriteRaw().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/xmllite/writer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2041b3b30e5a2c1b9e6f9659b6fd2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2041b3b30e5a2c1b9e6f9659b6fd2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e3e7f463 by Ratchanan Srirattanamet at 2025-09-28T17:36:19+02:00
msi: Fix MsiEnumFeatures[AW]() by make it look at the correct registry.
For some reason, MsiEnumFeaturesW() still look for the list of features
in the registry key which Wine itself has not been writing to since
commit af56e28f ("msi: Don't publish features to an invalid location."),
authored in 2008. Make it look in the new registry location which
is used by ACTION_PublishFeatures().
- - - - -
2 changed files:
- dlls/msi/registry.c
- dlls/msi/tests/msi.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e3e7f4637b9c3eee7510f3499b8b19…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e3e7f4637b9c3eee7510f3499b8b19…
You're receiving this email because of your account on gitlab.winehq.org.