summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/README
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-16 18:45:00 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-18 20:47:40 +0100
commit6a31bb6ad8251ae977327e64562f373a89f55c70 (patch)
tree4550888e9d08df759059a974dae3c0c5ca3afc31 /src/gallium/drivers/trace/README
parent145a45e9d6807add8229f1fc9c63fbb6951b1b88 (diff)
trace: Get the trace file from the GALLIUM_TRACE option itself.
Diffstat (limited to 'src/gallium/drivers/trace/README')
-rw-r--r--src/gallium/drivers/trace/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/gallium/drivers/trace/README b/src/gallium/drivers/trace/README
index 5f0ae2c641..7e98ec2454 100644
--- a/src/gallium/drivers/trace/README
+++ b/src/gallium/drivers/trace/README
@@ -8,7 +8,6 @@ To use do
ln -s libGL.so build/linux-x86-debug/gallium/winsys/xlib/libGL.so.1
export LD_LIBRARY_PATH=$PWD/build/linux-x86-debug/gallium/winsys/xlib
- export GALLIUM_TRACE=y
ensure the right libGL.so is being picked by doing
@@ -16,11 +15,11 @@ ensure the right libGL.so is being picked by doing
and then try running
- glxinfo
+ GALLIUM_TRACE=tri.trace ./progs/trivial/tri
-which should create a gallium.*.trace file, which is an XML file. You can view
-copying trace.xsl and trace.css to the same directory, and opening with a
-XSLT capable browser like Firefox or Internet Explorer.
+which should create a tri.trace file, which is an XML file. You can view copying
+trace.xsl to the same directory, and opening with a XSLT capable browser like
+Firefox or Internet Explorer.
--
Jose Fonseca <jrfonseca@tungstengraphics.com>