Merge branch 'marka_arm_calling_convention' into 'master'
authorPyry Haulos <phaulos@google.com>
Sat, 16 Jan 2016 17:26:23 +0000 (12:26 -0500)
committerPyry Haulos <phaulos@google.com>
Sat, 16 Jan 2016 17:26:23 +0000 (12:26 -0500)
Use aapcs-vfp calling convention for ARMv7A

This is required to match the calling convention specified in
vk_platform.h. Tests using functions with float parameters were failing
when built for 32-bit ARM since the values were in different registers
than expected.

In particular, most of the dEQP-VK.dynamic_state.* tests were failing since the driver was seeing incorrect parameter values.

See merge request !331


Trivial merge