Fix 4444 on Vulkan devices who don't support RGBA_4444
authoregdaniel <egdaniel@google.com>
Mon, 15 Aug 2016 17:59:17 +0000 (10:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Aug 2016 17:59:17 +0000 (10:59 -0700)
commit3fe0327585f32ea2b9334965d8c90d9d699c584e
tree1ad39062e770bda683d1882421157c2163cee000
parentea246cd5fb43e2b4aaeccc76d05a8a89735671c2
Fix 4444 on Vulkan devices who don't support RGBA_4444

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

Committed: https://skia.googlesource.com/skia/+/637b3bf2b9c10398d823bd015a722842d4f2f971
Review-Url: https://codereview.chromium.org/2238563002
src/gpu/GrGpu.cpp
src/gpu/vk/GrVkCaps.cpp
src/gpu/vk/GrVkCaps.h
src/gpu/vk/GrVkUtil.cpp
tests/PackedConfigsTextureTest.cpp [new file with mode: 0644]