Merge changes I61bcc949,I64c54ee4,I4d984d4c,I6186cd17,I953d0264, ...
authorPyry Haulos <phaulos@google.com>
Tue, 2 Feb 2016 15:43:14 +0000 (15:43 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 2 Feb 2016 15:43:14 +0000 (15:43 +0000)
commit778c4fccaec049f2c836edd571d83f42e888ab27
tree18694126ca76dd8c2d179a69e198da97c37c73a9
parent29d97c852355b4c73d782c5e1852b07f1d0080a1
parentc3a5e3a2a4a0b835444d54b69c907bce69f2a71f
Merge changes I61bcc949,I64c54ee4,I4d984d4c,I6186cd17,I953d0264, ...

* changes:
  Merge in changes from Khronos Vulkan CTS repository
  Merge branch '268-command-buffers-memory-leak-fix' into 'master'
  Merge branch '267-spirv_assembly.instruction-Fixes' into 'master'
  Removed correct code by mistake, adding that back and back out the originally intended code.
  CommandPool creations in some tests are fixed.
  Apply formating fixes Remove ArrayStride code.
  OpSelect's condition operand didn't follow spec OpSelect's condition operand should have same component number as OpSelect's result type.
  spirv_assembly.instruction.compute.opcopymemory.* Add 2 missed ArrayStride, array type in uniform/storage block must have their stride explicitly specified, otherwise the stride infomation in block layout is lost.