Changeset 46662 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm
- Timestamp:
- Jun 19, 2013 2:22:29 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86552
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPTypes.h
r44529 r46662 160 160 KSPIN_LOCK OpenLock; 161 161 LIST_ENTRY OpenList; 162 uint32_t hostID; 162 163 /* helps tracking when to release wine shared resource */ 163 164 uint32_t cShRcRefs; -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r45403 r46662 2273 2273 pAllocation->fRcFlags = pAllocInfo->fFlags; 2274 2274 pAllocation->AllocData.SurfDesc = pAllocInfo->SurfDesc; 2275 pAllocation->hostID = pAllocInfo->hostID; 2275 2276 2276 2277 pAllocationInfo->Size = pAllocInfo->SurfDesc.cbSize;
Note:
See TracChangeset
for help on using the changeset viewer.