]> git.cworth.org Git - apitrace/shortlog
apitrace
2012-02-15 José FonsecaMention apitrace trim in the documentation.
2012-02-15 José FonsecaConvert trim option parsing to getopt.
2012-02-09 José FonsecaAllow to specify output file on retracediff
2012-02-09 José FonsecaFix highlight.py on Windows.
2012-02-09 José FonsecaSet binary mode when outputing PNM from glretrace via...
2012-02-09 José FonsecaAllow to specify an alternative opengl32.dll when retra...
2012-02-09 José FonsecaRemove dead os::getTime() declaration.
2012-02-08 José FonsecaFlag a few wgl calls as verbose.
2012-02-07 José FonsecaIgnore glXSwapInterval* when retracing.
2012-02-04 José FonsecaFix build with older DXSDK.
2012-02-03 José FonsecaA few additions to win32 api.
2012-02-03 José FonsecaTry all interfaces when wrapping REFIIDs.
2012-02-03 José FonsecaSupport const methods.
2012-02-03 José FonsecaBe more specific when invoking the interface methods.
2012-02-03 José FonsecaRecognize D3DUSAGE flags in resource descriptions.
2012-02-03 José FonsecaRecognize D3DFMT_A2B10G10R10_XR_BIAS.
2012-02-02 José FonsecaWarn when calling GL entry points without a current...
2012-02-01 José FonsecaEnsure function default argument matches template type.
2012-02-01 José FonsecaCompute attrib pair lists size correctly.
2012-02-01 José FonsecaMake attrib pair lists explicit.
2012-02-01 José FonsecaTry to cope with unwrapped objects.
2012-02-01 José FonsecaFix assertion failure.
2012-01-31 José FonsecaCleanup unicode support.
2012-01-31 José FonsecaHandle IDirect3DVertexBuffer9::Lock's OffsetToLock...
2012-01-31 José FonsecaIgnore Windows thread naming exceptions.
2012-01-31 José FonsecaHandle more REFIID queries.
2012-01-31 José FonsecaAdd API::getAllInterfaces helper method.
2012-01-31 José FonsecaImplement Rebuilder::visitInterface.
2012-01-31 José Fonsecas/all_types/getAllTypes/
2012-01-31 José FonsecaAllow to use newer DXSDKs w/ MinGW.
2012-01-31 José FonsecaAvoid hacking around argc / argv.
2012-01-31 José FonsecaConver apitrace dump to getopt.
2012-01-31 José FonsecaBundle BSD getopt.
2012-01-28 Ryan C. GordonAdd simple CPU profiling support to glretrace.
2012-01-27 José FonsecaCleanup options for apitrace trim.
2012-01-27 Carl WorthCorrectly copy "out" arguments to the "leave" portion...
2012-01-27 José FonsecaRemove trace_copier.
2012-01-27 Carl WorthAdd "apitrace trim" command.
2012-01-27 José FonsecaEnsure stdin/stdout is in binary mode on windows when...
2012-01-27 José FonsecaPickle more data types in binary.
2012-01-26 José FonsecaPython pickle output.
2012-01-26 José FonsecaAllow to use call sets instead of call numbers / freque...
2012-01-20 José FonsecaRemove references to megaupload
2012-01-20 José FonsecaTrace data written via IDirect3DVertexBuffer9::Lock...
2012-01-20 José FonsecaIgnore alpha channels in window drawables until we...
2012-01-20 José FonsecaDrain Windows message queue.
2012-01-19 José FonsecaMake os::getTime() inline and make time frequency OS...
2012-01-19 José FonsecaTrace IDirect3DQuery9::GetData data
2012-01-19 José FonsecaFlag draw / fbo-binding calls.
2012-01-19 José FonsecaUpdate/correct bind glBindFramebuffer* names.
2012-01-19 José FonsecaTrace GL_NVX_gpu_memory_info parameters (issue #63).
2012-01-18 José FonsecaDocument out to trace applications inside gdb.
2012-01-18 José FonsecaFix bundled qjson include path.
2012-01-18 José FonsecaDon't intercept SIGPIPE.
2012-01-18 José FonsecaActually set PTHREAD_MUTEX_RECURSIVE attr.
2012-01-18 José FonsecaForce our glxext.h headers to be included instead of...
2012-01-15 José FonsecaDistinguish linear pointers.
2012-01-15 José FonsecaAdd Function.argNames() method.
2012-01-15 José FonsecaHandle EXT_direct_state_access buffer mappings properly.
2012-01-15 José FonsecaTrace GL_OES_mapbuffer mappings.
2012-01-15 José FonsecaFix GL_EXT_debug_marker spec.
2012-01-14 José FonsecaCleanup/comment/format code.
2012-01-14 José FonsecaRemove dead code.
2012-01-13 José FonsecaAdd a few more comments.
2012-01-13 José FonsecaRetrace eglCreatePbufferSurface and eglDestroySurface...
2012-01-13 José FonsecaTrace apps that dlopen("libEGL") and friends.
2012-01-13 José FonsecaTweak the GLES extensions specs.
2012-01-13 José FonsecaHandle ARB_ES2_compatibility parameters.
2012-01-11 José FonsecaFix build with older MinGW headers.
2012-01-10 José FonsecaMerge branch 'trace-threads'
2012-01-10 José FonsecaFix Win64 build.
2012-01-10 José FonsecaTrace GLX_MESA_swap_control.
2012-01-10 José FonsecaHandle ARB_texture_compression parameters.
2012-01-10 José FonsecaSupport all buffer targets from OpenGL 4.2.
2012-01-07 Michel DänzerFix SnappyFile::rawGetc() on big endian hosts.
2011-12-27 José FonsecaMove mutex abstraction to os_thread.hpp.
2011-12-27 José FonsecaMove local writer definitions to a separate header...
2011-12-23 José Fonsecacmake: Link against pthread.
2011-12-23 José FonsecaMore helpful messages on exceptions inside apitrace...
2011-12-23 José FonsecaUse AddVectoredExceptionHandler
2011-12-22 José FonsecaUse thread local storage to specify unique and low...
2011-12-22 José FonsecaFirst stab at tracing thread IDs.
2011-12-22 Arnaud VracAdd missing OpenGL ES extensions
2011-12-20 Arnaud VracMake eglretrace.cpp depend on gles api spec
2011-12-20 Arnaud VracMake X11 dependency optional on Linux
2011-12-19 Arnaud VracParse static array types in prototypes in gltxt.py
2011-12-19 Arnaud VracParse prototypes with no parameters in gltxt.py
2011-12-19 Arnaud VracParse C comments around prototypes in gltxt.py
2011-12-14 José FonsecaFilter to mitigate rasterization differences.
2011-12-13 José Fonsecasnapdiff: Compare .bmp images too.
2011-12-13 José Fonsecasnapdiff: Add option to consider alpha when comparing...
2011-12-13 José FonsecaApproximate comparison for floats.
2011-12-12 José FonsecaFix name clash & typo on dump flags.
2011-12-11 José FonsecaMove trace dumping to a separate module. Add option...
2011-12-11 José FonsecaStrip (non-standard) JSON comments.
2011-12-11 José FonsecaFail image comparison when there is a size mismatch.
2011-12-11 José FonsecaSimple buffer overflow detection on glGet*.
2011-12-11 José FonsecaMention PIL requirement.
2011-12-11 Remi GilligFix typos in glparams.py causing stack corruption in...
2011-12-11 José FonsecaTrace enum signatures as a whole.
next