VirtualBox

Changeset 50983 in vbox for trunk/src/VBox/GuestHost/OpenGL


Ignore:
Timestamp:
Apr 7, 2014 10:21:36 AM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: debugging stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_client.c

    r44937 r50983  
    15631563}
    15641564
     1565#ifdef DEBUG_misha
     1566/* debugging */
     1567# define CR_NO_SERVER_ARRAYS
     1568#endif
     1569
    15651570/*
    15661571 * Determine if the enabled arrays all live on the server
     
    15691574GLboolean crStateUseServerArrays(void)
    15701575{
    1571 #ifdef CR_ARB_vertex_buffer_object
     1576#if defined(CR_ARB_vertex_buffer_object) && !defined(CR_NO_SERVER_ARRAYS)
    15721577    CRContext *g = GetCurrentContext();
    15731578    CRClientState *c = &(g->client);
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