]> git.cworth.org Git - apitrace/history - retrace
retrace: Implement glxCopySubBufferMESA
[apitrace] / retrace /
2013-10-17 Carl Worthretrace: Implement glxCopySubBufferMESA glx-copy-sub-buffer
2013-10-16 Alexander Monakovglretrace: reapply fix for #178 to original GLX code
2013-10-11 José Fonsecad3dretrace: Dump D3D10 depth stencil surfaces as float.
2013-10-11 José Fonsecaglretrace: Fix object label dumping.
2013-10-10 José Fonsecaglstate: Dump more object labels.
2013-10-10 José Fonsecaeglretrace: Fix window size hints problem.
2013-10-10 José Fonsecaglstate: Dump a few object labels.
2013-09-26 José Fonsecaglretrace: Remove spurious line in previous commit.
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é Fonsecacmake: Link ${LIBBACKTRACE_LIBRARIES} once.
2013-09-20 Alexander Monakovcommon: dump backtrace on signals
2013-09-19 José Fonsecad3dretrace: Eliminate buffer overflow converting D3DFMT...
2013-09-17 José FonsecaMerge branch 'hdr-dump'
2013-09-16 José Fonsecad3dretrace: Make --driver work correctly on DXGI1.1
2013-09-16 José Fonsecad3dretrace: Make --driver work correctly on DXGI1.1
2013-09-16 José Fonsecad3dretrace: Dump DXGI_FORMAT_R32G32B32A32_FLOAT images...
2013-09-12 José Fonsecaglretrace: Dump depth buffers as floating point images.
2013-09-11 José Fonsecad3dretrace: Fix MinGW build.
2013-09-11 José Fonsecad3dretrace: Fix MinGW build.
2013-09-11 José Fonsecad3dretrace: Fix MSVC build.
2013-09-11 José Fonsecad3dretrace: Dump textures of all shader stages.
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-20 José Fonsecaglretrace: Silence warning on wgl.
2013-07-20 Nigel Stewartglretrace: GLX and WGL support for ES2/EGL traces.
2013-07-20 José FonsecaMerge branch 'attrib_list'
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-11 Nigel StewartReplace dynamic_cast with virtual functions.
2013-07-09 José Fonsecad3dstate: Dump compressed D3D10/11 textures.
2013-07-09 José Fonsecad3dstate: Remove spurious statements.
2013-07-03 José Fonsecad3dretrace: Dump D3D11 textures too.
2013-07-03 José Fonsecad3dretrace: Dump d3d10 PS resource shader views.
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-20 Cass Everittglretrace: swizzle locations into uniform arrays.
2013-06-20 José FonsecaSeveral documentation fixes.
2013-06-13 José Fonsecad3dretrace: Handle deferred d3d11 contexts better.
2013-06-10 José Fonsecaglstate: Skip GL_COMPRESSED_TEXTURE_FORMATS when GL_NUM...
2013-06-09 José Fonsecaretrace: Don't output color when stdout is not a tty...
2013-06-07 José Fonsecaglstate: Use helper function for flushing GL errors.
2013-06-07 José Fonsecaglstate: Avoid inlining so much code.
2013-06-04 José Fonsecaretrace: Remove the -c/--compare=PREFIX .
2013-06-01 José Fonsecaretrace: Don't try to recreate existing directories.
2013-05-31 Gregory Hainauteglretrace: Fix some EGL typos.
2013-05-30 José Fonsecaglstate: Dump parameters for array and multisample...
2013-05-30 José Fonsecaglstate: Pick a face when dumping cube map level parame...
2013-05-30 José Fonsecaglstate: Flush previous GL errors before trying to...
2013-05-30 José Fonsecadxgi(re)trace: Organize mapping info into a structure.
2013-05-30 José Fonsecaegltrace: Support GL_EXT_multisampled_render_to_texture...
2013-05-30 José Fonsecaglstate: Handle GL_COMPUTE_SHADER.
2013-05-29 Nigel StewartFix documentation typo.
2013-05-28 José FonsecaMerge branch 'libbacktrace'
2013-05-25 José Fonsecaretrace: Create snapshot directory if it does not exist.
2013-05-23 José Fonsecad3dretrace: Output human legible strings from HRESULT.
2013-05-23 José Fonsecaretrace: Output message when swizzled objects are deleted.
2013-05-22 José Fonsecaglretrace: Fix currentDrawable size book-keeping on...
2013-05-20 José Fonsecaglretrace: Never under-estimate the drawable dimensions...
2013-05-20 José Fonsecad3dstate: Dump depth-stencil images.
2013-05-20 José Fonsecad3dstate: Ensure COM is initialized before calling...
2013-05-13 José FonsecaMerge branch 'backtrace'
2013-05-10 José Fonsecaglstate: Create downsampled framebuffers for textures...
2013-05-10 José Fonsecaglstate: Bind the bound draw fbo for read before dumping.
2013-05-10 José Fonsecaglstate: Fix typo in glBindRenderbuffer argument.
2013-05-10 José Fonsecaglstate: Don't dump garbage when glReadPixels fail.
2013-05-10 José Fonsecaretrace: Join with runner threads before destroy runner...
2013-05-10 José FonsecaMerge branch 'fork-safe' (issue #110)
2013-05-10 José Fonsecaglretrace: Silence the warnings about unsupported GLX_E...
2013-04-28 José Fonsecaglstate: Fallback to GLX when there is no current EGL...
2013-04-24 Shuang HeAdd option '--snapshot-format=' to allow write raw...
2013-04-23 José Fonsecad3dretrace: Give more helpful messages for d3d debug...
2013-04-23 José Fonsecaos: Be more concise with the semantics of os::abort.
2013-04-23 José Fonsecaglretrace: Use OS_THREAD_SPECIFIC_PTR on glws_cocoa.mm
2013-04-23 José Fonsecaos: Fallback to OS TLS when compiler does not support...
2013-04-17 José Fonsecad3dretrace: Remove debug Sleep.
2013-04-16 José Fonsecad3dretrace: Dump UINT formats too.
2013-04-14 José Fonsecagltrace,glretrace: Better support for indirect draws...
2013-04-13 José Fonsecagltrace,glretrace: A few more tweaks to (no) side-effec...
2013-04-12 José Fonsecagltrace,glretrace: Properly handle PBOs with GL_EXT_dir...
2013-04-12 Carl Worthreplay: Add a --loop option to repeatedly loop over...
2013-04-12 Carl Worthglretrace: Flush outstanding requests when waiting...
2013-03-27 José FonsecaAdd per-directory synopsis.
2013-03-20 Laurent Carliercmake: Check for libproc library name
2013-03-12 Jeff Muizelaard3dretrace: Add state dumping support for ID3D11DeviceC...
2013-03-12 José Fonsecaglretrace: Fix cpu timings when not measuring gpu times.
2013-03-11 Jeff MuizelaarAdd some missing DXGI and D3D11.1 api
2013-03-06 José Fonsecaglretrace: Fix several problems with the earlier commit.
2013-03-06 Jerome Glisseretrace: Add single thread option.
2013-03-06 José Fonsecaglretrace: Fix dumping of cube map FBO attachements.
2013-03-06 José Fonsecad3dretrace: Use DirectXTex for d3d10 state too.
2013-03-06 José FonsecaMerge branch 'directxtex'
2013-03-04 Shuang HeExtend profiling tool to support Vsize and Rss memory...
2013-02-22 José Fonsecad3dretrace: Force DWM traces to run on a window.
2013-02-22 José Fonsecad3dretrace: Cope with _MAP_FLAG_DO_NOT_WAIT flags.
2013-02-22 José Fonsecad3dretrace: Replay IUnknown::AddRef/Release methods...
2013-02-16 Carl Worthreplay: Support applications mixing glCreateProgramObje...
2013-02-13 José FonsecaGet DWM traces working.
2013-02-01 José Fonsecaglstate: Cleanup the read buffer selection code slightly.
next