Changeset 48146 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Aug 29, 2013 11:11:11 AM (11 years ago)
- 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 3855 3855 3856 3856 #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 */ 3858 3858 PVBOXWDDM_CONTEXT pContext = (PVBOXWDDM_CONTEXT)pEscape->hContext; 3859 3859 if (!pContext) … … 3887 3887 3888 3888 #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 */ 3890 3890 PVBOXWDDM_CONTEXT pContext = (PVBOXWDDM_CONTEXT)pEscape->hContext; 3891 3891 if (!pContext) … … 3929 3929 3930 3930 #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 */ 3932 3932 PVBOXWDDM_CONTEXT pContext = (PVBOXWDDM_CONTEXT)pEscape->hContext; 3933 3933 if (!pContext) -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r48145 r48146 1305 1305 EscapeData.hAdapter = pOp->Adapter.hAdapter; 1306 1306 #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 */ 1308 1308 EscapeData.hDevice = pOp->Device.hDevice; 1309 1309 EscapeData.hContext = pOp->Context.hContext; … … 1696 1696 EscapeData.hAdapter = pOp->Adapter.hAdapter; 1697 1697 #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 */ 1699 1699 EscapeData.hDevice = pOp->Device.hDevice; 1700 1700 EscapeData.hContext = pOp->Context.hContext;
Note:
See TracChangeset
for help on using the changeset viewer.