VirtualBox

Changeset 35912 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 9, 2011 12:31:28 PM (14 years ago)
Author:
vboxsync
Message:

crOpenGL: fix sometimes missing textures and geometry

File:
1 edited

Legend:

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

    r35195 r35912  
    597597void PACKSPU_APIENTRY packspu_UnlockArraysEXT()
    598598{
     599    GET_CONTEXT(ctx);
     600    CRClientState *clientState = &(ctx->clientState->client);
     601
     602    if (clientState->array.locked && clientState->array.synced)
     603    {
     604        crPackUnlockArraysEXT();
     605    }
     606
    599607    crStateUnlockArraysEXT();
    600     crPackUnlockArraysEXT();
    601 }
     608}
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