summaryrefslogtreecommitdiffstats
path: root/graphics/apitrace/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/apitrace/README')
-rw-r--r--graphics/apitrace/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/apitrace/README b/graphics/apitrace/README
new file mode 100644
index 0000000000..9a194296da
--- /dev/null
+++ b/graphics/apitrace/README
@@ -0,0 +1,15 @@
+apitrace consists of a set of tools to:
+
+ trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs calls to a file;
+
+ replay OpenGL and OpenGL ES calls from a file;
+
+ inspect OpenGL state at any call while retracing;
+
+ visualize and edit trace files.
+
+
+Optional dependencies:
+
+ qt5 - Builds the qapitrace gui.
+ snappy - Will use a bundled version if missing.