VirtualBox

Changeset 52641 in vbox for trunk


Ignore:
Timestamp:
Sep 8, 2014 11:18:08 AM (10 years ago)
Author:
vboxsync
Message:

crOpenGL: disable some verbose logging

Location:
trunk/src/VBox
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_framebuffer.c

    r48491 r52641  
    10971097    CRContext *g = GetCurrentContext();
    10981098    CRFramebufferObject *pFBO = (CRFramebufferObject*) crHashtableSearch(g->shared->fbTable, id);
    1099 #ifdef DEBUG_misha
     1099#if 0 //def DEBUG_misha
    11001100    crDebug("FB id(%d) hw(%d)", id, pFBO ? pFBO->hwid : 0);
    11011101#endif
  • trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_texture.c

    r52329 r52641  
    33903390    if (tobj)
    33913391    {
    3392         crDebug("tex id(%d), hwid(%d)", tobj->id, tobj->hwid);
     3392//        crDebug("tex id(%d), hwid(%d)", tobj->id, tobj->hwid);
    33933393    }
    33943394#endif
     
    34073407        CRASSERT(diff_api.GenTextures);
    34083408        diff_api.GenTextures(1, &tobj->hwid);
    3409 #ifdef DEBUG_misha
     3409#if 0 //def DEBUG_misha
    34103410        crDebug("tex id(%d), hwid(%d)", tobj->id, tobj->hwid);
    34113411#endif
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_lists.c

    r52260 r52641  
    295295    }
    296296
    297     for (i = 0; i < n; ++i)
    298     {
    299         crDebug("DeleteTexture: %d, pid %d, ctx %d", textures[i], (uint32_t)cr_server.curClient->pid, cr_server.currentCtxInfo->pContext->id);
    300     }
     297//    for (i = 0; i < n; ++i)
     298//    {
     299//        crDebug("DeleteTexture: %d, pid %d, ctx %d", textures[i], (uint32_t)cr_server.curClient->pid, cr_server.currentCtxInfo->pContext->id);
     300//    }
    301301
    302302
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c

    r52624 r52641  
    713713    }
    714714    else {
    715         crDebug("Render SPU: Attempt to resize invalid window (%d)", win);
     715        WARN(("Render SPU: Attempt to resize invalid window (%d)", win));
    716716    }
    717717}
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