VirtualBox

Changeset 29995 in vbox for trunk


Ignore:
Timestamp:
Jun 2, 2010 1:08:28 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62294
Message:

crOpenGL: fix pack/unpack buffers tracking

File:
1 edited

Legend:

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

    r27152 r29995  
    7676    RESET(bb->arrayBinding, ctx->bitid);
    7777    RESET(bb->elementsBinding, ctx->bitid);
     78#ifdef CR_ARB_pixel_buffer_object
     79    RESET(bb->unpackBinding, ctx->bitid);
     80    RESET(bb->packBinding, ctx->bitid);
     81#endif
    7882
    7983#ifdef IN_GUEST
     
    9195    b->unpackBuffer = b->nullBuffer;
    9296    b->nullBuffer->refCount += 2;
    93 #endif   
     97#endif
    9498
    9599    b->buffers = crAllocHashtable();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette