Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
080f25c5 by Giovanni Mascellani at 2024-10-10T20:00:19+02:00
vkd3d-shader/ir: Do not search for signature elements using a scalar write mask.
The fallback code was added when shader_signature_find_element_for_reg()
would crash when unable to find the requested signature element.
Now it doesn't any more, and the second search is redundant.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/080f25c5839f8fe3ee8b082143cff…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/080f25c5839f8fe3ee8b082143cff…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
71dccc01 by Giovanni Mascellani at 2024-10-10T19:58:00+02:00
vkd3d-shader/ir: Do not emit an instruction number before starting validating instructions.
- - - - -
6e14d7ab by Giovanni Mascellani at 2024-10-10T19:58:00+02:00
vkd3d-shader/ir: Validate usage masks in shader signatures.
- - - - -
5034e1ee by Giovanni Mascellani at 2024-10-10T19:58:00+02:00
vkd3d-shader/ir: Validate system value semantics in shader signatures.
- - - - -
7b1bc5ca by Giovanni Mascellani at 2024-10-10T19:58:00+02:00
vkd3d-shader/ir: Validate component types in shader signatures.
- - - - -
831a7978 by Giovanni Mascellani at 2024-10-10T19:58:00+02:00
vkd3d-shader/ir: Validate minimum precision in shader signatures.
- - - - -
e366fc3a by Giovanni Mascellani at 2024-10-10T19:58:00+02:00
vkd3d-shader/ir: Validate interpolation mode in shader signatures.
- - - - -
690c47db by Giovanni Mascellani at 2024-10-10T19:58:00+02:00
vkd3d-shader/ir: Validate that constant interpolation is used with integer types.
- - - - -
2 changed files:
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/3285d1ad8c92025711ee754f57fd…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/3285d1ad8c92025711ee754f57fd…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2d7832e7 by Feifan He at 2024-10-10T19:40:34+02:00
vkd3d-shader/msl: Generate shader descriptor structure declarations.
- - - - -
75e0cde0 by Feifan He at 2024-10-10T19:41:31+02:00
vkd3d-shader/msl: Implement support for VKD3DSPR_CONSTBUFFER registers.
- - - - -
48a22075 by Feifan He at 2024-10-10T19:43:12+02:00
vkd3d-shader/msl: Implement support for VKD3DSPR_INPUT registers.
- - - - -
ccc48291 by Feifan He at 2024-10-10T19:45:34+02:00
vkd3d-shader/msl: Implement support for VKD3DSPR_OUTPUT registers.
- - - - -
3 changed files:
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9cb4207c92ec3ee05fce15580c89…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9cb4207c92ec3ee05fce15580c89…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3cd45a32 by Connor McAdams at 2024-10-09T23:00:48+02:00
d3dx9: Add support for D3DFMT_V16U16.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
0e990ead by Connor McAdams at 2024-10-09T23:00:48+02:00
d3dx9: Add support for D3DFMT_Q16W16V16U16.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
d7e7576e by Connor McAdams at 2024-10-09T23:00:48+02:00
d3dx9/tests: Add tests for DDS files containing indexed pixel formats.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
f92e8c72 by Connor McAdams at 2024-10-09T23:00:48+02:00
d3dx9: Include color palette size when validating the size of DDS files with indexed pixel formats.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
1ce0ae45 by Connor McAdams at 2024-10-09T23:00:48+02:00
d3dx9: Add support for retrieving pixels from DDS files with indexed pixel formats.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
ac5f3be4 by Connor McAdams at 2024-10-09T23:00:48+02:00
d3dx9: Add support for D3DFMT_A8P8 DDS files.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/d3dx9_36/d3dx9_private.h
- dlls/d3dx9_36/surface.c
- dlls/d3dx9_36/tests/d3dx9_test_images.h
- dlls/d3dx9_36/tests/surface.c
- dlls/d3dx9_36/util.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/48f198cbf620e9550e23d27cae717…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/48f198cbf620e9550e23d27cae717…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1f95ac3e by Eric Pouech at 2024-10-09T17:13:21+02:00
dbghelp: Protect against buffer overflow in traces.
This can be impacting with C++ type or symbol names (mangled or not).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2b77415f by Eric Pouech at 2024-10-09T17:13:21+02:00
dbghelp: Add a couple of TRACE().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
b87b8024 by Eric Pouech at 2024-10-09T17:13:21+02:00
dbghelp: Fix a couple a typos.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
13 changed files:
- dlls/dbghelp/dbghelp.c
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/elf_module.c
- dlls/dbghelp/image.c
- dlls/dbghelp/macho_module.c
- dlls/dbghelp/minidump.c
- dlls/dbghelp/module.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/pe_module.c
- dlls/dbghelp/stabs.c
- dlls/dbghelp/storage.c
- dlls/dbghelp/symbol.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f6c98fb3c37364e844af43aa3dd56…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f6c98fb3c37364e844af43aa3dd56…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
61b9c1a6 by Daniel Lehman at 2024-10-09T17:13:21+02:00
msvcp90/tests: Add tests for string length.
- - - - -
4d6e6051 by Daniel Lehman at 2024-10-09T17:13:21+02:00
msvcp90/tests: Add some tests for num_put on ints.
- - - - -
f6c98fb3 by Daniel Lehman at 2024-10-09T17:13:21+02:00
msvcp90: Exclude sign from count in num_put.
- - - - -
2 changed files:
- dlls/msvcp90/locale.c
- dlls/msvcp90/tests/ios.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd12b1b0a80d50be0ccbc871a6e61…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd12b1b0a80d50be0ccbc871a6e61…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b7c1faa0 by Rémi Bernon at 2024-10-09T17:13:21+02:00
winemac: Stop mapping toplevel window rects to parent window.
It's unnecessary, we are only dealing with toplevel windows.
- - - - -
07617151 by Rémi Bernon at 2024-10-09T17:13:21+02:00
winemac: Use NtUserSetWindowPos when DPI awareness is unnecessary.
- - - - -
5c2102d0 by Rémi Bernon at 2024-10-09T17:13:21+02:00
winex11: Use NtUserSetWindowPos when DPI awareness is unnecessary.
- - - - -
9e09e118 by Rémi Bernon at 2024-10-09T17:13:21+02:00
winex11: Use XTranslateCoordinates to compute relative coordinates.
Instead of NtUserMapWindowPoints, which will be problematic with display
settings virtualization.
- - - - -
bd12b1b0 by Rémi Bernon at 2024-10-09T17:13:21+02:00
win32u: Introduce a new NtUserSetRawWindowPos call for the drivers.
As a per-monitor DPI and later raw per-monitor DPI entry for both
NtUserSetWindowPos and NtUserSetInternalWindowPos.
- - - - -
7 changed files:
- dlls/win32u/window.c
- dlls/winemac.drv/window.c
- dlls/winewayland.drv/window.c
- dlls/winex11.drv/event.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
- include/ntuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/51be4f919a6113464ee04eeb75f81…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/51be4f919a6113464ee04eeb75f81…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
002ebd18 by Anton Baskanov at 2024-10-09T12:44:17+02:00
dplayx: Free message header on error path in DP_MSG_SendRequestPlayerId().
- - - - -
621bbb2d by Anton Baskanov at 2024-10-09T12:44:17+02:00
dplayx: Use the documented reply layout in DP_MSG_SendRequestPlayerId().
- - - - -
fbe459fc by Anton Baskanov at 2024-10-09T12:44:17+02:00
dplayx: Check reply result in DP_MSG_SendRequestPlayerId().
- - - - -
591b12a5 by Anton Baskanov at 2024-10-09T17:12:10+02:00
dplayx/tests: Test receiving REQUESTPLAYERREPLY with error result.
- - - - -
7e76e97f by Anton Baskanov at 2024-10-09T17:12:11+02:00
dplayx: Handle ADDFORWARDREPLY and return error.
- - - - -
51be4f91 by Anton Baskanov at 2024-10-09T17:13:20+02:00
dplayx/tests: Test receiving ADDFORWARDREPLY.
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/808b398549350fffc9fc023d637ef…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/808b398549350fffc9fc023d637ef…
You're receiving this email because of your account on gitlab.winehq.org.