VirtualBox

Ignore:
Timestamp:
Dec 16, 2010 4:03:15 PM (14 years ago)
Author:
vboxsync
Message:

crOpenGL: disable compiled vertex array usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_client.c

    r33549 r35195  
    220220}
    221221
     222/*#define CR_USE_LOCKARRAYS*/
    222223
    223224void PACKSPU_APIENTRY
     
    234235        serverArrays = crStateUseServerArrays();
    235236
     237# ifdef CR_USE_LOCKARRAYS
    236238    if (!serverArrays && !ctx->clientState->client.array.locked && (count>3)
    237239        && (!elementsBuffer || !elementsBuffer->id))
     
    293295        }
    294296    }
     297# endif
    295298#endif
    296299
     
    389392         serverArrays = crStateUseServerArrays();
    390393
     394# ifdef CR_USE_LOCKARRAYS
    391395    if (!serverArrays && !ctx->clientState->client.array.locked && (count>3))
    392396    {
     
    402406        }
    403407    }
     408# endif
    404409#endif
    405410
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