Changeset 69390 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_lists.c
- Timestamp:
- Oct 26, 2017 5:17:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_lists.c
r62489 r69390 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * Implementation of all the Display Lists related routines: … … 235 234 else 236 235 crDebug("DLM: glEndList() is assuming glNewList() was issued previously."); 237 } 236 } 238 237 else 239 238 crDebug("DLM: EndList called with no current state."); … … 397 396 398 397 /* Only add to cache if we are currently recording a list. */ 399 /* TODO:Do we really need to chache it? */398 /** @todo Do we really need to chache it? */ 400 399 if (pListState->currentListInfo) 401 400 crDLMCompileListBase(base);
Note:
See TracChangeset
for help on using the changeset viewer.