VirtualBox

Ignore:
Timestamp:
Oct 26, 2017 5:17:51 PM (7 years ago)
Author:
vboxsync
Message:

HostServices/SharedOpenGL: scm updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_lists.c

    r62489 r69390  
    11/* $Id$ */
    2 
    32/** @file
    43 * Implementation of all the Display Lists related routines:
     
    235234        else
    236235            crDebug("DLM: glEndList() is assuming glNewList() was issued previously.");
    237     } 
     236    }
    238237    else
    239238        crDebug("DLM: EndList called with no current state.");
     
    397396
    398397        /* 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? */
    400399        if (pListState->currentListInfo)
    401400            crDLMCompileListBase(base);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette