blob: edc7ba93f4c2863430f32f3a7b6ae2460b7dd124 [file] [log] [blame]
José Fonseca0b217312011-06-30 14:32:57 +01001About **apitrace**
2==================
3
4**apitrace** consists of a set of tools to:
5
José Fonsecaf9c5da22012-04-30 22:59:40 +01006* trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs calls to a file;
José Fonseca0b217312011-06-30 14:32:57 +01007
Carl Worthf5f7f7f2013-02-11 13:49:02 -08008* replay OpenGL and OpenGL ES calls from a file;
José Fonseca0b217312011-06-30 14:32:57 +01009
José Fonseca892cad62011-09-23 08:24:28 +010010* inspect OpenGL state at any call while retracing;
11
12* visualize and edit trace files.
José Fonseca0b217312011-06-30 14:32:57 +010013
José Fonseca5785b4f2013-06-14 23:47:06 +010014See the [apitrace homepage](http://apitrace.github.io/) for more details.
José Fonsecaab8b9df2012-10-21 11:08:36 +010015
José Fonseca0b217312011-06-30 14:32:57 +010016
Jose Fonseca75c7c002016-10-13 22:52:57 +010017Status
18======
19
20TL;DR: Apitrace is still being maintained, but the maintainer has very little
21time to work on it, so patches/issues/requests are addressed if/as time permits.
22
23Long version [here](https://jrfonseca.blogspot.co.uk/2016/10/apitrace-maintenance.html)
24
25
José Fonseca45afa262012-03-09 18:22:28 +000026Obtaining **apitrace**
27======================
José Fonseca0b217312011-06-30 14:32:57 +010028
José Fonseca5104ef42012-02-29 09:15:29 +000029To obtain apitrace either [download the latest
José Fonseca21278192015-01-20 14:27:04 +000030binaries](http://apitrace.github.io/#download) for your platform if available,
José Fonseca365fb3e2015-01-20 14:30:39 +000031or follow [these instructions](docs/INSTALL.markdown) to build and install it
32yourself.
33
34On 64bits Linux and Windows platforms you'll need apitrace binaries that match
35the architecture (32bits or 64bits) of the application being traced.
José Fonseca5104ef42012-02-29 09:15:29 +000036
José Fonseca45afa262012-03-09 18:22:28 +000037
José Fonseca21278192015-01-20 14:27:04 +000038Usage
39=====
José Fonseca45afa262012-03-09 18:22:28 +000040
José Fonseca365fb3e2015-01-20 14:30:39 +000041Detailed usage instructions are available [here](docs/USAGE.markdown).