Changeset 20815 in vbox
- Timestamp:
- Jun 23, 2009 11:29:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/packer/packer.py
r20813 r20815 155 155 # print "\tCRASSERT(!pc->buffer.geometry_only); /* sanity check */" 156 156 157 for index in range(0,len(params)): 158 (name, type, vecSize) = params[index] 159 if vecSize>0 and func_name!=orig_func_name: 160 print " if (!%s) {" % name 161 # Know the reason for this one, so avoid the spam. 162 if orig_func_name != "SecondaryColor3fvEXT": 163 print " crDebug(\"App passed NULL as %s for %s\");" % (name, orig_func_name) 164 print " return;" 165 print " }" 166 157 167 packet_length = apiutil.PacketLength(nonVecParams) 158 168
Note:
See TracChangeset
for help on using the changeset viewer.