i965: Fix a mistake in the comments for software counters.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 28 Feb 2013 03:06:32 +0000 (19:06 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 22 Apr 2013 17:34:49 +0000 (10:34 -0700)
commit95c83824e6c3740781d1e9f7ce6a5fbe839d0457
tree440e4a446cce434f05c951b4a6054d83c9b9e7f1
parentc0538860bf656a1796b4a5c9c136c7d3517dfba6
i965: Fix a mistake in the comments for software counters.

The code doesn't set brw->query.obj to NULL, it sets query->bo to NULL.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_queryobj.c