- Timestamp:
- Sep 8, 2014 11:18:08 AM (10 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_framebuffer.c
r48491 r52641 1097 1097 CRContext *g = GetCurrentContext(); 1098 1098 CRFramebufferObject *pFBO = (CRFramebufferObject*) crHashtableSearch(g->shared->fbTable, id); 1099 #if def DEBUG_misha1099 #if 0 //def DEBUG_misha 1100 1100 crDebug("FB id(%d) hw(%d)", id, pFBO ? pFBO->hwid : 0); 1101 1101 #endif -
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_texture.c
r52329 r52641 3390 3390 if (tobj) 3391 3391 { 3392 crDebug("tex id(%d), hwid(%d)", tobj->id, tobj->hwid);3392 // crDebug("tex id(%d), hwid(%d)", tobj->id, tobj->hwid); 3393 3393 } 3394 3394 #endif … … 3407 3407 CRASSERT(diff_api.GenTextures); 3408 3408 diff_api.GenTextures(1, &tobj->hwid); 3409 #if def DEBUG_misha3409 #if 0 //def DEBUG_misha 3410 3410 crDebug("tex id(%d), hwid(%d)", tobj->id, tobj->hwid); 3411 3411 #endif -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_lists.c
r52260 r52641 295 295 } 296 296 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 // } 301 301 302 302 -
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.c
r52624 r52641 713 713 } 714 714 else { 715 crDebug("Render SPU: Attempt to resize invalid window (%d)", win);715 WARN(("Render SPU: Attempt to resize invalid window (%d)", win)); 716 716 } 717 717 }
Note:
See TracChangeset
for help on using the changeset viewer.