Changeset 52451 in vbox for trunk/src/VBox/Additions/common/crOpenGL/pack
- Timestamp:
- Aug 21, 2014 7:20:27 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95662
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.3 merged: 95661
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.3/src/VBox merged: 95661
- Property svn:mergeinfo changed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c
r52329 r52451 565 565 } 566 566 567 #ifdef DEBUG_misha 568 if (pCurState->lists.currentIndex) 569 { 570 WARN(("GetError called in DisplayList")); 571 } 572 #endif 573 574 if (!pCurState->lists.currentIndex || !(g_u32VBoxHostCaps & CR_VBOX_CAP_CMDBLOCKS)) 575 { 576 packspuFlush( (void *) thread ); 577 CRPACKSPU_WRITEBACK_WAIT(thread, writeback); 578 if (pack_spu.swap) 579 { 580 return_val = (GLenum) SWAP32(return_val); 581 } 582 } 583 else 584 { 585 return_val = GL_NO_ERROR; 567 packspuFlush( (void *) thread ); 568 CRPACKSPU_WRITEBACK_WAIT(thread, writeback); 569 570 if (pack_spu.swap) 571 { 572 return_val = (GLenum) SWAP32(return_val); 586 573 } 587 574 -
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_net.c
r51319 r52451 250 250 { 251 251 g_u32VBoxHostCaps = crNetHostCapsGet(); 252 if (g_u32VBoxHostCaps & CR_VBOX_CAP_CMDBLOCKS) 253 crPackCmdBlocksEnable(); 252 crPackCapsSet(g_u32VBoxHostCaps); 254 253 } 255 254 }
Note:
See TracChangeset
for help on using the changeset viewer.