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)
commit9dc99ea921954483fee5c63252622d8c94348b95
treecc661d83eefe7a45c45b55a0aa7bfefc87087cf8
parent4abfcca2434f67b89f216a5647eefd0c908fc55d
parent7a45b29e61dae4299e07d553813e4010ee0a341c
Merge branch 'jekstrand-rasterization-fixes' into 'vulkan-cts-1.0-dev'

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