Changeset 55297 in vbox for trunk/src/VBox
- Timestamp:
- Apr 16, 2015 7:50:18 AM (10 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
r54789 r55297 3156 3156 #ifdef VMSVGA3D_OGL_WITH_SHARED_CTX 3157 3157 if (idPrevCtx < pState->cContexts && pState->papContexts[idPrevCtx]->id == idPrevCtx) 3158 { 3158 3159 VMSVGA3D_SET_CURRENT_CONTEXT(pState, pState->papContexts[idPrevCtx]); 3160 } 3159 3161 #endif 3160 3162 return VINF_SUCCESS; -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp
r54765 r55297 341 341 case SVGA3D_A16B16G16R16: 342 342 return 8; 343 } 344 AssertFailedReturn(4); 343 344 default: 345 AssertFailedReturn(4); 346 } 345 347 } 346 348
Note:
See TracChangeset
for help on using the changeset viewer.