Changeset 72621 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
- Timestamp:
- Jun 20, 2018 11:27:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r72010 r72621 291 291 static HRESULT vboxWddmDalNotifyChange(PVBOXWDDMDISP_DEVICE pDevice) 292 292 { 293 if (!pDevice->DefaultContext.ContextInfo.hContext) 294 return E_FAIL; 295 293 296 VBOXWDDMDISP_NSCADD NscAdd = { NULL }; /* Shuts up MSC. */ 294 297 BOOL bReinitRenderData = TRUE; … … 471 474 else 472 475 { 473 WARN(("vboxWddmDalNotifyChange failed %#x", hr));476 // WARN(("vboxWddmDalNotifyChange failed %#x", hr)); 474 477 if (pAlloc->DirtyAllocListEntry.pNext) 475 478 vboxWddmDalRemove(pAlloc); … … 749 752 if (cAllocsKm == Buf.SwapchainInfo.SwapchainInfo.cAllocs) 750 753 { 754 AssertReturn(pDevice->DefaultContext.ContextInfo.hContext, E_FAIL); 755 751 756 D3DDDICB_ESCAPE DdiEscape = {0}; 752 757 DdiEscape.hContext = pDevice->DefaultContext.ContextInfo.hContext;
Note:
See TracChangeset
for help on using the changeset viewer.