Changeset 32496 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
- Timestamp:
- Sep 14, 2010 10:14:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r31873 r32496 118 118 #include <VBox/VBoxVideo.h> 119 119 #include "wddm/VBoxVideoIf.h" 120 #include "wddm/VBoxVideoMisc.h" 120 121 #include "wddm/VBoxVideoShgsmi.h" 121 122 #include "wddm/VBoxVideoCm.h" … … 308 309 309 310 VBOXVIDEOCM_MGR CmMgr; 310 LIST_ENTRY ContextList3D;311 LIST_ENTRY SwapchainList3D; 311 312 /* mutex for context list operations */ 312 313 FAST_MUTEX ContextMutex; 314 KSPIN_LOCK SynchLock; 313 315 volatile uint32_t cContexts3D; 314 316 volatile uint32_t cDMACmdsOutstanding;
Note:
See TracChangeset
for help on using the changeset viewer.