Changeset 52641 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Sep 8, 2014 11:18:08 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 95934
- 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 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
Note:
See TracChangeset
for help on using the changeset viewer.