summaryrefslogtreecommitdiff
path: root/retrace
AgeCommit message (Expand)AuthorFilesLines
2013-05-29Fix documentation typo.Nigel Stewart1-1/+1
2013-05-25retrace: Create snapshot directory if it does not exist.José Fonseca1-0/+17
2013-05-23d3dretrace: Output human legible strings from HRESULT.José Fonseca1-1/+2
2013-05-23retrace: Output message when swizzled objects are deleted.José Fonseca1-0/+3
2013-05-22glretrace: Fix currentDrawable size book-keeping on WGL.José Fonseca1-2/+2
2013-05-20glretrace: Never under-estimate the drawable dimensions (issue #127).José Fonseca1-0/+3
2013-05-20d3dstate: Dump depth-stencil images.José Fonseca2-3/+195
2013-05-20d3dstate: Ensure COM is initialized before calling DirectXTex.José Fonseca1-0/+6
2013-05-10glstate: Create downsampled framebuffers for textures too.José Fonseca1-54/+42
2013-05-10glstate: Bind the bound draw fbo for read before dumping.José Fonseca1-1/+3
2013-05-10glstate: Fix typo in glBindRenderbuffer argument.José Fonseca1-1/+1
2013-05-10glstate: Don't dump garbage when glReadPixels fail.José Fonseca1-1/+12
2013-05-10retrace: Join with runner threads before destroy runner objects.José Fonseca1-0/+6
2013-05-10glretrace: Silence the warnings about unsupported GLX_EXT_texture_from_pixmap...José Fonseca1-4/+4
2013-04-28glstate: Fallback to GLX when there is no current EGL context (issue #124).José Fonseca1-16/+14
2013-04-24Add option '--snapshot-format=' to allow write raw RGB directly to stdoutShuang He1-1/+18
2013-04-23d3dretrace: Give more helpful messages for d3d debug layer failures.José Fonseca2-2/+27
2013-04-23os: Be more concise with the semantics of os::abort.José Fonseca1-1/+1
2013-04-23glretrace: Use OS_THREAD_SPECIFIC_PTR on glws_cocoa.mmJosé Fonseca1-2/+3
2013-04-23os: Fallback to OS TLS when compiler does not support it (issue #120).José Fonseca1-1/+1
2013-04-17d3dretrace: Remove debug Sleep.José Fonseca1-1/+0
2013-04-16d3dretrace: Dump UINT formats too.José Fonseca5-39/+194
2013-04-14gltrace,glretrace: Better support for indirect draws from user memory.José Fonseca1-0/+8
2013-04-13gltrace,glretrace: A few more tweaks to (no) side-effects flags.José Fonseca1-0/+1
2013-04-12gltrace,glretrace: Properly handle PBOs with GL_EXT_direct_state_access.José Fonseca1-0/+4
2013-04-12replay: Add a --loop option to repeatedly loop over the final frameCarl Worth1-1/+38
2013-04-12glretrace: Flush outstanding requests when waiting for user input.Carl Worth1-0/+5
2013-03-27Add per-directory synopsis.José Fonseca1-0/+9
2013-03-20cmake: Check for libproc library nameLaurent Carlier1-2/+2
2013-03-12d3dretrace: Add state dumping support for ID3D11DeviceContext1Jeff Muizelaar1-1/+1
2013-03-12glretrace: Fix cpu timings when not measuring gpu times.José Fonseca1-2/+5
2013-03-11Add some missing DXGI and D3D11.1 apiJeff Muizelaar1-0/+1
2013-03-06glretrace: Fix several problems with the earlier commit.José Fonseca1-2/+3
2013-03-06retrace: Add single thread option.Jerome Glisse1-3/+19
2013-03-06glretrace: Fix dumping of cube map FBO attachements.José Fonseca1-50/+89
2013-03-06d3dretrace: Use DirectXTex for d3d10 state too.José Fonseca6-95/+160
2013-03-06Merge branch 'directxtex'José Fonseca2-37/+75
2013-03-04Extend profiling tool to support Vsize and Rss memory usage profile per callShuang He4-3/+67
2013-02-22d3dretrace: Force DWM traces to run on a window.José Fonseca1-1/+9
2013-02-22d3dretrace: Cope with _MAP_FLAG_DO_NOT_WAIT flags.José Fonseca1-2/+11
2013-02-22d3dretrace: Replay IUnknown::AddRef/Release methods faithfully.José Fonseca1-3/+2
2013-02-15replay: Support applications mixing glCreateProgramObjectARB and glUseProgramCarl Worth3-4/+20
2013-02-13Get DWM traces working.José Fonseca2-8/+292
2013-02-01glstate: Cleanup the read buffer selection code slightly.José Fonseca1-4/+15
2013-02-01image: make getDrawBufferImage() work for ES or !ARB_draw_buffersRob Clark1-0/+4
2013-02-01d3dretrace: Recognize IDirect3DDevice9Ex::PresentEx as frame terminator.José Fonseca1-1/+1
2013-01-23glretrace: Fix snapshots on GL 3.2 core contexts (issue #106).José Fonseca2-15/+52
2013-01-23glretrace: Ignore a few more CGL calls.José Fonseca1-7/+12
2012-12-20gltrace/retrace: Full support for variable length parameters.José Fonseca1-4/+17
2012-12-20retrace: Split ScopedAllocator into its own header.José Fonseca2-57/+105