Changeset 42092 in vbox
- Timestamp:
- Jul 10, 2012 12:33:03 PM (13 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/Makefile.kmk
r42054 r42092 222 222 223 223 ifdef VBOX_WDDM_WIN8 224 #VBOXWDDMW8_WITH_DISPD3D = 1224 VBOXWDDMW8_WITH_DISPD3D = 1 225 225 ifdef VBOX_WITH_CROGL 226 #VBOXWDDMW8_WITH_GL = 1226 VBOXWDDMW8_WITH_GL = 1 227 227 endif 228 228 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r42091 r42092 6577 6577 } 6578 6578 6579 #ifdef VBOX_WDDM_WIN86580 LOGREL(("Current win8 video driver only supports display-only mode no matter whether or not host 3D is enabled!"));6581 g_VBoxDisplayOnly = 1;6582 #endif6579 //#ifdef VBOX_WDDM_WIN8 6580 // LOGREL(("Current win8 video driver only supports display-only mode no matter whether or not host 3D is enabled!")); 6581 // g_VBoxDisplayOnly = 1; 6582 //#endif 6583 6583 6584 6584 if (NT_SUCCESS(Status))
Note:
See TracChangeset
for help on using the changeset viewer.