Changeset 50983 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Apr 7, 2014 10:21:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_client.c
r44937 r50983 1563 1563 } 1564 1564 1565 #ifdef DEBUG_misha 1566 /* debugging */ 1567 # define CR_NO_SERVER_ARRAYS 1568 #endif 1569 1565 1570 /* 1566 1571 * Determine if the enabled arrays all live on the server … … 1569 1574 GLboolean crStateUseServerArrays(void) 1570 1575 { 1571 #if def CR_ARB_vertex_buffer_object1576 #if defined(CR_ARB_vertex_buffer_object) && !defined(CR_NO_SERVER_ARRAYS) 1572 1577 CRContext *g = GetCurrentContext(); 1573 1578 CRClientState *c = &(g->client);
Note:
See TracChangeset
for help on using the changeset viewer.