Re: [Mesa-dev] [PATCH] i965: fix time query

2011-07-14 Thread Eric Anholt
On Thu, 14 Jul 2011 21:38:30 +0800, Zou Nan hai wrote: > PIPE_CONTROL reported time stamp is a 64 bits value, > toggles every 80ns. The extension also exists on gen5, so you still need to support that. pgpcFATf34Vbw.pgp Description: PGP signature

[Mesa-dev] [PATCH] i965: fix time query

2011-07-13 Thread Zou Nan hai
PIPE_CONTROL reported time stamp is a 64 bits value, toggles every 80ns. Signed-off-by: Zou Nan hai --- src/mesa/drivers/dri/i965/brw_queryobj.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_queryobj.c b/src/mesa/drivers/