Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
f135f7fe by Nikolay Sivov at 2025-06-19T20:36:27+02:00
vkd3d-shader/hlsl: Add a stub for the noise() intrinsic.
This function is used in tx_1_0 code, but is also supported in
fx_2_0 and fx_4_0 expressions.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5 changed files:
- Makefile.am
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- + tests/hlsl/noise.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/f135f7fe07e865c7c3089498052cf…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/f135f7fe07e865c7c3089498052cf…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
322f2e54 by Giovanni Mascellani at 2025-06-19T20:32:41+02:00
vkd3d-shader/ir: Introduce opcode COS.
It is meant to compute cosine, and gradually replace SINCOS, at
least from a certain point in the pipeline on.
- - - - -
6f092fb8 by Giovanni Mascellani at 2025-06-19T20:32:50+02:00
vkd3d-shader/ir: Introduce opcode SIN.
It is meant to compute sine.
- - - - -
37c2f709 by Giovanni Mascellani at 2025-06-19T20:32:55+02:00
vkd3d-shader/ir: Lower d3dbc SINCOS to the new COS and SIN instructions.
- - - - -
93e1a8c7 by Giovanni Mascellani at 2025-06-19T20:33:09+02:00
vkd3d-shader/ir: Lower tpf SINCOS to the new COS and SIN instructions.
- - - - -
4 changed files:
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/b7fbd3c0f0a83fb04d4065784636…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/b7fbd3c0f0a83fb04d4065784636…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
46fac7f2 by Giovanni Mascellani at 2025-06-19T19:48:56+02:00
tests: Add a test for the partial precision destination modifier.
- - - - -
eb3383b0 by Giovanni Mascellani at 2025-06-19T20:03:17+02:00
vkd3d-shader/ir: Validate data types for NEG source modifiers.
- - - - -
b2e1c3b9 by Giovanni Mascellani at 2025-06-19T20:06:35+02:00
vkd3d-shader/ir: Validate data types for BIAS source modifiers.
- - - - -
e1ca5521 by Giovanni Mascellani at 2025-06-19T20:08:52+02:00
vkd3d-shader/ir: Validate data types for BIASNEG source modifiers.
- - - - -
3689d307 by Giovanni Mascellani at 2025-06-19T20:10:21+02:00
vkd3d-shader/ir: Validate data types for SIGN source modifiers.
- - - - -
b7fbd3c0 by Giovanni Mascellani at 2025-06-19T20:11:41+02:00
vkd3d-shader/ir: Validate data types for SIGNNEG source modifiers.
- - - - -
3 changed files:
- libs/vkd3d-shader/ir.c
- tests/hlsl/half.shader_test
- tests/shader_runner.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/4da83fe83b3f45a389e03942047d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/4da83fe83b3f45a389e03942047d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
65e896fd by Giovanni Mascellani at 2025-06-19T19:24:06+02:00
vkd3d-shader/ir: Validate ABS instructions.
- - - - -
475e16b8 by Giovanni Mascellani at 2025-06-19T19:24:36+02:00
vkd3d-shader/ir: Validate ACOS instructions.
- - - - -
0edd654c by Giovanni Mascellani at 2025-06-19T19:24:36+02:00
vkd3d-shader/ir: Validate ADD instructions.
- - - - -
16e14246 by Giovanni Mascellani at 2025-06-19T19:28:41+02:00
vkd3d-shader/ir: Validate AND instructions.
- - - - -
813021e6 by Giovanni Mascellani at 2025-06-19T19:28:42+02:00
vkd3d-shader/ir: Validate ASIN instructions.
- - - - -
4da83fe8 by Giovanni Mascellani at 2025-06-19T19:28:42+02:00
vkd3d-shader/ir: Validate ATAN instructions.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5911e410a814673a80471d022e9c…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5911e410a814673a80471d022e9c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1aab1c15 by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for propget methods.
- - - - -
5e90872f by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for propput methods.
- - - - -
add00e1a by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for eventadd methods.
- - - - -
579cb8b3 by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for eventremove methods.
- - - - -
73b75afe by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for regular methods.
- - - - -
2 changed files:
- tools/widl/metadata.c
- tools/widl/widltypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79c3a8322825a16e968706a7af9df…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79c3a8322825a16e968706a7af9df…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
74c6c7c9 by Yuxuan Shui at 2025-06-18T21:50:50+02:00
wininet: Fix handling of empty strings in urlcache_hash_key.
- - - - -
79c3a832 by Yuxuan Shui at 2025-06-18T21:50:50+02:00
wininet: Use BYTE instead of char for hash calculation.
Since LPCSTR is signed, (*lpszKey ^ key[i]) could be negative, which means
accessing the lookupTable with it will underflow.
- - - - -
1 changed file:
- dlls/wininet/urlcache.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d5be01730c6b93ef1f575085ddd02…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d5be01730c6b93ef1f575085ddd02…
You're receiving this email because of your account on gitlab.winehq.org.