Merge branch 'jekstrand-rasterization-fixes' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Thu, 2 Jun 2016 18:36:08 +0000 (18:36 +0000)
committerPyry Haulos <phaulos@google.com>
Thu, 2 Jun 2016 18:36:08 +0000 (18:36 +0000)
rasterization: Use LOAD_OP_DONT_CARE for the resolve attachment

It used to use LOAD_OP_CLEAR for the resolve attachment but only provided
one clear value which led to an out-of-bounds read.

See merge request !571


Trivial merge