swr: Fix active_queries count
authorBruce Cherniak <bruce.cherniak@intel.com>
Fri, 2 Dec 2016 01:08:12 +0000 (19:08 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Fri, 2 Dec 2016 20:36:28 +0000 (14:36 -0600)
commita7b510f656dfbda0afb1de78926037a337449140
tree75087c0604ea6c464cd1d3718aa6ddecbd3ab9b4
parent2085088033df8b16ac21c8b2716a0454e2987ce1
swr: Fix active_queries count

The active_query count was incorrect for query types that don't require
a begin_query.  Removed the unnecessary assert.

Reviewed-by: Tim Rowley <timothy.o.rowley@intel.com>
src/gallium/drivers/swr/swr_query.cpp