Changeset 38171 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 26, 2011 5:53:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r37495 r38171 3694 3694 void VBoxVHWAImage::resize(const VBoxFBSizeInfo & size) 3695 3695 { 3696 // VBOXQGLLOG(("format().blueBufferSize()(%d)\n", format().blueBufferSize()));3697 // VBOXQGLLOG(("format().greenBufferSize()(%d)\n", format().greenBufferSize()));3698 // VBOXQGLLOG(("format().redBufferSize()(%d)\n", format().redBufferSize()));3699 //#ifdef DEBUG_misha3700 // Assert(format().blueBufferSize() == 8);3701 // Assert(format().greenBufferSize() == 8);3702 // Assert(format().redBufferSize() == 8);3703 //#endif3704 //3705 // Assert(format().directRendering());3706 // Assert(format().doubleBuffer());3707 // Assert(format().hasOpenGL());3708 // VBOXQGLLOG(("hasOpenGLOverlays(%d), hasOverlay(%d)\n", format().hasOpenGLOverlays(), format().hasOverlay()));3709 // Assert(format().plane() == 0);3710 // Assert(format().rgba());3711 // Assert(!format().sampleBuffers());3712 // Assert(!format().stereo());3713 // VBOXQGLLOG(("swapInterval(%d)\n", format().swapInterval()));3714 3715 3716 3696 VBOXQGL_CHECKERR( 3717 3697 vboxglActiveTexture(GL_TEXTURE0); … … 5134 5114 if (pList) 5135 5115 { 5136 /* assume the caller at imically calls detachCmdList to free the elements obtained now those and reset the state */5116 /* assume the caller atomically calls detachCmdList to free the elements obtained now those and reset the state */ 5137 5117 mbProcessingList = true; 5138 5118 RTCritSectLeave(&mCritSect);
Note:
See TracChangeset
for help on using the changeset viewer.