Changeset 52350 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib
- Timestamp:
- Aug 11, 2014 6:30:55 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95478
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.3 merged: 95475
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.3/src/VBox merged: 95475
- Property svn:mergeinfo changed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c
r52329 r52350 1702 1702 { 1703 1703 CRContextInfo *pCtxInfo = cr_server.currentCtxInfo; 1704 CR_BLITTER_WINDOW BltWin;1705 CR_BLITTER_CONTEXT BltCtx;1706 1704 CRContext *ctx = crStateGetCurrent(); 1707 1705 GLint idFBO; … … 1725 1723 idTex = CR_SERVER_FBO_TEX_FOR_IDX(cr_server.currentMural, idx); 1726 1724 1727 crServerVBoxBlitterWinInit(&BltWin, cr_server.currentMural);1728 crServerVBoxBlitterCtxInit(&BltCtx, pCtxInfo);1729 1730 1725 RedirTex.width = cr_server.currentMural->fboWidth; 1731 1726 RedirTex.height = cr_server.currentMural->fboHeight; … … 1733 1728 RedirTex.hwid = idTex; 1734 1729 1735 crRecDumpBuffer(&cr_server.Recorder, ctx, &BltCtx, &BltWin,idFBO, idTex ? &RedirTex : NULL);1730 crRecDumpBuffer(&cr_server.Recorder, ctx, idFBO, idTex ? &RedirTex : NULL); 1736 1731 } 1737 1732 … … 1758 1753 { 1759 1754 CRContextInfo *pCtxInfo = cr_server.currentCtxInfo; 1760 CR_BLITTER_WINDOW BltWin;1761 CR_BLITTER_CONTEXT BltCtx;1762 1755 CRContext *ctx = crStateGetCurrent(); 1763 1756 int rc = crServerDumpCheckInit(); … … 1768 1761 } 1769 1762 1770 crServerVBoxBlitterWinInit(&BltWin, cr_server.currentMural); 1771 crServerVBoxBlitterCtxInit(&BltCtx, pCtxInfo); 1772 1773 crRecDumpTextures(&cr_server.Recorder, ctx, &BltCtx, &BltWin); 1763 crRecDumpTextures(&cr_server.Recorder, ctx); 1774 1764 } 1775 1765
Note:
See TracChangeset
for help on using the changeset viewer.