VirtualBox

Ignore:
Timestamp:
Jul 14, 2019 5:23:32 PM (6 years ago)
Author:
vboxsync
Message:

WDDM: gallium/GaDdi.cpp: removed unnecessary code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/GaDdi.cpp

    r77125 r79770  
    18931893                if (bSetHostID)
    18941894                {
    1895                     IDirect3DSurface9 *pSurfIf = NULL;
    1896                     hr = VBoxD3DIfSurfGet(pRc, i, &pSurfIf);
    1897                     if (SUCCEEDED(hr))
     1895                    if (pGaD3DDevice9Ex)
    18981896                    {
    1899                         Assert(pGaD3DDevice9Ex);
    19001897                        hr = pGaD3DDevice9Ex->GaSurfaceId(pAllocation->pD3DIf, &pWddmAllocInfo->hostID);
    1901                         if (SUCCEEDED(hr))
    1902                         {
    1903                             Assert(pWddmAllocInfo->hostID);
    1904                         }
    1905                         else
    1906                         {
    1907                             WARN(("pfnVBoxWineExD3DSurf9GetHostId failed, hr 0x%x", hr));
    1908                             break;
    1909                         }
    1910                         pSurfIf->Release();
    19111898                    }
    19121899                    else
    19131900                    {
    1914                         WARN(("VBoxD3DIfSurfGet failed, hr 0x%x", hr));
     1901                        AssertFailed();
     1902                        hr = E_FAIL;
     1903                    }
     1904
     1905                    if (SUCCEEDED(hr))
     1906                    {
     1907                        Assert(pWddmAllocInfo->hostID);
     1908                    }
     1909                    else
     1910                    {
     1911                        WARN(("pGaD3DDevice9Ex->GaSurfaceId failed, hr 0x%x", hr));
    19151912                        break;
    19161913                    }
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