Add support for draws in vulkan read and write pixels
authoregdaniel <egdaniel@google.com>
Mon, 27 Jun 2016 19:57:00 +0000 (12:57 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 27 Jun 2016 19:57:00 +0000 (12:57 -0700)
commit4583ec51d9ddc830eeb854db068235be96ce59c4
treefb98aa1bd78dc79617f324592c64bde6a41a337e
parent8e0a09c1a14adf246fabfd88185c918911d3603c
Add support for draws in vulkan read and write pixels

GL has a lot more optimizations checks here to make sure we do the most
effecient and correct draw here, but for now as long as the features
are support we just do basic draws for both reads and writes when we
need certain conversions.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2105433002

Review-Url: https://codereview.chromium.org/2105433002
src/gpu/vk/GrVkGpu.cpp
tests/WritePixelsTest.cpp