]> git.cworth.org Git - apitrace/shortlog
apitrace
2013-09-26 José Fonsecaglretrace: Always pass a format appropriate for the...
2013-09-23 José Fonsecad3dretrace: Dump D3DFMT_D32F_LOCKABLE too.
2013-09-20 José Fonsecad3dretrace: Dump D3D9 depth stencil.
2013-09-20 José Fonsecabacktrace: Allow to build without libbacktrace.
2013-09-20 José Fonsecacmake: Link ${LIBBACKTRACE_LIBRARIES} once.
2013-09-20 José Fonsecaos: Fix missing os::dump_backtrace symbol in Android...
2013-09-20 Alexander Monakovcommon: dump backtrace on signals
2013-09-20 Alexander Monakovcommon: carve out RawStackFrame::dump
2013-09-20 Alexander Monakovcommon/backtrace: move namespace trace -> os
2013-09-20 Alexander Monakovcommon: rename trace_backtrace.* -> os_backtrace.*
2013-09-20 Alexander Monakovthirdparty/libbacktrace: update from upstream
2013-09-19 José Fonsecad3dretrace: Eliminate buffer overflow converting D3DFMT...
2013-09-17 José FonsecaMerge branch 'hdr-dump'
2013-09-17 José FonsecaRescale the image pixels using the full precision.
2013-09-16 José Fonsecad3dretrace: Make --driver work correctly on DXGI1.1
2013-09-16 José Fonsecaretracediff: Dump mismtached float images to stdout.
2013-09-16 José Fonsecad3dretrace: Make --driver work correctly on DXGI1.1
2013-09-16 José Fonsecaimage: Non-standard PNM format variant for 4-float...
2013-09-16 José Fonsecaretracediff: Support floating point images.
2013-09-16 José Fonsecaimage: Yet another fix for the PFM dumping.
2013-09-16 José Fonsecaimage: Write the scale factor / endianness line for...
2013-09-16 José Fonsecaimage: Fix PNM dumping for 2/4 channels.
2013-09-16 José Fonsecad3dretrace: Dump DXGI_FORMAT_R32G32B32A32_FLOAT images...
2013-09-12 Zack Rusingui: make sure that the alpha channel is initialized
2013-09-12 Zack Rusingui: show the original pixel values in the surface...
2013-09-12 José Fonsecaglretrace: Dump depth buffers as floating point images.
2013-09-12 José Fonsecaui: Handle float images in dumps.
2013-09-12 José Fonsecaimage: Support reading PFM images.
2013-09-12 José Fonsecaimage: Fix allocation of floating point images.
2013-09-11 José Fonsecad3dretrace: Fix MinGW build.
2013-09-11 José Fonsecad3dretrace: Fix MinGW build.
2013-09-11 José Fonsecagui: load image data via the Image class.
2013-09-11 José Fonsecaimage: Add floating point support.
2013-09-11 José Fonsecaimage: Allow to read PNG from a C++ stream.
2013-09-11 José Fonsecaimage: Move helpers to respective modules.
2013-09-11 José Fonsecaimage: Fix reading of PNG images with different number...
2013-09-11 Nigel StewartBuild fixes for VS2013
2013-09-11 José Fonsecad3dretrace: Fix MSVC build.
2013-09-11 José Fonsecad3dretrace: Dump textures of all shader stages.
2013-09-11 Zack Rusingui: Implement a new surface viewer
2013-08-22 José Fonsecaretracediff: Only diff state if specified by command...
2013-08-19 José FonsecaCheck for ARB_sampler_objects before dumping its state.
2013-08-19 Min-Yu HuangTake GL_SAMPLER_BINDING in consideration.
2013-07-25 José Fonsecacli: Fix sed message.
2013-07-22 José FonsecaUse EGLAttribArray all the time.
2013-07-22 Andreas HartmetzTrivial formatting / consistency fixes.
2013-07-22 Andreas HartmetzUse the correct terminator EGL_NONE for eglChooseConfig...
2013-07-20 José FonsecaRe-enable rtti again.
2013-07-20 José Fonsecagltrace: Simplify AttribArray further.
2013-07-20 José Fonsecacgltrace: Fix CGLChoosePixelFormat prototype.
2013-07-20 José Fonsecaglretrace: Silence warning on wgl.
2013-07-20 Nigel StewartBuild: Disable RTTI support at build-time to discourage...
2013-07-20 Nigel Stewartglimports: Check for iOS and skip OpenGL and CGL as...
2013-07-20 Nigel Stewartglretrace: GLX and WGL support for ES2/EGL traces.
2013-07-20 José Fonsecawgltrace: Simplify pixel format attrib description.
2013-07-20 José FonsecaMerge branch 'attrib_list'
2013-07-20 José Fonsecawgltrace: Prevent duplicate variable declaration.
2013-07-20 Peter Lohrmannqapitrace: Add option to replay in singlethreaded mode
2013-07-20 José Fonsecaglstate: Try to match the number of channels in interna...
2013-07-19 José Fonsecaglstate: Better support for integer textures dumps.
2013-07-13 Andreas HartmetzRemove the last helper for the old incomplete attrib_li...
2013-07-13 Andreas HartmetzWGL: Support float-based attrib_list parameters.
2013-07-13 Andreas HartmetzAllow float-based attrib_lists as found in WGL.
2013-07-13 Andreas HartmetzRemove the now unused _AttribList_size.
2013-07-13 Andreas HartmetzGLX: More consistent naming of an AttribArray.
2013-07-12 Andreas HartmetzUpdate GLX attrib_list support from GLX 1.3 to 1.4.
2013-07-12 Andreas HartmetzWarn on unknown attrib_list keys.
2013-07-12 José FonsecaAggregate all info on debugging into a single place.
2013-07-11 Nigel StewartReplace dynamic_cast with virtual functions.
2013-07-09 Andreas HartmetzMore WGL support. It's ugly and the resulting code...
2013-07-09 Andreas Hartmetzattrib_list support for WGL function wglCreateContextAt...
2013-07-09 Andreas Hartmetzattrib_list support for glXChooseVisual, the last GLX...
2013-07-09 Andreas HartmetzUse the right attrib_list terminator and support the...
2013-07-09 Andreas HartmetzImprovements in AttribArray / attrib/list code generation.
2013-07-09 Andreas HartmetzProper AttribArray / attrib_list support for applicable...
2013-07-09 Andreas HartmetzAllow a custom terminator and support valueless keys...
2013-07-09 José Fonsecacli/sed: Very basic stream editing of traces.
2013-07-09 José Fonsecacli/trim: Fix error message.
2013-07-09 José Fonsecad3dstate: Dump compressed D3D10/11 textures.
2013-07-09 José Fonsecadirectxtex: Fix assertion failures on MinGW.
2013-07-09 José Fonsecad3dstate: Remove spurious statements.
2013-07-08 José Fonsecawgltrace: Update wglapi.py from specs.
2013-07-08 José Fonsecaglxtrace: Trace GLX_NV_present_video/GLX_NV_video_outpu...
2013-07-08 Nigel StewartSupport for Mac OS X 10.5 Leopard
2013-07-08 José Fonsecagui: Allow to edit strings.
2013-07-08 José FonsecaUse consistent cpp logic for including backtrace.h
2013-07-08 Vasil DimovSkip apitrace from FirefoxOS if NDK is not present
2013-07-08 Nigel StewartResolve C4267 MS compiler warnings
2013-07-08 Peter LohrmannDelete the file object if the trace file could not...
2013-07-08 Andreas HartmetzProper AttribArray / attrib_list support for applicable...
2013-07-08 Andreas HartmetzProper AttribArray / attrib_list support for applicable...
2013-07-08 Andreas HartmetzIntroduce AttribArray, a code generator for pseudo...
2013-07-03 José Fonsecad3dretrace: Dump D3D11 textures too.
2013-07-03 José Fonsecad3dretrace: Dump d3d10 PS resource shader views.
2013-07-02 Nigel Stewartcommon: Add platform #ifdefs for non-cmake build conven...
2013-07-02 Nigel StewartResolve some MS compiler warnings (in picky mode)
2013-06-28 José FonsecaRetry creating D3D10/11 devices without debug flags.
2013-06-27 José FonsecaOnly unbind dumpers when objects are truly released.
2013-06-26 José Fonsecad3d9trace: Improve D3D9 shader size computation.
2013-06-20 Cass Everittglretrace: swizzle locations into uniform arrays.
next