Alexandre Julliard pushed to branch master at wine / wine
Commits:
a863d978 by Rémi Bernon at 2025-02-05T14:18:29+01:00
winex11.drv: Use get_win_data directly in X11DRV_GetDC.
- - - - -
7835ec1e by Paul Gofman at 2025-02-05T14:18:29+01:00
winex11.drv: Pass visual to is_wxrformat_compatible_with_visual.
- - - - -
14f7bc1b by Paul Gofman at 2025-02-05T14:18:29+01:00
winex11.drv: Choose alpha-enabled xrender format for argb drawables.
- - - - -
4 changed files:
- dlls/winex11.drv/opengl.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
- dlls/winex11.drv/xrender.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c4951feb3e9a0d777409abb4426a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c4951feb3e9a0d777409abb4426a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
20316346 by Fabian Maurer at 2025-02-05T14:18:28+01:00
include: Add IConnectionProfile2.
- - - - -
2ef8eb2e by Fabian Maurer at 2025-02-05T14:18:28+01:00
windows.networking.connectivity: Add IConnectionProfile2 stubs.
- - - - -
3c4951fe by Fabian Maurer at 2025-02-05T14:18:29+01:00
windows.networking.connectivity: Fake success for IsWwanConnectionProfile and IsWlanConnectionProfile.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57529
- - - - -
3 changed files:
- dlls/windows.networking.connectivity/network_information.c
- dlls/windows.networking.connectivity/tests/connectivity.c
- include/windows.networking.connectivity.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e94393eba0415f40ceea88ad91a5a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e94393eba0415f40ceea88ad91a5a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8cfc016a by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs: Move component info registry key cleanup to a common failure path.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f097e2e7 by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs: Move an hkey handle to the component info base structure.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9dc1a518 by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs: Add a stub for IWICMetadataWriterInfo.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
696c9f4a by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs/metadata: Add registration information for the "Unknown" writer.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
75a6feea by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs/metadata: Add a stub for WICUnknownMetadataWriter.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d0a93b62 by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs/metadata: Add a stub for WICGpsMetadataWriter.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4053a627 by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs/metadata: Add a stub for WICExifMetadataWriter.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
bd476e8e by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs/metadata: Add a stub for WICIfdMetadataWriter.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f0601597 by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs: Fix a typo in metadata readers registration helper.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e94393eb by Nikolay Sivov at 2025-02-05T14:18:28+01:00
windowscodecs: Remove redundant guid-to-string conversion when writing readers registration entries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
7 changed files:
- dlls/windowscodecs/clsfactory.c
- dlls/windowscodecs/info.c
- dlls/windowscodecs/metadatahandler.c
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/wincodecs_private.h
- dlls/windowscodecs/windowscodecs_wincodec.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6ddfe487fb682c732dbd7d734690…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6ddfe487fb682c732dbd7d734690…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fa1fed1d by Elizabeth Figura at 2025-02-05T14:18:28+01:00
d3d11/tests: Remove the workaround for RTVs in test_nv12().
And add a few more tests for valid views.
The assertion that Vulkan drivers don't support NV12 render targets was based on
an incomplete understanding of the (rather complicated) spec. Support for plane
views (the only type allowed in d3d11, as shown by tests added here) is
indicated not through the feature flags for the multi-planar format, but through
the feature flags for the view formats for each plane.
- - - - -
5a73a895 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Use the correct pitch when downloading Vulkan textures.
Based on a patch by Giovanni Mascellani.
- - - - -
b00c7619 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Factor out a get_map_pitch() helper.
- - - - -
3 changed files:
- dlls/d3d11/tests/d3d11.c
- dlls/wined3d/cs.c
- dlls/wined3d/texture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/98c4f697b7436759c8dcd25116bd0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/98c4f697b7436759c8dcd25116bd0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0d1dd3a7 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Do not disable point sprite in wined3d_context_gl_apply_blit_state().
Point sprite only affects point rasterization; blit state does not involve
drawing points.
This was added in f22d37e4dd959b268b7e0823be0f1020ffdcaeee. It is unclear why,
but it is most prudent to assume it was either a mistake, or added to silently
work around some driver bug.
- - - - -
404a2b35 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Do not toggle point sprite.
- - - - -
660bb390 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Remove the redundant per_vertex_point_size from vs_compile_args.
- - - - -
98c4f697 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Remove FOGVERTEXMODE handling from find_ps_compile_args().
FOGVERTEXMODE is an FFP-only state and has no effect when shaders are used.
In this case we do not use ps_compile_args, only ffp_frag_settings, which has
its own version of this data.
- - - - -
5 changed files:
- dlls/wined3d/context_gl.c
- dlls/wined3d/ffp_gl.c
- dlls/wined3d/glsl_shader.c
- dlls/wined3d/shader.c
- dlls/wined3d/wined3d_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e734e09b86b06ebba3f62a32483a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e734e09b86b06ebba3f62a32483a…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
fb290f38 by Elizabeth Figura at 2025-02-05T13:18:42+01:00
vkd3d-shader/hlsl: Add an add_switch() helper.
- - - - -
602103dc by Elizabeth Figura at 2025-02-05T13:18:42+01:00
vkd3d-shader/hlsl: Handle error instructions in add_switch().
- - - - -
b7d7deb9 by Elizabeth Figura at 2025-02-05T13:18:42+01:00
vkd3d-shader/hlsl: Pass the block to add_zero_mipmap_level().
- - - - -
d7cd33fd by Elizabeth Figura at 2025-02-05T13:53:53+01:00
vkd3d-shader/hlsl: Use a block in prepend_input_var_copy().
- - - - -
fe52e696 by Elizabeth Figura at 2025-02-05T13:53:53+01:00
vkd3d-shader/hlsl: Use a block in hlsl_normalize_binary_exprs().
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/hlsl_constant_ops.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2f77d56b7748f89ae85fd08bba95…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2f77d56b7748f89ae85fd08bba95…
You're receiving this email because of your account on gitlab.winehq.org.