Changeset 74890 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/dlm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo
-
old new 8 8 /branches/VBox-5.0:104445,104938,104943,104950,104952-104953,104987-104988,104990,106453 9 9 /branches/VBox-5.1:112367,115992,116543,116550,116568,116573 10 /branches/VBox-5.2:120083,120099,120213,120221,120239,123597-123598,123600-123601,123755 10 /branches/VBox-5.2:120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,125768,125779-125780,125812 11 11 /branches/andy/draganddrop:90781-91268 12 12 /branches/andy/guestctrl20:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox
- Property svn:mergeinfo
-
old new 8 8 /branches/VBox-5.0/src/VBox:104938,104943,104950,104987-104988,104990,106453 9 9 /branches/VBox-5.1/src/VBox:112367,116543,116550,116568,116573 10 /branches/VBox-5.2/src/VBox:120083,120099,120213,120221,120239,123597-123598,123600-123601,123755 10 /branches/VBox-5.2/src/VBox:120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,125768,125779-125780,125812 11 11 /branches/andy/draganddrop/src/VBox:90781-91268 12 12 /branches/andy/guestctrl20/src/VBox:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_lists.c
r69500 r74890 353 353 354 354 crDebug("DLM: CallLists(%d, %u, %p).", n, type, lists); 355 356 if (n >= INT32_MAX / sizeof(GLuint)) 357 { 358 crError("crDLMCallLists: parameter 'n' is out of range"); 359 return; 360 } 355 361 356 362 if (pListState)
Note:
See TracChangeset
for help on using the changeset viewer.