]> git.cworth.org Git - apitrace/history - glretrace.py
Less opaqueness.
[apitrace] / glretrace.py
2010-11-24 José FonsecaLess opaqueness.
2010-11-24 José FonsecaMore GL handles.
2010-11-24 José FonsecaMore handles.
2010-11-23 José FonsecaBasic texture name handling.
2010-11-23 José FonsecaCatch GL_INVALID_FRAMEBUFFER_OPERATION error.
2010-11-23 José FonsecaMajor move to visitor paradigm.
2010-11-23 José FonsecaDon't call glGetError inside glBegin/glEnd
2010-11-22 José FonsecaInvert control flow to satisfy glut.
2010-11-22 José FonsecaFlush.
2010-11-22 José FonsecaDistinguish and ignore functions without side effects.
2010-11-22 José FonsecaUnify GL specs.
2010-11-22 José FonsecaPut input/output flag in argument, instead of type.
2010-11-21 José FonsecaMake opaque pointers more consistent.
2010-11-21 José FonsecaHandle null arrays.
2010-11-21 José FonsecaHandle more calls correctly.
2010-11-20 José FonsecaSupport glTexImage through blobs.
2010-11-20 José FonsecaMake better use of C++ implicit casts. Support arrays.
2010-11-19 José FonsecaRemove unused functions.
2010-11-19 José FonsecaStart migrating to the visitor pattern.
2010-11-19 José FonsecaFirst stab at binary trace and retracing.