summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-14 11:00:49 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-14 11:01:43 +0100
commit19aee90179135387c3236c38b207cc47176226ad (patch)
treea175230c6f01c95715a1432109092f1db6747c43 /src/gallium/drivers
parent31bb6c0d17eb3265c9596bd25d5e6fabfefe4d61 (diff)
trace: Update status.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/trace/README6
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 <jrfonseca@tungstengraphics.com>