Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
85d2703c by Henri Verbeet at 2025-06-04T12:10:10+02:00
tests/shader_runner: Introduce a "tessellation-shader" cap.
Similar to how we have the "geometry-shader" cap. In principle shader
model 5+ implies support for tessellation shaders, but the Vulkan,
OpenGL, and Metal runners are able to support most of shader model 5+
without the underlying GPU (or API) necessarily supporting tessellation
shaders.
- - - - -
8 changed files:
- tests/hlsl/tessellation-patch-vars.shader_test
- tests/hlsl/tessellation.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d11.c
- tests/shader_runner_d3d12.c
- tests/shader_runner_gl.c
- tests/shader_runner_vulkan.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/85d2703c036051a85391a462c35b9…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/85d2703c036051a85391a462c35b9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ae53011f by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add typeref rows for enums.
- - - - -
99be7bc8 by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add typedef, field and constant rows for enums.
- - - - -
adac2932 by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add rows for the flags attribute.
- - - - -
e1c75c71 by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add rows for the contract attribute.
- - - - -
311754f6 by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add rows for the version attribute.
- - - - -
3 changed files:
- tools/widl/metadata.c
- tools/widl/typetree.c
- tools/widl/widltypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/304d00d4b70d51cc328c146fa08b2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/304d00d4b70d51cc328c146fa08b2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6e57128c by Brendan McGrath at 2025-06-03T18:18:01+02:00
mfplat/tests: Add image size tests for P010.
- - - - -
e4cefcf1 by Brendan McGrath at 2025-06-03T18:18:02+02:00
mfplat: Add support for the P010 format.
- - - - -
13194d74 by Brendan McGrath at 2025-06-03T18:18:02+02:00
winegstreamer: Add support for the P010 format.
- - - - -
304d00d4 by Brendan McGrath at 2025-06-03T18:18:02+02:00
winedmo: Add support for the P010 format.
- - - - -
10 changed files:
- dlls/mfplat/buffer.c
- dlls/mfplat/mediatype.c
- dlls/mfplat/tests/mfplat.c
- dlls/winedmo/unix_media_type.c
- dlls/winegstreamer/mfplat.c
- dlls/winegstreamer/quartz_parser.c
- dlls/winegstreamer/unixlib.h
- dlls/winegstreamer/video_decoder.c
- dlls/winegstreamer/wg_format.c
- dlls/winegstreamer/wg_media_type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2329622b3047ed7622b64f0f50a8d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2329622b3047ed7622b64f0f50a8d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2329622b by Yuxuan Shui at 2025-06-03T17:42:13+02:00
msctf: Fix read of invalid memory in SINK_FOR_EACH.
If the list being iterated over is empty, LIST_ENTRY(cursor,Sink,entry) does not actually point to a
Sink, and therefore reading `->interfaces.p##type` from it is invalid. This access should only happen
after the `(cursor) != (list)` check.
- - - - -
1 changed file:
- dlls/msctf/msctf_internal.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2329622b3047ed7622b64f0f50a8d3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2329622b3047ed7622b64f0f50a8d3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1c87b167 by Stefan Dösinger at 2025-06-03T17:36:23+02:00
d3d9/tests: Relax the focus==device window reactivate WM_WINDOWPOSCHANGED test.
Allow messages after SetForegroundWindow returns. Kwin likes to resize
our window some more after d3d9 resized it.
- - - - -
57758b1f by Stefan Dösinger at 2025-06-03T17:36:25+02:00
d3d9/tests: Make the reactivate_messages_filtered test more meaningful on Windows.
- - - - -
1 changed file:
- dlls/d3d9/tests/device.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5063ab8a805e77b9b9dfe5587fb38…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5063ab8a805e77b9b9dfe5587fb38…
You're receiving this email because of your account on gitlab.winehq.org.