Changeset 34887 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Dec 9, 2010 2:13:56 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68703
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/icd_drv.c
r30512 r34887 86 86 } 87 87 88 crNetTearDown();89 88 crDebug("DrvValidateVersion %x -> FALSE, going to use system default opengl32.dll\n", version); 90 89 return FALSE; -
trunk/src/VBox/Additions/common/crOpenGL/load.c
r34345 r34887 342 342 #endif 343 343 344 #ifndef WINDOWS 344 345 crNetTearDown(); 346 #endif 345 347 346 348 #ifdef GLX … … 412 414 #endif 413 415 416 #ifndef WINDOWS 414 417 crNetTearDown(); 418 #endif 419 415 420 #ifdef CHROMIUM_THREADSAFE 416 421 crUnlockMutex(mutex); -
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c
r34336 r34887 537 537 { 538 538 crFreeMutex(&_PackMutex); 539 crNetTearDown(); 539 540 break; 540 541 }
Note:
See TracChangeset
for help on using the changeset viewer.