Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-11 | Remove B2G / Firefox OS build support. | Jose Fonseca | 1 | -9/+0 | |
Vanilla Android support is in limbo (per https://goo.gl/yQEXFd) let alone B2G which seems to be abandoned by upstream. | |||||
2017-04-11 | cli: Remove trim-auto. | Jose Fonseca | 1 | -6/+0 | |
Per https://lists.freedesktop.org/archives/apitrace/2017-April/001215.html Actually the GUI was incorrectly using trim-auto. This was a mistake from my d9809aa93ce4bdeb57f1ab81decea4b54cf20026 commit. | |||||
2017-03-22 | thirdparty/dxsdk_aug2007: Bundle D3D8 headers from Aug 2007 DirectX SDK. | Jose Fonseca | 1 | -5/+0 | |
A bit of a grey area but common practice according to Microsoft: https://web.archive.org/web/20170322105210/https://blogs.msdn.microsoft.com/chuckw/2015/03/23/the-zombie-directx-sdk/ These headers are only used with MSVC. And they greatly simplify building apitrace for Windows, since modern Windows SDK include all necessary headers except D3D8's. | |||||
2017-03-20 | Remove Windows XP support. | Jose Fonseca | 1 | -4/+2 | |
I'm not aware of people using it, so I believe it's not worth the hassle as I'm trying to cut maintenance burden down. | |||||
2016-10-05 | docs: Document the Snappy format too. | Jose Fonseca | 1 | -3/+25 | |
2016-10-05 | docs: Fix discrepancy and ambiguity in format spec. | Jose Fonseca | 1 | -7/+8 | |
As pointed out by [bk]door.maus in issue #492. Also fix some spelling errors. | |||||
2016-09-02 | Clarify available/default args for API parameter. | Chris 'Xenon' Hanson | 1 | -2/+2 | |
2016-09-02 | docs: Use ANDROID_API_LEVEL=21. | Jose Fonseca | 1 | -2/+2 | |
For _Exit. Fixes https://github.com/apitrace/apitrace/issues/482 | |||||
2016-08-26 | docs: Fix formatting that causes Github to hide words. | Nicholas Bishop | 1 | -2/+2 | |
When github renders markdown it hides words inside of angle brackets. Replacing the angle brackets with backticks fixes the issue. | |||||
2016-07-26 | cmake: Require MSVC 2015. | Jose Fonseca | 1 | -1/+1 | |
2016-05-05 | trace: Move the rest of common to lib/trace. | Jose Fonseca | 1 | -1/+1 | |
Renaming the library to something else is left to another change, as there's already a trace lib in the wrappers dir. | |||||
2016-05-01 | doc: Make it clear which Command Prompt window to use. | Jose Fonseca | 1 | -1/+3 | |
2016-04-08 | docs,cmake: Update build instructions for MSVC 2015. | Jose Fonseca | 1 | -9/+12 | |
MSVC 2013 is still supported. But I hope to make MSVC 2015 a requirement in the near future. | |||||
2016-03-22 | docs: Add build badges. | Jose Fonseca | 1 | -0/+4 | |
2016-03-06 | dlltrace: Free system library when done. | Jose Fonseca | 1 | -1/+1 | |
Fixes https://github.com/apitrace/apitrace/issues/432 | |||||
2016-02-26 | docs: Explain how to build with Qt in non-standard dir. | Jose Fonseca | 1 | -0/+3 | |
https://github.com/apitrace/apitrace/issues/429 | |||||
2016-01-26 | doc: Update Linux installation instructions. | anatoly techtonik | 1 | -2/+6 | |
- g++ is needed for Linux - X11 headers are optionally needed for Linux [ci skip] | |||||
2016-01-26 | docs: Add description to leak trace function. | comicfans | 1 | -0/+15 | |
v2: Minor tweaks (Jose). [ci skip] | |||||
2016-01-17 | docs: A few further tweaks/corrections to the install docs. | Jose Fonseca | 1 | -11/+14 | |
2016-01-17 | docs: Expand the installation instruction for MSVC. | EoD | 1 | -5/+25 | |
2016-01-17 | docs: Fix DirectX headers link. | EoD | 1 | -1/+1 | |
2016-01-07 | docs: Rename Dalvik -> Android. | Jose Fonseca | 3 | -5/+5 | |
As it seems Dalvik use has been discontinued. [ci skip] | |||||
2016-01-07 | docs: Drop note about Android 2.x. | Jose Fonseca | 1 | -11/+0 | |
According to http://developer.android.com/about/dashboards/index.html only 3.2% of users out there for Android 2.x. [ci skip] | |||||
2016-01-07 | docs: Minor corrections. | Jose Fonseca | 1 | -4/+4 | |
[ci skip] | |||||
2016-01-07 | docs: Document the need to truncate property name to 31 chars. | Jose Fonseca | 1 | -0/+3 | |
https://github.com/apitrace/apitrace/issues/296 [ci skip] | |||||
2015-11-18 | cmake: Don't bundle android.toolchain.cmake. | Jose Fonseca | 1 | -2/+5 | |
No need really. And saves me the trouble of manually merging it every now and then. On B2G, use curl to download it. Untested, but curl should always exist per https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites | |||||
2015-11-07 | common: Split trace writing from reading. | Jose Fonseca | 1 | -0/+1 | |
2015-10-29 | docs: Update news. | José Fonseca | 1 | -0/+2 | |
2015-09-14 | docs: Update android tracing commands. | Tsung-En Hsiao | 1 | -1/+2 | |
The original instructions didn't work, here're mine. | |||||
2015-09-14 | docs: Update the path of egltrace.so. | Tsung-En Hsiao | 1 | -1/+1 | |
2015-08-12 | specs: Support D3D11.3. | Jose Fonseca | 1 | -2/+2 | |
2015-08-06 | cli: Split automatic trimming into its own command. | Jose Fonseca | 1 | -3/+3 | |
Automatic trimming hasn't graduated its experimental status: it still has several limitations and bugs, and hasn't been maintained pretty much since it was merged. Keeping automatic and exact trimming together ends up confusing users, and also makes the exact trimming unnecessarily slow and complex (2 passes over the trace where 1 pass would suffice.) I also hope one day to rewrite auto-trimming (autotrim-v2 branch.) | |||||
2015-06-11 | docs: Add a not about multiple drives on Windows. | Jose Fonseca | 1 | -0/+3 | |
Issue #352. [ci skip] | |||||
2015-05-21 | docs: Mention windeployqt. | Jose Fonseca | 1 | -0/+5 | |
2015-03-15 | cmake: Request zlib 1.2.6. | Jose Fonseca | 1 | -1/+1 | |
To avoid problems with 1.2.4 and 1.2.5. In particular 1.2.5 is still shipped on recent versions of MacOSX. | |||||
2015-03-15 | cmake: Don't link against bundled zlib/png by default. | Jose Fonseca | 1 | -4/+8 | |
As the wrappers no longer depend on them. | |||||
2015-03-14 | retrace: Say Hello to Android retrace | BogDan Vatra | 1 | -2/+13 | |
Optionally build & install retraceAPK using cmake The implementation is not perfect though, there is a problem that I documented in retrace/CMakeLists.txt. This experience made me remember how much I don't like cmake :). | |||||
2015-03-14 | docs: No neet to seti CMAKE_EXE_LINKER_FLAGS=-m32. | Jose Fonseca | 1 | -1/+0 | |
CMAKE_CXX_FLAGS will get used when linking. | |||||
2015-03-09 | cmake: Fix CMP0043 violations. | José Fonseca | 1 | -1/+1 | |
https://bugreports.qt.io/browse/QTBUG-39457 | |||||
2015-03-05 | docs: Add dxgistate_so how-to. | José Fonseca | 1 | -0/+22 | |
2015-03-04 | cmake: Require MSVS 2013. | José Fonseca | 1 | -1/+1 | |
We already require a very recent Windows SDK, so no point in being coy about requiring MSVS 2013. | |||||
2015-02-06 | dxgiretrace: Replay SetPrivateData(WKPDID_D3DDebugObjectName) methods | José Fonseca | 1 | -0/+14 | |
2015-02-06 | dxgitrace: Trace D3DPERF_* functions too. | José Fonseca | 1 | -1/+6 | |
2015-02-05 | docs: Improve hacking graph/text. | Jose Fonseca | 1 | -28/+44 | |
2015-02-05 | docs: Move gltrace.conf explanation to docs. | José Fonseca | 1 | -0/+27 | |
2015-02-05 | docs: Avoid === --- title syntax. | José Fonseca | 3 | -69/+37 | |
2015-01-26 | docs: Document per-call thumbnails. | Jose Fonseca | 2 | -40/+50 | |
2015-01-23 | docs: Document the need to enable developer mode on MacOSX. | Jose Fonseca | 1 | -0/+5 | |
2015-01-20 | docs: Detail MacOSX debug instructions. | José Fonseca | 1 | -5/+18 | |
2015-01-20 | docs: Mention google drive too. | José Fonseca | 1 | -2/+3 | |
Used in many of the issues filed till date. |