OSDN Git Service

vulkan: avoid duplicated app messages
authorChia-I Wu <olv@google.com>
Tue, 3 May 2016 04:06:21 +0000 (12:06 +0800)
committerChia-I Wu <olv@google.com>
Fri, 6 May 2016 01:31:36 +0000 (09:31 +0800)
commit2e6736699471dbe7ec185667240089dcbccdd9bd
treec23dbba95a16e7ec2eeed3144dd8c3efa13bdf54
parentb3055f34650cd066a349e1e8cba294b05513ef2e
vulkan: avoid duplicated app messages

When vkDebugReportMessageEXT is called, every component (layer,
vulkan::driver, or hal) supporting the extension knows how to handle it.
But only one of them should handle it.

Bug: 28120066
Change-Id: I4e746b80e0920c2c63f0aceceba1601536c6236d
vulkan/libvulkan/debug_report.cpp