Re: [Mesa-dev] [PATCH] r300g: fix comparison of hyperz flush time.

2012-11-30 Thread Marek Olšák
Hi Dave, thanks for pointing it out. The conditional should be: else if (r300->hyperz_time_of_last_flush > 200) { With that, this is: Reviewed-by: Marek Olšák Marek On Fri, Nov 30, 2012 at 9:28 AM, Dave Airlie wrote: > I haven't confirmed this is doing the correct thing, but at > least t

[Mesa-dev] [PATCH] r300g: fix comparison of hyperz flush time.

2012-11-30 Thread Dave Airlie
I haven't confirmed this is doing the correct thing, but at least this might make someone review it! Reported by internal RH coverity scan. Signed-off-by: Dave Airlie --- src/gallium/drivers/r300/r300_flush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/driver