VirtualBox

Ignore:
Timestamp:
Nov 2, 2010 11:36:10 PM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: CrHgsmi cleanup, free resources correctly; 2D fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxUhgsmiKmt.cpp

    r33684 r33714  
    437437    pHgsmi->BasePrivate.Base.pfnBufferCreate = vboxUhgsmiKmtBufferCreate;
    438438    pHgsmi->BasePrivate.Base.pfnBufferSubmitAsynch = vboxUhgsmiKmtBufferSubmitAsynch;
     439#ifdef VBOX_CRHGSMI_WITH_D3DDEV
    439440    pHgsmi->BasePrivate.hClient = NULL;
     441#endif
    440442    return vboxUhgsmiKmtEngineCreate(pHgsmi, bD3D);
    441443}
     
    445447    pHgsmi->BasePrivate.Base.pfnBufferCreate = vboxUhgsmiKmtEscBufferCreate;
    446448    pHgsmi->BasePrivate.Base.pfnBufferSubmitAsynch = vboxUhgsmiKmtEscBufferSubmitAsynch;
     449#ifdef VBOX_CRHGSMI_WITH_D3DDEV
    447450    pHgsmi->BasePrivate.hClient = NULL;
     451#endif
    448452    return vboxUhgsmiKmtEngineCreate(pHgsmi, bD3D);
    449453}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette