Jeremy Kolb wrote: > + if f.glx_vendorpriv == 0 and f.opcode_name()[-3:] != "ARB" and f.opcode_name()[-2:] != "NV": I missed this on my first review. Can you explain why you're filtering based on the name of the opcode? Why don't ARB and NV opcodes make the cut?