Merge branch 'marka_flush_offset' into 'master'
authorPyry Haulos <phaulos@google.com>
Fri, 15 Jan 2016 22:36:38 +0000 (17:36 -0500)
committerPyry Haulos <phaulos@google.com>
Fri, 15 Jan 2016 22:36:38 +0000 (17:36 -0500)
Fix offset parameter for flushMappedMemoryRange

In ShaderRenderCaseInstance::uploadImage2D(), the allocation object was
being passed in instead of the offset. This resulted in attempting to
flush an invalid memory range.

This was resulting in intermittent crashes in the dEQP-VK.glsl.discard.* tests.

See merge request !329


Trivial merge