]> git.cworth.org Git - apitrace/history - glretrace.py
Merge branch 'd3dretrace'
[apitrace] / glretrace.py
2012-04-13 José FonsecaMerge branch 'd3dretrace'
2012-04-13 José FonsecaPrevent derreference after free when retracing glFeedba...
2012-04-07 José FonsecaHandle glMapObjectBufferATI/glUnmapObjectBufferATI.
2012-04-07 José FonsecaSeparate allocation and extraction in retracing.
2012-04-05 José FonsecaHandle glMapObjectBufferATI/glUnmapObjectBufferATI.
2012-04-02 José FonsecaFix glretrace build.
2012-03-30 José FonsecaMerge branch 'master' into d3dretrace
2012-03-29 José FonsecaUpdate drawable on variations of glViewport (issue...
2012-03-24 José FonsecaMerge branch 'gui-thumbnails'
2012-03-21 José FonsecaFix block indentation.
2012-03-21 José FonsecaConsider glCallList(s) as a drawing call.
2012-03-17 José FonsecaMerge branch 'master' into d3dretrace
2012-03-08 José FonsecaWarn when failed to unmap buffer too.
2012-03-08 José FonsecaGet the buffer map pointer _before_ unmaping.
2012-02-02 José FonsecaWarn when calling GL entry points without a current...
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-19 José FonsecaFlag draw / fbo-binding calls.
2012-01-19 José FonsecaUpdate/correct bind glBindFramebuffer* names.
2012-01-15 José FonsecaDistinguish linear pointers.
2012-01-15 José FonsecaAdd Function.argNames() method.
2012-01-15 José FonsecaTrace GL_OES_mapbuffer mappings.
2012-01-14 José FonsecaCleanup/comment/format code.
2011-11-17 Chia-I Wugles: Add support for GLES retracing
2011-10-25 José FonsecaEmit a warning when the window size cannot be inferred.
2011-10-14 José FonsecaBring some of the virtual-memory-regions
2011-10-09 José FonsecaFix retracing of glGetSeparableFilter w/ pack buffer.
2011-10-09 José FonsecaHandle glDraw*BaseInstance.
2011-10-08 José FonsecaUniformize warning output.
2011-10-07 José FonsecaUse a vector to dispatch calls when retracing.
2011-09-27 José FonsecaMove all API specs to a separate dir.
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-19 José FonsecaMore descriptive framebuffer error codes.
2011-09-15 José FonsecaComplete/tweak the specs for GL 4.0-4.2.
2011-09-02 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-09-02 José FonsecaEnsure full glReadPixels still get recognized as new...
2011-09-01 José FonsecaRecognise glFrameTerminatorGREMEDY when retracing.
2011-09-01 Zack RusinMerge remote-tracking branch 'origin/master' into on...
2011-08-28 José FonsecaDont't leak blobs all the time.
2011-06-11 José FonsecaDon't resize the window on glViewport if there's a...
2011-06-11 José FonsecaHandle ARB_pixel_buffer_object correctly.
2011-06-07 José FonsecaRecognize a few more misc draw function names.
2011-06-07 José FonsecaDo error checking in glCheckFramebufferStatus.
2011-06-04 José FonsecaSupport glMulti*.
2011-06-02 José FonsecaAllow to specify the snapshot frequency.
2011-05-23 José FonsecaWarning for glMap*Buffer* failures.
2011-05-23 José FonsecaHandle vertex attriv locations correctly.
2011-05-21 José FonsecaDisable _all_ error checking when benchmarking.
2011-05-20 José FonsecaDon't show windows until they are first resized.
2011-05-18 José FonsecaReset the scissor after resizing the window.
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é FonsecaTake a snapshots on glReadPixels.
2011-05-09 José FonsecaCheck status of glProgramString{ARB,NV}/glCompileShader...
2011-05-09 José FonsecaShow info log when glCompileShader/glLinkProgram fails.
2011-05-09 José FonsecaFix programObj type.
2011-05-09 José FonsecaDon't try to use more samples than the implementation...
2011-05-09 José FonsecaMany corrections to the retracing of programs and uniforms.
2011-05-09 José FonsecaAllow to do GLlocation mapping in more places.
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-06 José FonsecaHandle pointer casts better.
2011-05-05 José FonsecaMove OS-specific retracing functions to separate files.
2011-05-05 José FonsecaDon't checkt GL error on memcpy.
2011-05-04 José FonsecaMove glFlush specific code to the retrace function.
2011-05-04 José FonsecaCleanup arrays pointer handling code.
2011-04-24 José FonsecaBasic MapBuffer/MapBufferRange trace/retrace support.
2011-04-19 Zack RusinOutput all warnings in the <call no>: <type>: <message...
2011-04-18 Zack RusinMerge branch 'trace-editing'
2011-04-15 José FonsecaMake Trace::Parser::version a non static member.
2011-04-12 José FonsecaResize windows at glViewport time.
2011-04-10 José FonsecaSplit gltrace.cpp code into multiple files.
2011-04-10 José FonsecaDump state after calls, and never inside glBegin/glEnd.
2011-04-09 José FonsecaMerge branch 'master' into noglut
2011-04-09 José FonsecaDon't initalize __list_map.
2011-04-07 José FonsecaDump current program and attached shaders into JSON...
2011-04-03 José FonsecaExit after dumping state.
2011-04-02 José FonsecaSeparate WS abstraction from retracing.
2011-04-02 José FonsecaImplement Xlib/GLX.
2011-04-02 José FonsecaExit after dumping state.
2011-03-31 José FonsecaSome cleanups for vertex arrays.
2011-03-30 José FonsecaBasic state dumping.
2011-03-28 José FonsecaBetter handling of resizes on single buffer visuals.
2011-03-25 José FonsecaMerge remote-tracking branch 'origin/drawarrays'
2011-03-24 José FonsecaMerge branch 'drawarrays'
2011-03-23 José FonsecaDump SwapBuffers calls with -v
2011-03-23 José FonsecaHandle older traces gracefully.
2011-03-23 José FonsecaDocument -w option.
2011-03-22 José FonsecaMore complete glDrawArrays and glDrawElements support.
2011-02-22 José FonsecaBasic DrawArrays support.
2011-02-22 José FonsecaUse glproc.hpp also for both tracing and retracing.
2011-02-09 José FonsecaTake the screenshots from the current draw buffer,...
2011-02-09 José FonsecaDon't leak all over the place.
2011-02-09 José FonsecaAdd a benchmark mode.
2011-02-09 José FonsecaFix thinko.
2011-02-08 José FonsecaDrop deprecate -p option.
next