Merge branch '396-component-mapping-fix' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Tue, 14 Jun 2016 15:44:27 +0000 (15:44 +0000)
committerPyry Haulos <phaulos@google.com>
Tue, 14 Jun 2016 15:44:27 +0000 (15:44 +0000)
commit8ce70b90dd93d787a727ce33cfd6b40c67eab827
tree992319b737072536d61c17dc08ac0dcfaf75aa63
parent7bc4935d3c07584b45bff2a0a01f6d58e674f621
parenta017cc7a4e901a759ef95eabde3ca012a66fd20f
Merge branch '396-component-mapping-fix' into 'vulkan-cts-1.0-dev'

Component mapping fix for rasterization tests.

It fixes the improper use of the getFormatComponentMapping() in the rasterization tests. (vulkan/vulkancts#396)

See merge request !573