Changeset 50041 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_lists.c
- Timestamp:
- Jan 9, 2014 4:13:28 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91522
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.2 merged: 91503-91504,91506-91508,91510,91514-91515,91521
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.2/src/VBox merged: 91503-91504,91506-91508,91510,91514-91515,91521
- Property svn:mergeinfo changed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_lists.c
r45910 r50041 308 308 } 309 309 310 crStatePrioritizeTextures(n, textures, priorities); 311 310 312 for (i = 0; i < n; i++) 311 313 { … … 313 315 } 314 316 315 crStatePrioritizeTextures(n, textures, priorities);316 317 cr_server.head_spu->dispatch_table.PrioritizeTextures(n, newTextures, priorities); 317 318 crFree(newTextures);
Note:
See TracChangeset
for help on using the changeset viewer.