Changeset 52641 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Sep 8, 2014 11:18:08 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95934
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.