- Timestamp:
- Aug 2, 2012 9:42:53 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79693
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r42518 r42523 1071 1071 stub.spu->dispatch_table.VBoxPackSetInjectThread(NULL); 1072 1072 #if defined(WINDOWS) && defined(VBOX_WITH_WDDM) 1073 if ( !spuConnection)1073 if (stub.bRunningUnderWDDM && !spuConnection) 1074 1074 { 1075 1075 crError("VBoxPackSetInjectThread failed!"); -
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.