]> git.cworth.org Git - apitrace/history - glretrace_main.cpp
Merge branch 'master' into d3dretrace
[apitrace] / glretrace_main.cpp
2012-03-17 José FonsecaMerge branch 'master' into d3dretrace
2012-02-09 José FonsecaSet binary mode when outputing PNM from glretrace via...
2012-01-28 Ryan C. GordonAdd simple CPU profiling support to glretrace.
2012-01-26 José FonsecaAllow to use call sets instead of call numbers / freque...
2012-01-23 José FonsecaD3D retrace checkpoint.
2012-01-20 José FonsecaIgnore alpha channels in window drawables until we...
2012-01-19 José FonsecaMake os::getTime() inline and make time frequency OS...
2011-12-10 José FonsecaFilter verbose calls on glretrace too.
2011-12-09 José FonsecaIgnore zero area viewports.
2011-12-08 Alexandros FrantzisCreate a Visual for each Profile.
2011-12-08 Alexandros FrantzisAdd 'profile' parameter to glws::createVisual().
2011-12-05 José FonsecaAdd option to request an Opengl 3.2 core profile context.
2011-11-24 José FonsecaCleanup and generalize os string class.
2011-11-08 Chia-I Wuegl: add retracing support for EGL
2011-10-31 José FonsecaMerge branch 'os-path'
2011-10-30 José FonsecaMove os::Path to a separate header.
2011-10-27 José FonsecaSwitch os functions to camelcase.
2011-10-27 José FonsecaLower case namespaces.
2011-10-26 José FonsecaCleanup X11 event handling.
2011-10-25 José FonsecaEmit a warning when the window size cannot be inferred.
2011-10-09 José FonsecaCreate contexts with DEBUG_BIT when not benchmarking.
2011-10-09 José FonsecaSimplify glws class hierarchy.
2011-10-08 José FonsecaUniformize warning output.
2011-10-08 José FonsecaRefactor more common retracing code.
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-09-06 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-05 José FonsecaEmbedded the call no in PNM images as a comment.
2011-07-02 José FonsecaPNM output support.
2011-06-04 José FonsecaFail when trace file in command line can't be openend.
2011-06-04 José FonsecaSet snapshot frequency with -c option too.
2011-06-03 José FonsecaActually set double buffer as default...
2011-06-02 José FonsecaAllow to specify the snapshot frequency.
2011-06-01 José FonsecaUse double buffer visuals by default.
2011-05-28 José FonsecaUse regular C strings everywhere.
2011-05-24 José FonsecaMove snapshooting to glstate.
2011-05-21 José FonsecaDisable _all_ error checking when benchmarking.
2011-05-19 José FonsecaReorganize glstate code.
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é FonsecaReset all pixel store state before snapshoting.
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é FonsecaMake retrace_call void()
2011-05-04 José FonsecaMove glFlush specific code to the retrace function.
2011-04-20 Zack RusinSkip windowing system calls but still allow state fetch...
2011-04-19 Zack RusinOutput all warnings in the <call no>: <type>: <message...
2011-04-14 Michel DänzerUse call number instead of frame number for snapshot...
2011-04-12 José FonsecaResize windows at glViewport time.
2011-04-10 José FonsecaBasic dumping of draw buffer.
2011-04-10 José FonsecaSplit gltrace.cpp code into multiple files.