Changeset 42520 in vbox for trunk/src/VBox
- Timestamp:
- Aug 1, 2012 7:02:01 PM (13 years ago)
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/context.c
r42518 r42520 1351 1351 CRASSERT(context); 1352 1352 1353 CRASSERT(0);1354 1353 stubDestroyContextLocked(context); 1355 1354 -
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_context.c
r42499 r42520 36 36 37 37 #if defined(VBOX_WITH_CRHGSMI) && defined(IN_GUEST) 38 CRASSERT(!CRPACKSPU_IS_WDDM_CRHGSMI() == !pHgsmi); 38 /* this is not true for packSPUInit, but will be fixed shortly */ 39 // CRASSERT(!CRPACKSPU_IS_WDDM_CRHGSMI() == !pHgsmi); 39 40 #endif 40 41
Note:
See TracChangeset
for help on using the changeset viewer.