]> git.cworth.org Git - apitrace/shortlog
apitrace
2012-03-30 José FonsecaAllow to include EGL on MacOSX.
2012-03-30 José FonsecaFix build without X11.
2012-03-30 José FonsecaBuild retrace sources only once.
2012-03-29 José FonsecaDrop TRACE_EGL.
2012-03-29 José FonsecaDrop HAVE_EGL.
2012-03-29 José FonsecaFix typo in wgl function call detection.
2012-03-29 Alexandros... Use either glGetTexImage() or bind the texture to a...
2012-03-29 José FonsecaInfer texture size on OpenGL ES via TexSubImage.
2012-03-29 José FonsecaMore code simplification.
2012-03-29 José FonsecaSimplify image size determination.
2012-03-29 José FonsecaSplit image dumping to a separate source file.
2012-03-29 José FonsecaSplit gl shader dumping into a separate file.
2012-03-29 José FonsecaRename glstate.py to glstate_params.py.
2012-03-29 José FonsecaUpdate drawable on variations of glViewport (issue...
2012-03-29 Martin OlssonFix compile error "isatty was not declared"; missing...
2012-03-27 José FonsecaShow important retrace messages long enough to read.
2012-03-27 José FonsecaAuto detect the API from the trace.
2012-03-26 José FonsecaMerge remote-tracking branch 'github/master' into gui...
2012-03-26 José FonsecaFix includes.
2012-03-26 José FonsecaIgnore glXGetCurrentContext in tracediff2.py too.
2012-03-25 José FonsecaRemove ApiTrace::FrameMarker.
2012-03-25 José FonsecaMake frame thumbnail size consistent.
2012-03-25 José FonsecaGet JSON state to not be fully buffered into memory.
2012-03-25 José FonsecaDon't buffer all stdout from retrace when generating...
2012-03-24 José FonsecaProcess stderr one line at time.
2012-03-24 José FonsecaDon't read all json output to memory.
2012-03-24 José FonsecaUpdate news.
2012-03-24 José FonsecaMerge branch 'gui-thumbnails'
2012-03-24 José FonsecaMake thumbnailing an non-automatic action.
2012-03-24 José FonsecaDefer reading all standard error.
2012-03-24 José FonsecaCapture thumbnails only after the trace finished loading.
2012-03-24 José FonsecaRemoved unused copy of thumbnails.
2012-03-24 José FonsecaPass list of frames by reference.
2012-03-24 José FonsecaAvoid QImage object copies by using references.
2012-03-22 José FonsecaFix size comparisons in traceloader.cpp.
2012-03-22 José FonsecaPrevent another buffer overflow.
2012-03-22 Dan McCabeFix buffer overflow.
2012-03-21 José FonsecaFix block indentation.
2012-03-21 José FonsecaConsider glCallList(s) as a drawing call.
2012-03-21 José FonsecaDocument how to use retracediff on Windows.
2012-03-21 José FonsecaEnable dumping depth surfaces as rgba.
2012-03-21 José FonsecaAllow to turn off transparency on image viewer.
2012-03-20 José FonsecaUse the wgl* entrypoints instead of the GDI entrypoints...
2012-03-19 José FonsecaFix replace_dissimilar.
2012-03-18 José FonsecaAdd a disabled hack to force interpreting depth buffers...
2012-03-18 José FonsecaAttempt to allow to control image dynamic range.
2012-03-17 José FonsecaPlug several leaks when retracing.
2012-03-17 José FonsecaUpdate to libpng 1.5.9.
2012-03-17 José FonsecaLookup call state on double-click.
2012-03-17 José FonsecaOptimize tracediff2.
2012-03-17 José FonsecaDisable std::cout's stdio sync when pickling.
2012-03-17 José FonsecaImprove tracediff2's dumping.
2012-03-17 José FonsecaPickle blobs as bytearrays.
2012-03-17 José FonsecaCompensate for the lack of LD_PRELOAD support on ANDROID
2012-03-17 George WrightAdd support for android logging to logcat
2012-03-17 José FonsecaUpdate android.toolchain.cmake to latest from android...
2012-03-17 George WrightAdd support for building for Android (currently only...
2012-03-17 José FonsecaBundle less (version 444) for Windows.
2012-03-17 José FonsecaDisable italic ansi escape.
2012-03-17 José FonsecaEnsure lseek is defined and declared on MSVC.
2012-03-17 José FonsecaUpdate to zlib version 1.2.6.
2012-03-17 José FonsecaAlign call nos in diff.
2012-03-16 José FonsecaDon't prefix '| ' on calls that just have different...
2012-03-16 José FonsecaSeveral improvements to trace diffing.
2012-03-16 José FonsecaSupport strike ANSI escape codes.
2012-03-16 José FonsecaSpeed up call hashing.
2012-03-16 José FonsecaAdd option to not dump call numbers.
2012-03-16 José FonsecaUse Z_BEST_SPEED on PNG compression.
2012-03-16 José FonsecaUse wdiff by default.
2012-03-16 José FonsecaHandle less not existing.
2012-03-16 José FonsecaFix typo.
2012-03-16 José FonsecaDiff with symbolic names.
2012-03-16 José FonsecaBold function names in tracediff2.
2012-03-15 José FonsecaBetter highlighting of tracediff2.
2012-03-15 José FonsecaLink need libraries explicitly.
2012-03-15 José FonsecaExperimental pure-python trace diff.
2012-03-15 José FonsecaUpdate snappy to version 1.0.5.
2012-03-14 José FonsecaAvoid weird named fifo race condition in tracediff.
2012-03-14 Tianpu HanEnable framebuffer dump during replay for GLES.
2012-03-14 Tianpu HanEnable framebuffer dump during replay for EGL.
2012-03-14 Tianpu HanFix minor crash : due to call eglSwapBuffers after...
2012-03-14 José FonsecaAdd a makefile to update msinttypes headers
2012-03-14 George WrightCreate a drawable when playing back a trace if it doesn...
2012-03-14 José FonsecaUse patch instead of sed for glext.h tweaks.
2012-03-14 José FonsecaCleanup EGL's __getPrivateProcAddress().
2012-03-14 José FonsecaUse SGI gl.h and glx.h headers.
2012-03-14 George WrightModify eglplatform.h to support Android
2012-03-14 José FonsecaBundle all headers for Khronos APIs.
2012-03-14 José FonsecaDon't package TODO.markdown anymore.
2012-03-13 José FonsecaFix major regression in D3D tracing.
2012-03-11 Dan McCabeDisplay captured snapshots as thumbnails.
2012-03-11 Dan McCabeCapture snapshot stream in anticipation of displaying...
2012-03-11 José FonsecaAllow to not build the CLI.
2012-03-11 José FonsecaDon't assume pthreads is present.
2012-03-10 José FonsecaMove to-do list to the wiki.
2012-03-10 José FonsecaRemove build instructions link (issue #69).
2012-03-10 José FonsecaAdd a few more links.
2012-03-09 José FonsecaFix typo in NEWS.
2012-03-09 José FonsecaDocument how to start the gui on a specific call.
2012-03-08 José FonsecaRemove findFile.
next