nvc0: use fence to check state of queries that don't write sequence
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Fri, 29 Mar 2013 12:50:44 +0000 (13:50 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 3 Apr 2013 10:54:43 +0000 (12:54 +0200)
commit6bca4e7085b5ce76ae065f40df39f6e3481d7475
treea5d4b6820f6d03dfcbd02e063391ba65e0f3f2c1
parent3d2790cead7eb744341e8b1708b7a6d03524768d
nvc0: use fence to check state of queries that don't write sequence

This still isn't optimal, since the fence will signal a bit late,
but better than checking on the bo, which may never be ready if it
is shared (which is likely).
src/gallium/drivers/nvc0/nvc0_query.c