Changeset 55999 in vbox
- Timestamp:
- May 21, 2015 10:21:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r55991 r55999 2593 2593 } 2594 2594 2595 #if 0 2596 /* Allocation from the CPU invisible second segment does not 2597 * work apparently and actually fails on Vista. 2598 * 2599 * @todo Find out what exactly is wrong. 2600 */ 2595 2601 // if (pAllocInfo->hostID) 2596 2602 { … … 2598 2604 pAllocationInfo->SupportedWriteSegmentSet = 2; 2599 2605 } 2606 #endif 2600 2607 } 2601 2608 break;
Note:
See TracChangeset
for help on using the changeset viewer.