Alexandre Julliard pushed to branch master at wine / wine
Commits: d3f9bd7f by Elizabeth Figura at 2025-08-07T21:56:39+09:00 dxcore: Reset the factory object on destruction.
Fixes: 6bfd4eb5ec48581479235bd99a88adab91a2aee2
- - - - - fa4ce167 by Nikolay Sivov at 2025-08-07T21:56:41+09:00 dxcore/tests: Add positive interface checks.
- - - - - f52527e6 by Nikolay Sivov at 2025-08-07T21:56:41+09:00 dxcore/tests: Move GetProperty() tests to a separate function.
- - - - - 1f6ed2e8 by Nikolay Sivov at 2025-08-07T21:56:41+09:00 dxcore/tests: Add some tests for InstanceLuid property.
- - - - - 4e8a8df9 by Nikolay Sivov at 2025-08-07T21:56:42+09:00 dxcore: Add support for InstanceLuid property.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - 5ab4633e by Nikolay Sivov at 2025-08-07T21:56:42+09:00 dxcore: Fix property size check in GetProperty().
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - 1149a776 by Nikolay Sivov at 2025-08-07T21:56:42+09:00 dxcore: Implement GetPropertySize().
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - 68c51754 by Nikolay Sivov at 2025-08-07T21:56:42+09:00 dxcore/tests: Add some tests for IsHardware property.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - c29c7ad4 by Nikolay Sivov at 2025-08-07T21:56:42+09:00 dxcore: Return stub value for IsHardware property.
DXGI currently marks all adapters as 'hardware' too.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - b3507fab by Nikolay Sivov at 2025-08-07T21:56:44+09:00 dxcore/tests: Add some GetAdapterByLuid() tests.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - 52cf0c31 by Elizabeth Figura at 2025-08-07T21:56:44+09:00 dxcore: Separate a dxcore_adapter_create() helper.
- - - - - bb05fccf by Nikolay Sivov at 2025-08-07T21:56:44+09:00 dxcore: Implement GetAdapterByLuid().
- - - - -
2 changed files:
- dlls/dxcore/dxcore.c - dlls/dxcore/tests/dxcore.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ef0447d1d0a819e37a5bfe66660656...