Alexandre Julliard pushed to branch master at wine / wine
Commits:
a648eb84 by Rémi Bernon at 2024-09-13T16:36:41+02:00
winevulkan: Use client rect in window DPI instead of monitor DPI.
The application might not be per-monitor aware and we will need to scale
the vulkan surface ourselves, but rendering in per-monitor DPI unit will
otherwise confuse it.
- - - - -
b494fff9 by Rémi Bernon at 2024-09-13T16:36:45+02:00
win32u: Pass vulkan driver private data to vulkan_surface_presented.
- - - - -
21d736ba by Rémi Bernon at 2024-09-13T16:36:46+02:00
winex11: Use a dedicated structure for vulkan surface private data.
- - - - -
bc8d22c2 by Rémi Bernon at 2024-09-13T16:36:46+02:00
winex11: Update the vulkan surface size when it is presented.
- - - - -
a1ef4e49 by Rémi Bernon at 2024-09-13T16:36:46+02:00
winex11: Update the GL client window size when it is presented.
- - - - -
278ca7f6 by Rémi Bernon at 2024-09-13T18:31:02+02:00
winex11: Only update the client window position in sync_client_position.
- - - - -
5ed9e5e7 by Rémi Bernon at 2024-09-13T18:31:02+02:00
winex11: Move offscreen client window helpers to init.c.
- - - - -
21a0c158 by Rémi Bernon at 2024-09-13T18:31:02+02:00
winex11: Implement vulkan DPI scaling and child window rendering.
- - - - -
10 changed files:
- dlls/win32u/vulkan.c
- dlls/winemac.drv/vulkan.c
- dlls/winevulkan/vulkan.c
- dlls/winewayland.drv/vulkan.c
- dlls/winex11.drv/init.c
- dlls/winex11.drv/opengl.c
- dlls/winex11.drv/vulkan.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a894a24727dde6adcac9d0aabbfa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a894a24727dde6adcac9d0aabbfa…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
131a4f78 by Rémi Bernon at 2024-09-13T16:27:10+02:00
winedmo: Return detected MIME type from winedmo_demuxer_create.
- - - - -
ef452e2d by Rémi Bernon at 2024-09-13T16:27:13+02:00
winedmo: Improve MIME type detection with the stream url.
- - - - -
182bdd55 by Rémi Bernon at 2024-09-13T16:27:14+02:00
winedmo: Detect and return stream count from winedmo_demuxer_create.
- - - - -
2b60810c by Rémi Bernon at 2024-09-13T16:27:15+02:00
winedmo: Compute and return total duration from winedmo_demuxer_create.
- - - - -
da2dacd4 by Rémi Bernon at 2024-09-13T16:27:31+02:00
winedmo: Export a new winedmo_demuxer_stream_type function.
- - - - -
1a894a24 by Rémi Bernon at 2024-09-13T16:27:31+02:00
mfsrcsnk: Initialize a stream map, sorted for specific mime types.
- - - - -
13 changed files:
- configure
- configure.ac
- dlls/mfsrcsnk/media_source.c
- dlls/winedmo/Makefile.in
- dlls/winedmo/main.c
- dlls/winedmo/unix_demuxer.c
- + dlls/winedmo/unix_media_type.c
- dlls/winedmo/unix_private.h
- dlls/winedmo/unixlib.c
- dlls/winedmo/unixlib.h
- dlls/winedmo/winedmo.spec
- include/config.h.in
- include/wine/winedmo.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6dfb84f5cbdf30c1dc0775fd4dae8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6dfb84f5cbdf30c1dc0775fd4dae8…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
cfa8f0dc by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle conversion instructions in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
908833fa by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle arithmetic instructions in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
7bd6c6b1 by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle 'emit' and 'cut' in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9e4b2f5a by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle 'movc' in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4c03cda3 by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle texture instructions in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/44222ea7397fe4a181f34ba57bdc…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/44222ea7397fe4a181f34ba57bdc…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
35fe5b48 by Giovanni Mascellani at 2024-09-13T15:52:07+02:00
vkd3d-shader/ir: Introduce a helper for validating DCL_TEMPS.
- - - - -
af687c95 by Giovanni Mascellani at 2024-09-13T15:54:16+02:00
vkd3d-shader/ir: Introduce a helper for validating IF.
- - - - -
8af2d04d by Giovanni Mascellani at 2024-09-13T15:54:51+02:00
vkd3d-shader/ir: Introduce a helper for validating IFC.
- - - - -
244838d3 by Giovanni Mascellani at 2024-09-13T15:56:18+02:00
vkd3d-shader/ir: Introduce a helper for validating ELSE.
- - - - -
34c8aaad by Giovanni Mascellani at 2024-09-13T15:57:39+02:00
vkd3d-shader/ir: Introduce a helper for validating ENDIF.
- - - - -
5ce10b9e by Giovanni Mascellani at 2024-09-13T15:58:01+02:00
vkd3d-shader/ir: Introduce a helper for validating LOOP.
- - - - -
bf9022d3 by Giovanni Mascellani at 2024-09-13T15:58:46+02:00
vkd3d-shader/ir: Introduce a helper for validating ENDLOOP.
- - - - -
e9fbbf26 by Giovanni Mascellani at 2024-09-13T15:59:15+02:00
vkd3d-shader/ir: Introduce a helper for validating REP.
- - - - -
44222ea7 by Giovanni Mascellani at 2024-09-13T15:59:49+02:00
vkd3d-shader/ir: Introduce a helper for validating ENDREP.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d30160710b717aaeb5b1acda3952…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d30160710b717aaeb5b1acda3952…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9e9e0dab by Rémi Bernon at 2024-09-12T23:16:49+02:00
mfsrcsnk: Get the IMFByteStream url from MF_BYTESTREAM_ORIGIN_NAME.
- - - - -
94968fd0 by Rémi Bernon at 2024-09-12T23:16:49+02:00
mfsrcsnk: Seek and get the media source IMFByteStream length.
- - - - -
36da29bf by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Export new winedmo_demuxer_(create|destroy) functions.
- - - - -
0ef5c131 by Rémi Bernon at 2024-09-12T23:16:49+02:00
mfsrcsnk: Create a winedmo_demuxer object on the media sources.
- - - - -
b6a9c6b8 by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Implement FFmpeg seek and read with user callbacks.
- - - - -
3856633a by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Allocate a client-side stream context with the demuxers.
- - - - -
4649bb13 by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Use the stream context to track stream position.
- - - - -
8b0663ef by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Use the stream context as a buffer for larger reads.
- - - - -
80ef1131 by Rémi Bernon at 2024-09-12T23:16:49+02:00
winedmo: Introduce a winedmo_stream callback interface for I/O.
- - - - -
8 changed files:
- dlls/mfsrcsnk/media_source.c
- dlls/winedmo/main.c
- dlls/winedmo/unix_demuxer.c
- dlls/winedmo/unix_private.h
- dlls/winedmo/unixlib.c
- dlls/winedmo/unixlib.h
- dlls/winedmo/winedmo.spec
- include/wine/winedmo.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2aecb17285034ce0b0d16224545d1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2aecb17285034ce0b0d16224545d1…
You're receiving this email because of your account on gitlab.winehq.org.