Changeset 52260 in vbox for trunk/src/VBox/Additions/common/crOpenGL/pack
- Timestamp:
- Aug 4, 2014 11:59:46 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.3 merged: 95338
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.3/src/VBox merged: 95338
- Property svn:mergeinfo changed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c
r51559 r52260 206 206 crUnlockMutex(&_PackMutex); 207 207 } 208 } 209 210 void PACKSPU_APIENTRY packspu_NewList(GLuint list, GLenum mode) 211 { 212 crStateNewList(list, mode); 213 crPackNewList(list, mode); 214 } 215 216 void PACKSPU_APIENTRY packspu_EndList() 217 { 218 crStateEndList(); 219 crPackEndList(); 208 220 } 209 221 -
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_special
r51559 r52260 134 134 GenTextures 135 135 CompileShader 136 NewList 137 EndList
Note:
See TracChangeset
for help on using the changeset viewer.