VirtualBox

Changeset 106085 in vbox


Ignore:
Timestamp:
Sep 18, 2024 8:31:48 PM (4 months ago)
Author:
vboxsync
Message:

WDDM: report D3D11.1 support only if the host supports it too

File:
1 edited

Legend:

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

    r106061 r106085  
    48324832            /* Support of 11.1 pipeline assumes the support of 11.0, 10.1 and 10.0 pipelines. */
    48334833            pCaps->Caps =
    4834                 D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11_1DDI_3DPIPELINELEVEL_11_1) |
    48354834                D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11DDI_3DPIPELINELEVEL_11_0) |
    48364835                D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11DDI_3DPIPELINELEVEL_10_1) |
    48374836                D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11DDI_3DPIPELINELEVEL_10_0);
     4837            if (pAdapter->fVBoxCaps & VBSVGA3D_CAP_RASTERIZER_STATE_V2)
     4838                pCaps->Caps |= D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11_1DDI_3DPIPELINELEVEL_11_1);
    48384839            break;
    48394840        }
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