Changeset 53126 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm
- Timestamp:
- Oct 23, 2014 8:51:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r53008 r53126 7464 7464 #ifdef VBOX_WDDM_WIN8 7465 7465 Assert(f3DRequired); 7466 LOGREL(("3D is NOT supported by the host, falling back to display-only mode.."));7467 7466 g_VBoxDisplayOnly = 1; 7467 7468 /* Black list some builds. */ 7469 if (major == 6 && minor == 4 && build == 9841) 7470 { 7471 /* W10 Technical preview crashes with display-only driver. */ 7472 LOGREL(("3D is NOT supported by the host, fallback to the system video driver.")); 7473 Status = STATUS_UNSUCCESSFUL; 7474 } 7475 else 7476 { 7477 LOGREL(("3D is NOT supported by the host, falling back to display-only mode..")); 7478 } 7468 7479 #else 7469 7480 if (f3DRequired)
Note:
See TracChangeset
for help on using the changeset viewer.