Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
36510cd0 by Giovanni Mascellani at 2024-11-20T14:53:47+01:00
vkd3d-shader/ir: Move applying flat interpolation to a dedicated pass.
I/O normalisation is already a rather complicated pass that does a
lot of things, so it's better to keep anything not strictly
related to it somewhere else.
- - - - -
05c87b02 by Giovanni Mascellani at 2024-11-20T14:53:58+01:00
vkd3d-shader/ir: Return an error when the FLAT_INTERPOLATION parameter is invalid.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/1efc0ac7400de8e87138b71dc6c4…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/1efc0ac7400de8e87138b71dc6c4…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
c246c8db by Henri Verbeet at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Get rid of some stray semicolons.
- - - - -
b29f1e6c by Feifan He at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Add the missing output register index in msl_generate_entrypoint_epilogue().
- - - - -
7a1d36ba by Feifan He at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Use pointers for constant buffer descriptors.
[[id]] attributes can not be applied to union references.
- - - - -
40cccacc by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Implement graphics shader compilation.
- - - - -
e6acf309 by Henri Verbeet at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Implement VKD3DSIH_DCL_INPUT.
- - - - -
2669ae16 by Henri Verbeet at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Implement VKD3DSIH_DCL_OUTPUT_SIV.
- - - - -
9e3b8ec9 by Feifan He at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Output the generated shader code.
- - - - -
df86a284 by Henri Verbeet at 2024-11-20T14:40:10+01:00
vkd3d-shader/msl: Implement VKD3DSIH_DCL_OUTPUT.
- - - - -
5a679a1a by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Create vertex descriptors.
- - - - -
6d6cd802 by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Create Metal render targets.
- - - - -
f0a864c8 by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Create Metal vertex buffers.
- - - - -
176e35b6 by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Implement render target readback.
- - - - -
14991f2e by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Create Metal constant buffers.
- - - - -
1efc0ac7 by Feifan He at 2024-11-20T14:40:10+01:00
tests/shader_runner_metal: Implement draws.
- - - - -
23 changed files:
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- tests/hlsl/array-size-expr.shader_test
- tests/hlsl/asfloat.shader_test
- tests/hlsl/cbuffer.shader_test
- tests/hlsl/default-values.shader_test
- tests/hlsl/determinant.shader_test
- tests/hlsl/expr-indexing.shader_test
- tests/hlsl/half.shader_test
- tests/hlsl/majority-pragma.shader_test
- tests/hlsl/majority-syntax.shader_test
- tests/hlsl/matrix-indexing.shader_test
- tests/hlsl/nested-arrays.shader_test
- tests/hlsl/precise-modifier.shader_test
- tests/hlsl/register-reservations-numeric.shader_test
- tests/hlsl/struct-array.shader_test
- tests/hlsl/swizzle-matrix.shader_test
- tests/hlsl/swizzles.shader_test
- tests/hlsl/uniform-parameters.shader_test
- tests/hlsl/uniform-semantics.shader_test
- tests/hlsl/vector-indexing.shader_test
- tests/shader_runner_metal.m
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0dc07f5cce72cce47b1a2787a910…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0dc07f5cce72cce47b1a2787a910…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d23d2847 by Vibhav Pant at 2024-11-19T23:16:17+01:00
setupapi: Add stub for SetupDiGetDevicePropertyKeys.
- - - - -
b6d427ca by Vibhav Pant at 2024-11-19T23:16:17+01:00
setupapi/tests: Add tests for SetupDiGetDevicePropertyKeys.
- - - - -
044527c6 by Vibhav Pant at 2024-11-19T23:16:17+01:00
setupapi: Implement SetupDiGetDevicePropertyKeys.
- - - - -
4 changed files:
- dlls/setupapi/devinst.c
- dlls/setupapi/setupapi.spec
- dlls/setupapi/tests/devinst.c
- include/setupapi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6927ccf6ccaf260f0ff4fb2b0ddd5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6927ccf6ccaf260f0ff4fb2b0ddd5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
34dce633 by Jacek Caban at 2024-11-19T21:11:54+01:00
configure: Preserve original CFLAGS when adding LLVM flags.
Ensure that the specified CROSSCFLAGS (or its default value) is applied consistently during
toolchain checks. Also fixes debug format recognition.
The regression was introduced in commit 471d7178ae01.
- - - - -
2 changed files:
- configure
- configure.ac
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/34dce6335a95aa706e51923370b0d6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/34dce6335a95aa706e51923370b0d6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1365b27a by Charlotte Pabst at 2024-11-19T21:11:54+01:00
jscript: Handle star and opt operators while matching global regex properly.
Before this fix, the regex engine would run into an infinite loop and OOM when encountering a
quantifier allowing a zero amount of items in a REG_GLOB regex.
- - - - -
005c8b8b by Charlotte Pabst at 2024-11-19T21:11:54+01:00
jscript/tests: Add tests for star and opt operators in global regex.
- - - - -
2 changed files:
- dlls/jscript/jsregexp.c
- dlls/jscript/tests/regexp.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/721b7f5df6b08762b322689351b7d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/721b7f5df6b08762b322689351b7d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7b58ce5a by Rémi Bernon at 2024-11-19T21:11:54+01:00
d3d9/tests: Flush events after minimizing and restoring focus window.
Minimizing the window might trigger a focus change to the dummy window,
while restoring and setting foreground should change the foreground
back to the focus window.
However, the X window manager will instead send WM_TAKE_FOCUS event to
the dummy window and to the focus window concurrently, and the dummy
window might reply to it *after* we've restored the foreground to the
focus window. This will later cause the device window to fail to get
foreground, and the tests to randomly fail.
- - - - -
1 changed file:
- dlls/d3d9/tests/d3d9ex.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7b58ce5a025e1413a1325dd1973387…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7b58ce5a025e1413a1325dd1973387…
You're receiving this email because of your account on gitlab.winehq.org.