Remove asserts on scissor size in Vulkan
authoregdaniel <egdaniel@google.com>
Fri, 22 Jul 2016 21:41:30 +0000 (14:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 Jul 2016 21:41:30 +0000 (14:41 -0700)
commit0e72e9ee3b0201f05e5d74917b17c8a427b14d9f
tree53fc34485c9a9f0fc68a769543398cd7056aca53
parent8e4373f40be3362a2756c6522df3541253d0edb0
Remove asserts on scissor size in Vulkan

These are asserts are firing from a recent change to our scissor code.
Since these asserts were added, the Vulkan spec has been updated to no
longer require the scissor is insides the bounds of the image, just that
x + width does not overflow.

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

Review-Url: https://codereview.chromium.org/2171283004
src/gpu/vk/GrVkPipeline.cpp