]> git.cworth.org Git - apitrace/history - glretrace.hpp
Merge branch 'master' into d3dretrace
[apitrace] / glretrace.hpp
2012-03-17 José FonsecaMerge branch 'master' into d3dretrace
2012-01-26 José FonsecaAllow to use call sets instead of call numbers / freque...
2012-01-23 José FonsecaD3D retrace checkpoint.
2011-12-08 Alexandros FrantzisCreate a Visual for each Profile.
2011-12-05 José FonsecaAdd option to request an Opengl 3.2 core profile context.
2011-11-08 Chia-I Wuegl: add retracing support for EGL
2011-10-27 José FonsecaLower case namespaces.
2011-10-25 José FonsecaEmit a warning when the window size cannot be inferred.
2011-10-09 José FonsecaSimplify glws class hierarchy.
2011-10-07 José FonsecaUse a vector to dispatch calls when retracing.
2011-09-23 José FonsecaMerge branch 'master' into d3d10
2011-09-21 Zack RusinMerge branch 'on-demand-loading'
2011-09-19 José FonsecaInfer the drawable size from glBlitFramebuffer too
2011-06-02 José FonsecaAllow to specify the snapshot frequency.
2011-05-18 José FonsecaStart making glstate an independent module.
2011-05-15 José FonsecaRudimentary CGL retracing.
2011-05-10 José FonsecaTake snapshot but don't count glReadPixels as frames.
2011-05-09 José FonsecaMerge branch 'master' into multi-context
2011-05-09 José FonsecaDump the call when issuing warnings if verbosity is...
2011-05-08 Zack RusinShow call name on glGetError warning messages.
2011-05-08 Zack RusinShow call name on glGetError warning messages.
2011-05-06 José FonsecaMerge branch 'master' into multi-context
2011-05-06 José FonsecaDon't create an initial window.
2011-05-05 José FonsecaMove OS-specific retracing functions to separate files.
2011-05-04 José FonsecaMove glFlush specific code to the retrace function.
2011-04-19 Zack RusinOutput all warnings in the <call no>: <type>: <message...
2011-04-12 José FonsecaResize windows at glViewport time.
2011-04-10 José FonsecaSplit gltrace.cpp code into multiple files.
2011-04-02 José FonsecaSeparate WS abstraction from retracing.
2011-04-02 José FonsecaImplement Xlib/GLX.
2011-04-02 José FonsecaWindowing system abstraction (WIP).