Changeset 52451 in vbox for trunk/src/VBox/GuestHost/OpenGL/packer/packer.py
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.3 merged: 95661
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.3/src/VBox merged: 95661
- Property svn:mergeinfo changed
-
trunk/src/VBox/GuestHost/OpenGL/packer/packer.py
r52329 r52451 211 211 print "\tWRITE_OPCODE( pc, %s );" % apiutil.OpcodeName( func_name ) 212 212 213 if "get" in apiutil.Properties(func_name): 214 print '\tCR_CMDBLOCK_CHECK_FLUSH(pc);' 215 213 216 print '\tCR_UNLOCK_PACKER_CONTEXT(pc);' 214 217 print '}\n'
Note:
See TracChangeset
for help on using the changeset viewer.