Changeset 78190 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h
- Timestamp:
- Apr 18, 2019 12:07:07 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130111
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo
-
old new 9 9 /branches/VBox-5.1:112367,115992,116543,116550,116568,116573 10 10 /branches/VBox-5.2:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124260,124263,124271,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812 11 /branches/aeichner/vbox-chromium-cleanup:129816,129818-129851,129853-129861,129871-129872,129876,129880,129882,130013-130015,130036,130094-130095 11 12 /branches/andy/draganddrop:90781-91268 12 13 /branches/andy/guestctrl20:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox
- Property svn:mergeinfo
-
old new 9 9 /branches/VBox-5.1/src/VBox:112367,116543,116550,116568,116573 10 10 /branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124263,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812,127158-127159,127162-127167,127180 11 /branches/aeichner/vbox-chromium-cleanup/src/VBox:129818-129851,129853-129861,129871-129872,129876,129880,129882,130013-130015,130094-130095 11 12 /branches/andy/draganddrop/src/VBox:90781-91268 12 13 /branches/andy/guestctrl20/src/VBox:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h
r71607 r78190 92 92 } CRServerProgram; 93 93 94 void crServerSetVBoxConfiguration();95 94 void crServerSetVBoxConfigurationHGCM(); 96 95 void crServerInitDispatch(void); … … 107 106 void crServerSetOutputBounds( const CRMuralInfo *mural, int extNum ); 108 107 void crServerComputeViewportBounds( const CRViewportState *v, CRMuralInfo *mural ); 109 110 GLboolean crServerInitializeBucketing(CRMuralInfo *mural);111 108 112 109 void crComputeOverlapGeom(double *quads, int nquad, CRPoly ***res);
Note:
See TracChangeset
for help on using the changeset viewer.