Re: [Mesa-dev] [PATCH] i965: Fix a mistake in the comments for software counters.

2013-04-22 Thread Eric Anholt
Kenneth Graunke writes: > The code doesn't set brw->query.obj to NULL, it sets query->bo to NULL. Reviewed-by: Eric Anholt pgpHt7PZ8akua.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop

[Mesa-dev] [PATCH] i965: Fix a mistake in the comments for software counters.

2013-04-20 Thread Kenneth Graunke
The code doesn't set brw->query.obj to NULL, it sets query->bo to NULL. --- src/mesa/drivers/dri/i965/brw_queryobj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_queryobj.c b/src/mesa/drivers/dri/i965/brw_queryobj.c index 194725c..81e975a 1