From: José Fonseca Date: Thu, 14 Aug 2008 10:00:49 +0000 (+0100) Subject: trace: Update status. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19aee90179135387c3236c38b207cc47176226ad;p=mesa.git trace: Update status. --- 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 '' >> 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