summaryrefslogtreecommitdiff
path: root/libs/gui/BufferQueue.cpp
diff options
context:
space:
mode:
author Ian Elliott <ianelliott@google.com> 2017-02-14 10:58:30 -0700
committer Ian Elliott <ianelliott@google.com> 2017-02-14 10:58:30 -0700
commitffedb65cea7551bc689552c0bc21343f568d000e (patch)
tree2aec5848495437512ef51c695fbb4851a5730eae /libs/gui/BufferQueue.cpp
parent7bd8adbb2dd02cf07626d27fcd32ae305a35e3ee (diff)
Ignore VK_KHR_incremental_present hint for MAILBOX.
Test: Using instrumented cube demo, and tmp ALOGI comments. This code may eventually be replaced with code that constructs, stores, and uses regions that spans multiple vkQueuePresentKHR() calls. With VK_PRESENT_MODE_MAILBOX_KHR, any given present may not be sent to the display. In such a case, the correct behavior is for the swapchain code (a.k.a. acting for the "presentation engine") should build up a list of regions across multiple vkQueuePresentKHR() calls, so that when an image is presented, all of the updated regions will be sent to the display. In the mean time, this code is correct (i.e. ignore the hint for MAILBOX). Change-Id: I413091871a9b9b7464ec941a857eea56e68f4189
Diffstat (limited to 'libs/gui/BufferQueue.cpp')
0 files changed, 0 insertions, 0 deletions