i965: Rename misleading "active" field of brw->query.
authorEric Anholt <eric@anholt.net>
Thu, 18 Oct 2012 00:45:46 +0000 (17:45 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 26 Oct 2012 19:41:01 +0000 (12:41 -0700)
commit99dc87061333eeb8f617a6919cc3b6e9cc85beee
tree32a61e6a7a1fea1b005172d32a16542827150c9c
parentb78b62497f1e5cc64eb924c64e4685fe5d814fd7
i965: Rename misleading "active" field of brw->query.

"Active" is an already-used term for the query being between
glBeginQuery() and glEndQuery(), while this is tracking whether the
start of the packet pair for emitting state has been inserted into the
current batchbuffer.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_queryobj.c