Changeset 63199 in vbox for trunk/src/VBox/GuestHost/OpenGL/packer/pack_client.c
- Timestamp:
- Aug 9, 2016 11:40:19 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109822
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/packer/pack_client.c
r62808 r63199 443 443 } 444 444 } 445 #endif / / CR_EXT_secondary_color445 #endif /* CR_EXT_secondary_color */ 446 446 447 447 … … 459 459 crPackFogCoordfEXT( *((GLfloat *) p) ); 460 460 } 461 #endif / / CR_EXT_fog_coord461 #endif /* CR_EXT_fog_coord */ 462 462 463 463 for (unit = 0 ; unit < CR_MAX_TEXTURE_UNITS ; unit++) … … 803 803 crPackBegin(mode); 804 804 805 / /crDebug("crPackExpandDrawElements mode:0x%x, count:%d, type:0x%x", mode, count, type);805 /*crDebug("crPackExpandDrawElements mode:0x%x, count:%d, type:0x%x", mode, count, type);*/ 806 806 807 807 switch (type)
Note:
See TracChangeset
for help on using the changeset viewer.