diff options
author | José Fonseca <[email protected]> | 2008-08-14 11:00:49 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-08-14 11:01:43 +0100 |
commit | 19aee90179135387c3236c38b207cc47176226ad (patch) | |
tree | a175230c6f01c95715a1432109092f1db6747c43 /src/gallium/drivers/trace/README | |
parent | 31bb6c0d17eb3265c9596bd25d5e6fabfefe4d61 (diff) |
trace: Update status.
Diffstat (limited to 'src/gallium/drivers/trace/README')
-rw-r--r-- | src/gallium/drivers/trace/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/drivers/trace/README b/src/gallium/drivers/trace/README index 81da610bd5e..4b763f2488c 100644 --- a/src/gallium/drivers/trace/README +++ b/src/gallium/drivers/trace/README @@ -12,7 +12,7 @@ To use do ensure the right libGL.so is being picked by doing - ldd `which glxingo` + ldd `which glxinfo` and then try running @@ -31,7 +31,9 @@ further transform it by doing echo '</trace>' >> gallium.??.trace -This is still work in progress. +This is still work in progress, namely: +- surface writes are not traced +- no way to know the start/end of a frame -- Jose Fonseca <[email protected]> |