VirtualBox

Changeset 52641 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Sep 8, 2014 11:18:08 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95934
Message:

crOpenGL: disable some verbose logging

Location:
trunk/src/VBox/GuestHost/OpenGL/state_tracker
Files:
2 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
Note: See TracChangeset for help on using the changeset viewer.

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