Changeset 42523 in vbox for trunk/src/VBox/Additions/common/crOpenGL/pack
- Timestamp:
- Aug 2, 2012 9:42:53 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c
r42518 r42523 588 588 void PACKSPU_APIENTRY packspu_VBoxDetachThread() 589 589 { 590 int i; 591 GET_THREAD(thread); 592 593 if (thread) 594 { 595 if (CRPACKSPU_IS_WDDM_CRHGSMI()) 596 { 597 crPackSetContext(NULL); 598 crSetTSD(&_PackTSD, NULL); 599 } 600 else 590 if (CRPACKSPU_IS_WDDM_CRHGSMI()) 591 { 592 crPackSetContext(NULL); 593 crSetTSD(&_PackTSD, NULL); 594 } 595 else 596 { 597 int i; 598 GET_THREAD(thread); 599 if (thread) 601 600 { 602 601 crLockMutex(&_PackMutex);
Note:
See TracChangeset
for help on using the changeset viewer.