Merge branch '185-fix-timestamp-test-issue' into 'master'
authorPyry Haulos <phaulos@google.com>
Wed, 13 Jan 2016 16:44:15 +0000 (11:44 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 13 Jan 2016 16:44:15 +0000 (11:44 -0500)
Reset the query pool entries before write timestamp to fix issue #185

In Test case dEQP-VK.pipeline.timestamp.transfer_tests.transfer_stage_with_copy_query_pool_results_method,
the timestamp will be written twice and the query pool entries need be reset between these write timestamp operations.

See merge request !286


Trivial merge