Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-07-11 | Replace dynamic_cast with virtual functions. | Nigel Stewart | 1 | -1/+1 |
2013-06-16 | Rename trim::CallSet to trace::FastCallSet | Carl Worth | 1 | -1/+1 |
2013-06-16 | trim: Use custom skiplist for required list (instead of std::set<unsigned>) | Carl Worth | 1 | -3/+3 |
2013-04-23 | Move default argument to declaration. | José Fonseca | 1 | -1/+1 |
2013-04-12 | trim: Don't consider a SwapBuffers call has having no side effects | Carl Worth | 1 | -6/+0 |
2013-02-06 | trim: Trim swapbuffers calls when --trim-spec=drawing | Carl Worth | 1 | -0/+7 |
2013-02-06 | trim: Add a new --trim-spec option for fine-grained trimming | Carl Worth | 1 | -53/+109 |
2012-11-22 | trim: Avoid trimming textures when referenced by a framebuffer object | Carl Worth | 1 | -0/+14 |
2012-11-22 | trim: Move TraceAnalyzer out of cli_trim.cpp into its own file. | Carl Worth | 1 | -0/+696 |