Changeset 48145 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Aug 29, 2013 11:05:46 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r48070 r48145 3854 3854 } 3855 3855 3856 #if 0 3857 /* win8.1 does not allow context-based hw-access escapes for some reason */ 3856 3858 PVBOXWDDM_CONTEXT pContext = (PVBOXWDDM_CONTEXT)pEscape->hContext; 3857 3859 if (!pContext) … … 3868 3870 break; 3869 3871 } 3872 #endif 3870 3873 3871 3874 WARN(("VBOXESC_REINITVIDEOMODESBYMASK should be called instead")); … … 3883 3886 } 3884 3887 3888 #if 0 3889 /* win8.1 does not allow context-based hw-access escapes for some reason */ 3885 3890 PVBOXWDDM_CONTEXT pContext = (PVBOXWDDM_CONTEXT)pEscape->hContext; 3886 3891 if (!pContext) … … 3897 3902 break; 3898 3903 } 3904 #endif 3899 3905 3900 3906 if (pEscape->PrivateDriverDataSize != sizeof (VBOXDISPIFESCAPE_REINITVIDEOMODESBYMASK)) … … 3922 3928 } 3923 3929 3930 #if 0 3931 /* win8.1 does not allow context-based hw-access escapes for some reason */ 3924 3932 PVBOXWDDM_CONTEXT pContext = (PVBOXWDDM_CONTEXT)pEscape->hContext; 3925 3933 if (!pContext) … … 3936 3944 break; 3937 3945 } 3946 #endif 3938 3947 3939 3948 if (pEscape->PrivateDriverDataSize != sizeof (*pEscapeHdr))
Note:
See TracChangeset
for help on using the changeset viewer.