commit | e8d79a60cf5edc9ce0b025e39e3731fabcd2fdf4 | [log] [tgz] |
---|---|---|
author | Chris Forbes <chrisforbes@google.com> | Wed Feb 22 12:49:18 2017 +1300 |
committer | Chris Forbes <chrisforbes@google.com> | Mon Feb 27 09:26:29 2017 +1300 |
tree | 910ca95b69bc516c787fc7844e1861a4c193c17f | |
parent | fa25e630f3d658da685e8e0dc8c3e6b7510145fa [diff] |
vulkan: Advertise present modes based on actual capabilities Now that all the infrastructure is in place, we can advertise the correct set of present modes. These are: - mailbox, always - fifo, always (required by spec) - shared demand refresh, if the driver can do it - shared continuous refresh, if the driver can do it V2: Switch from std::vector to android::Vector (thanks Ian) V3: Single flag Test: build Change-Id: I4df43dd0b0067ef7ae7d5ac0535eb9f8f311dee3