Merge branch 'jbreton-bind-sparse-need-fence' into 'master'
authorPyry Haulos <phaulos@google.com>
Fri, 22 Jan 2016 20:29:22 +0000 (15:29 -0500)
committerPyry Haulos <phaulos@google.com>
Fri, 22 Jan 2016 20:29:22 +0000 (15:29 -0500)
commitdaba10fb3af009314b7c9016b78e38983c510da6
tree873943b68f987722f6a6786e45485b6ecdbe03ba
parentc2c1e03dc95cb8e53fd5ae6390bf96b85695ec09
parentc4872908d089917cad8601707b4efd6c6ab2e98d
Merge branch 'jbreton-bind-sparse-need-fence' into 'master'

Fix the BindSparseMemory path to wait for a fence before destroying the buffer

The sparse memory buffer tests destroy the buffer just after the queueBindSparse call.

I think before destroying the buffer it should wait for a fence, to make sure the queueBindSparse operation complete.

See merge request !383