]> git.cworth.org Git - apitrace/history - retrace
wgltrace: Prevent duplicate variable declaration.
[apitrace] / retrace /
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.
2013-02-01 Rob Clarkimage: make getDrawBufferImage() work for ES or !ARB_dr...
2013-02-01 José Fonsecad3dretrace: Recognize IDirect3DDevice9Ex::PresentEx...
2013-01-23 José Fonsecaglretrace: Fix snapshots on GL 3.2 core contexts (issue...
2013-01-23 José Fonsecaglretrace: Ignore a few more CGL calls.
2012-12-20 José Fonsecagltrace/retrace: Full support for variable length param...
2012-12-20 José Fonsecaretrace: Split ScopedAllocator into its own header.
2012-12-12 José Fonsecad3dretrace: Dump D3D8 images too.
2012-12-11 José Fonsecad3dretrace: Follow --driver option for d3d8/d3d9 too
2012-12-11 José Fonsecad3d9state: Upack D3DFMT_R5G6B5 too.
2012-12-11 José FonsecaMerge branch 'trim-auto'
2012-12-10 José FonsecaMerge remote-tracking branch 'github/timestamp'
2012-12-10 José Fonsecaglretrace: Remove the gpu/cpu time syncing code.
2012-12-08 Carl Worthglretrace: Use GL_TIMESTAMP (if available) for CPU...
2012-12-07 José Fonsecad3d11state: Use DirectXTex for format conversion.
2012-12-07 José Fonsecaimage: Move image code into its own module.
2012-12-05 José Fonsecad3dretrace: Fix driver overriding when pAdapter is...
2012-12-05 José Fonsecad3dretrace: Use debugging when available.
2012-12-05 José Fonsecad3d9state: Dump rendertarget images to JSON.
2012-12-05 José Fonsecad3dretrace: Remove left ofer redundant code.
2012-12-04 José Fonsecad3dretrace: Dump D3D11 images/shaders too.
2012-12-02 Carl Worthglretrace, dump-images: Accept --call-nos=no to get...
2012-12-01 José FonsecaMerge branch 'master' into trim-auto
2012-11-28 José Fonsecad3dstate: Fix MSVC build.
2012-11-28 José Fonsecad3dretrace: Dump d3d10 geometry shaders.
2012-11-28 José Fonsecad3d10state: Dump shaders.
2012-11-28 José Fonsecad3d10state: Dump rendertargets.
2012-11-28 José Fonsecaretrace: Factor out image json dumping into json.cpp.
2012-11-28 José Fonsecaretrace: Move JSON write implementation to a .cpp file.
2012-11-27 José Fonsecastate: Drop several unused json image members.
2012-11-27 José Fonsecaimage: Make PNG writing an Image method.
2012-11-27 José Fonsecaglstate: Use stringstream for holding the temporary...
2012-11-27 José Fonsecad3dretrace: Release d3d9 shader objects.
2012-11-27 José Fonsecad3d10: Ignore D3D10CreateBlob.
next