]> git.cworth.org Git - apitrace/commitdiff
Formatting fixes.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 23 Sep 2011 07:24:28 +0000 (08:24 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 23 Sep 2011 07:24:28 +0000 (08:24 +0100)
README.markdown

index 82f5e975d9e6c48266bf97d893876f094f63a327..c38804276664853db5256e8a87eee2ef044451b1 100644 (file)
@@ -7,7 +7,9 @@ About **apitrace**
 
 * retrace OpenGL calls from a file;
 
 
 * retrace OpenGL calls from a file;
 
-* visualize trace files, and inspect state.
+* inspect OpenGL state at any call while retracing;
+
+* visualize and edit trace files.
 
 
 Basic usage
 
 
 Basic usage
@@ -106,7 +108,7 @@ and
 [`GL_GREMEDY_frame_terminator`](http://www.opengl.org/registry/specs/GREMEDY/frame_terminator.txt)
 GL extensions.
 
 [`GL_GREMEDY_frame_terminator`](http://www.opengl.org/registry/specs/GREMEDY/frame_terminator.txt)
 GL extensions.
 
-*apitrace* will advertise and intercept these GL extensions independently of
+**apitrace** will advertise and intercept these GL extensions independently of
 the GL implementation.  So all you have to do is to use these extensions when
 available.
 
 the GL implementation.  So all you have to do is to use these extensions when
 available.
 
@@ -171,7 +173,7 @@ There are several advanced usage examples meant for OpenGL implementors.
 Regression testing
 ------------------
 
 Regression testing
 ------------------
 
-These are the steps to create a regression test-suite around apitrace:
+These are the steps to create a regression test-suite around **apitrace**:
 
 * obtain a trace
 
 
 * obtain a trace