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)
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


Trivial merge