diff options
author | José Fonseca <[email protected]> | 2009-12-28 16:25:48 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-12-28 22:53:40 +0000 |
commit | 67171ed85f3f9486238a994e8a427ddc1ac31069 (patch) | |
tree | 1a2986f6b5f5fee1138910405a4765edbd69c1a5 /src/gallium/drivers/trace | |
parent | 7abdaf574a31f4f09b20a6bc59bdb1bbebf9b15b (diff) |
xlib: Integrate the trace driver with all pipe drivers.
And not just softpipe.
It is particularly convenient to use llvmpipe instead, since it is much
faster. It also allows to use rbug with all xlib drivers.
Diffstat (limited to 'src/gallium/drivers/trace')
-rw-r--r-- | src/gallium/drivers/trace/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/drivers/trace/README b/src/gallium/drivers/trace/README index 1000c31e49a..203c3851bc3 100644 --- a/src/gallium/drivers/trace/README +++ b/src/gallium/drivers/trace/README @@ -24,11 +24,10 @@ ensure the right libGL.so is being picked by doing ldd progs/trivial/tri -== Traceing == +== Tracing == -For traceing then do +For tracing then do - export XMESA_TRACE=y GALLIUM_TRACE=tri.trace progs/trivial/tri which should create a tri.trace file, which is an XML file. You can view copying |