VirtualBox

Ignore:
Timestamp:
Jul 26, 2011 5:53:21 AM (13 years ago)
Author:
vboxsync
Message:

2d: a bit of cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r37495 r38171  
    36943694void VBoxVHWAImage::resize(const VBoxFBSizeInfo & size)
    36953695{
    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_misha
    3700 //    Assert(format().blueBufferSize() == 8);
    3701 //    Assert(format().greenBufferSize() == 8);
    3702 //    Assert(format().redBufferSize() == 8);
    3703 //#endif
    3704 //
    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 
    37163696    VBOXQGL_CHECKERR(
    37173697            vboxglActiveTexture(GL_TEXTURE0);
     
    51345114        if (pList)
    51355115        {
    5136             /* assume the caller atimically 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 */
    51375117            mbProcessingList = true;
    51385118            RTCritSectLeave(&mCritSect);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette