VirtualBox

Changeset 48146 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Aug 29, 2013 11:11:11 AM (11 years ago)
Author:
vboxsync
Message:

wddm: comments

Location:
trunk/src/VBox/Additions/WINNT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp

    r48145 r48146  
    38553855
    38563856#if 0
    3857                 /* win8.1 does not allow context-based hw-access escapes for some reason */
     3857                /* win8.1 does not allow context-based escapes for display-only mode */
    38583858                PVBOXWDDM_CONTEXT pContext = (PVBOXWDDM_CONTEXT)pEscape->hContext;
    38593859                if (!pContext)
     
    38873887
    38883888#if 0
    3889                 /* win8.1 does not allow context-based hw-access escapes for some reason */
     3889                /* win8.1 does not allow context-based escapes for display-only mode */
    38903890                PVBOXWDDM_CONTEXT pContext = (PVBOXWDDM_CONTEXT)pEscape->hContext;
    38913891                if (!pContext)
     
    39293929
    39303930#if 0
    3931                 /* win8.1 does not allow context-based hw-access escapes for some reason */
     3931                /* win8.1 does not allow context-based escapes for display-only mode */
    39323932                PVBOXWDDM_CONTEXT pContext = (PVBOXWDDM_CONTEXT)pEscape->hContext;
    39333933                if (!pContext)
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp

    r48145 r48146  
    13051305    EscapeData.hAdapter = pOp->Adapter.hAdapter;
    13061306#if 0
    1307     /* win8.1 does not allow context-based hw-access escapes for some reason */
     1307    /* win8.1 does not allow context-based escapes for display-only mode */
    13081308    EscapeData.hDevice = pOp->Device.hDevice;
    13091309    EscapeData.hContext = pOp->Context.hContext;
     
    16961696    EscapeData.hAdapter = pOp->Adapter.hAdapter;
    16971697#if 0
    1698     /* win8.1 does not allow context-based hw-access escapes for some reason */
     1698    /* win8.1 does not allow context-based escapes for display-only mode */
    16991699    EscapeData.hDevice = pOp->Device.hDevice;
    17001700    EscapeData.hContext = pOp->Context.hContext;
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