summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-22thirdparty/dxsdk_aug2007: Bundle D3D8 headers from Aug 2007 DirectX SDK.Jose Fonseca1-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-20Remove Windows XP support.Jose Fonseca1-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-05docs: Document the Snappy format too.Jose Fonseca1-3/+25
2016-10-05docs: Fix discrepancy and ambiguity in format spec.Jose Fonseca1-7/+8
As pointed out by [bk]door.maus in issue #492. Also fix some spelling errors.
2016-09-02Clarify available/default args for API parameter.Chris 'Xenon' Hanson1-2/+2
2016-09-02docs: Use ANDROID_API_LEVEL=21.Jose Fonseca1-2/+2
For _Exit. Fixes https://github.com/apitrace/apitrace/issues/482
2016-08-26docs: Fix formatting that causes Github to hide words.Nicholas Bishop1-2/+2
When github renders markdown it hides words inside of angle brackets. Replacing the angle brackets with backticks fixes the issue.
2016-07-26cmake: Require MSVC 2015.Jose Fonseca1-1/+1
2016-05-05trace: Move the rest of common to lib/trace.Jose Fonseca1-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-01doc: Make it clear which Command Prompt window to use.Jose Fonseca1-1/+3
2016-04-08docs,cmake: Update build instructions for MSVC 2015.Jose Fonseca1-9/+12
MSVC 2013 is still supported. But I hope to make MSVC 2015 a requirement in the near future.
2016-03-22docs: Add build badges.Jose Fonseca1-0/+4
2016-03-06dlltrace: Free system library when done.Jose Fonseca1-1/+1
Fixes https://github.com/apitrace/apitrace/issues/432
2016-02-26docs: Explain how to build with Qt in non-standard dir.Jose Fonseca1-0/+3
https://github.com/apitrace/apitrace/issues/429
2016-01-26doc: Update Linux installation instructions.anatoly techtonik1-2/+6
- g++ is needed for Linux - X11 headers are optionally needed for Linux [ci skip]
2016-01-26docs: Add description to leak trace function.comicfans1-0/+15
v2: Minor tweaks (Jose). [ci skip]
2016-01-17docs: A few further tweaks/corrections to the install docs.Jose Fonseca1-11/+14
2016-01-17docs: Expand the installation instruction for MSVC.EoD1-5/+25
2016-01-17docs: Fix DirectX headers link.EoD1-1/+1
2016-01-07docs: Rename Dalvik -> Android.Jose Fonseca3-5/+5
As it seems Dalvik use has been discontinued. [ci skip]
2016-01-07docs: Drop note about Android 2.x.Jose Fonseca1-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-07docs: Minor corrections.Jose Fonseca1-4/+4
[ci skip]
2016-01-07docs: Document the need to truncate property name to 31 chars.Jose Fonseca1-0/+3
https://github.com/apitrace/apitrace/issues/296 [ci skip]
2015-11-18cmake: Don't bundle android.toolchain.cmake.Jose Fonseca1-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-07common: Split trace writing from reading.Jose Fonseca1-0/+1
2015-10-29docs: Update news.José Fonseca1-0/+2
2015-09-14docs: Update android tracing commands.Tsung-En Hsiao1-1/+2
The original instructions didn't work, here're mine.
2015-09-14docs: Update the path of egltrace.so.Tsung-En Hsiao1-1/+1
2015-08-12specs: Support D3D11.3.Jose Fonseca1-2/+2
2015-08-06cli: Split automatic trimming into its own command.Jose Fonseca1-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-11docs: Add a not about multiple drives on Windows.Jose Fonseca1-0/+3
Issue #352. [ci skip]
2015-05-21docs: Mention windeployqt.Jose Fonseca1-0/+5
2015-03-15cmake: Request zlib 1.2.6.Jose Fonseca1-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-15cmake: Don't link against bundled zlib/png by default.Jose Fonseca1-4/+8
As the wrappers no longer depend on them.
2015-03-14retrace: Say Hello to Android retraceBogDan Vatra1-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-14docs: No neet to seti CMAKE_EXE_LINKER_FLAGS=-m32.Jose Fonseca1-1/+0
CMAKE_CXX_FLAGS will get used when linking.
2015-03-09cmake: Fix CMP0043 violations.José Fonseca1-1/+1
https://bugreports.qt.io/browse/QTBUG-39457
2015-03-05docs: Add dxgistate_so how-to.José Fonseca1-0/+22
2015-03-04cmake: Require MSVS 2013.José Fonseca1-1/+1
We already require a very recent Windows SDK, so no point in being coy about requiring MSVS 2013.
2015-02-06dxgiretrace: Replay SetPrivateData(WKPDID_D3DDebugObjectName) methodsJosé Fonseca1-0/+14
2015-02-06dxgitrace: Trace D3DPERF_* functions too.José Fonseca1-1/+6
2015-02-05docs: Improve hacking graph/text.Jose Fonseca1-28/+44
2015-02-05docs: Move gltrace.conf explanation to docs.José Fonseca1-0/+27
2015-02-05docs: Avoid === --- title syntax.José Fonseca3-69/+37
2015-01-26docs: Document per-call thumbnails.Jose Fonseca2-40/+50
2015-01-23docs: Document the need to enable developer mode on MacOSX.Jose Fonseca1-0/+5
2015-01-20docs: Detail MacOSX debug instructions.José Fonseca1-5/+18
2015-01-20docs: Mention google drive too.José Fonseca1-2/+3
Used in many of the issues filed till date.
2015-01-20docs: Tweak usage.José Fonseca1-7/+9
2015-01-20docs: Split usage instructions into its own file.José Fonseca1-0/+516