- Timestamp:
- Jun 2, 2010 1:08:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62294
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_bufferobject.c
r27152 r29995 76 76 RESET(bb->arrayBinding, ctx->bitid); 77 77 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 78 82 79 83 #ifdef IN_GUEST … … 91 95 b->unpackBuffer = b->nullBuffer; 92 96 b->nullBuffer->refCount += 2; 93 #endif 97 #endif 94 98 95 99 b->buffers = crAllocHashtable();
Note:
See TracChangeset
for help on using the changeset viewer.