VirtualBox

Ignore:
Timestamp:
May 8, 2015 6:05:43 PM (10 years ago)
Author:
vboxsync
Message:

Host 3D: DLM: dump local stuff (preparing for saving Display Lists).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r55761 r55762  
    1616#include "cr_environment.h"
    1717#include "cr_pixeldata.h"
     18
     19#ifdef VBOX_WITH_CR_DISPLAY_LISTS
     20# include "cr_dlm.h"
     21#endif
     22
    1823#include "server_dispatch.h"
    1924#include "state/cr_texture.h"
     
    16711676        }
    16721677    }
     1678
     1679#ifdef VBOX_WITH_CR_DISPLAY_LISTS
     1680    rc = crDLMSaveState();
     1681    AssertRCReturn(rc, rc);
     1682#endif
    16731683
    16741684    rc = crServerPendSaveState(pSSM);
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