[PATCH 0/1] MR2730: include: Add DXGI_DEBUG_D3D11 in d3d11sdklayers.idl
From: Biswapriyo Nath <nathbappai(a)gmail.com> Required for libplacebo Signed-off-by: Biswapriyo Nath <nathbappai(a)gmail.com> --- include/d3d11sdklayers.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/d3d11sdklayers.idl b/include/d3d11sdklayers.idl index 54236fcdac7..843e97860d9 100644 --- a/include/d3d11sdklayers.idl +++ b/include/d3d11sdklayers.idl @@ -28,6 +28,8 @@ const UINT D3D11_DEBUG_FEATURE_NEVER_DISCARD_OFFERED_RESOURCE = 0x10; const UINT D3D11_DEBUG_FEATURE_AVOID_BEHAVIOR_CHANGING_DEBUG_AIDS = 0x40; const UINT D3D11_DEBUG_FEATURE_DISABLE_TILED_RESOURCE_MAPPING_TRACKING_AND_VALIDATION = 0x80; +cpp_quote("DEFINE_GUID(DXGI_DEBUG_D3D11, 0x4b99317b, 0xac39, 0x4aa6, 0xbb, 0xb, 0xba, 0xa0, 0x47, 0x84, 0x79, 0x8f);") + typedef enum D3D11_MESSAGE_CATEGORY { D3D11_MESSAGE_CATEGORY_APPLICATION_DEFINED, D3D11_MESSAGE_CATEGORY_MISCELLANEOUS, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2730
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=132299 Your paranoid android. === debian11 (32 bit report) === wininet: http: Timeout
On Mon May 1 14:01:59 2023 +0000, **** wrote:
Marvin replied on the mailing list: ``` Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=132299 Your paranoid android. === debian11 (32 bit report) === wininet: http: Timeout ``` Thanks Marvin. It seems to me that the tests failure is not related to this merge request. Would you like to re-check it please? :frog:
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2730#note_31654
This merge request was approved by Zebediah Figura. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2730
participants (4)
-
Biswapriyo Nath -
Biswapriyo Nath (@Biswa96) -
Marvin -
Zebediah Figura (@zfigura)