diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2012-03-21 18:58:19 +0000 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2012-03-21 18:58:19 +0000 |
commit | e4a4f15f5b92e0abbd24d7d053da25f8278c9f64 (patch) | |
tree | 0f3a58d83453997c036351817f4c7c6ae00d4e8d /README.markdown | |
parent | 8e3bdc958448da48e5e09d6fbbfd9785a57b33c5 (diff) |
Document how to use retracediff on Windows.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index 168a6ea1..536729e8 100644 --- a/README.markdown +++ b/README.markdown @@ -358,16 +358,20 @@ reference software renderer. This can be achieved with retracediff.py script, which invokes glretrace with different environments, allowing to choose the desired GL driver by -manipulating variables such as `LD_LIBRARY_PATH` or `LIBGL_DRIVERS_DIR`. +manipulating variables such as `LD_LIBRARY_PATH`, `LIBGL_DRIVERS_DIR`, or +`TRACE_LIBGL`. -For example: +For example, on Linux: ./scripts/retracediff.py \ --ref-env LD_LIBRARY_PATH=/path/to/reference/GL/implementation \ - -r ./glretrace \ + --retrace /path/to/glretrace \ --diff-prefix=/path/to/output/diffs \ application.trace +Or on Windows: + + python scripts\retracediff.py --retrace \path\to\glretrace.exe --ref-env TRACE_LIBGL=\path\to\reference\opengl32.dll application.trace Links |