This adds support for missing architectures in widl, providing full coverage of current Debian architectures and ports.
I’m aware this restores SPARC which was removed in 2017; if that’s a problem I can remove that part of the patch.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3997
Which may be different from the last desktop cursor handle.
This makes the behavior better match the old winex11 behavior, which queried
the current thread input cursor handle on every mouse move to sync it with X11,
although it contradicts MSDN documentation which states that the cursor handle
is global.
This fixes the X11 cursor being visible in "Deus Ex: GOTY Edition".
--
v2: server: Send WM_WINE_SETCURSOR with the thread input cursor handle.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4068
If _NET_WM_FULLSCREEN_MONITORS is set then the property needs to be updated because it can't
be deleted by sending a _NET_WM_FULLSCREEN_MONITORS client message to the root window
according to the wm-spec version 1.5. Having the window spanning more than two monitors also
needs the property set. In other cases, _NET_WM_FULLSCREEN_MONITORS doesn't need to be set.
What's more, setting _NET_WM_FULLSCREEN_MONITORS adds a constraint on Mutter so that such a
window can't be moved to another monitor by using the Shift+Super+Up/Down/Left/Right
shortcut. So the property should be added only when necessary.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4063
On Fri Oct 6 16:29:41 2023 +0000, Aidan Khoury wrote:
> I used binary resources instead of header files full of an array of
> bytes: de05aea3c1a1213de90bbf433e8258753b1b60aa
> I borrowed this technique from other test cases I found, specifically in mf.dll
We can't ship binaries copied from some random installer. In any case this will need a lot more test cases for all the various code paths, so you'll need to be able to generate the binaries from the test.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3870#note_48313
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v7: vkd3d-shader/tpf: Write out 'switch' statements.
vkd3d-shader/hlsl: Initial support for 'switch' statement.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/361
Goes atop MRs 346 and 372. The last five commits are of this MR.
--
v3: vkd3d-shader/dxil: Read DXIL compute shader thread group dimensions.
vkd3d-shader/dxil: Read DXIL global flags.
vkd3d-shader: Define more global flags.
vkd3d-shader/dxil: Handle multi-row signature elements.
vkd3d-shader/dxil: Handle signature element additional tag/value pairs.
vkd3d-shader/dxil: Read the DXIL input and output signatures.
vkd3d-shader/dxil: Validate the entry point info.
vkd3d-shader/dxil: Read DXIL metadata named nodes.
vkd3d-shader/dxil: Read DXIL metadata kinds.
vkd3d-shader/dxil: Read DXIL metadata values.
vkd3d-shader/dxil: Read DXIL metadata nodes.
vkd3d-shader/dxil: Read DXIL metadata strings.
vkd3d-shader/dxil: Emit an error on allocation failure in dxil_record_to_string().
vkd3d-shader/dxil: Read global constants in sm6_parser_globals_init().
vkd3d-shader/dxil: Read immediate constant arrays.
tests/shader-runner: Test shaders with dxcompiler.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/388