Alexandre Julliard pushed to branch master at wine / wine
Commits: 5727618b by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 include: Add dxcore C interface macros.
- - - - - cc5dfcdf by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 dxcore/tests: Add DXCoreCreateAdapterFactory() tests.
- - - - - 6bfd4eb5 by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 dxcore: Implement DXCoreCreateAdapterFactory().
- - - - - 270705c3 by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 dxcore/tests: Add IDXCoreAdapterFactory::CreateAdapterList() tests.
- - - - - db558c69 by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 dxcore: Partially implement IDXCoreAdapterFactory::CreateAdapterList().
- - - - - 75653b53 by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 dxcore: Implement IDXCoreAdapterList::GetAdapterCount().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58133 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58192
- - - - - 1312ccb9 by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 dxcore/tests: Add IDXCoreAdapterList::GetAdapter() tests.
- - - - - 13f78c4e by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 dxcore: Implement IDXCoreAdapterList::GetAdapter().
- - - - - 5d5ffb17 by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 dxcore/tests: Add IDXCoreAdapter::GetProperty() tests.
- - - - - 7d4db6da by Mohamad Al-Jaf at 2025-05-21T21:31:49+02:00 dxcore: Implement IDXCoreAdapter::GetProperty(HardwareID).
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58133 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58192
- - - - -
8 changed files:
- configure - configure.ac - dlls/dxcore/Makefile.in - + dlls/dxcore/dxcore.c - − dlls/dxcore/main.c - + dlls/dxcore/tests/Makefile.in - + dlls/dxcore/tests/dxcore.c - include/dxcore_interface.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/813567a55ebf99ebcad43db7e60cca...