DescriptionRevert of Move GPU fences into sk_gpu_test (patchset #17 id:310001 of https://codereview.chromium.org/2383383002/ )
Reason for revert:
This is breaking the android platform build with the following errors...
external/skia/dm/../tools/gpu/vk/VkTestContext.cpp:80:16: error: reinterpret_cast from 'VkFence' (aka 'unsigned long long') to 'sk_gpu_test::PlatformFence' (aka 'int') is not allowed
return reinterpret_cast<sk_gpu_test::PlatformFence>(fence);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/skia/dm/../tools/gpu/vk/VkTestContext.cpp:84:25: error: reinterpret_cast from 'sk_gpu_test::PlatformFence' (aka 'int') to 'VkFence' (aka 'unsigned long long') is not allowed
VkFence fence = reinterpret_cast<VkFence>(opaqueFence);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/skia/dm/../tools/gpu/vk/VkTestContext.cpp:91:25: error: reinterpret_cast from 'sk_gpu_test::PlatformFence' (aka 'int') to 'VkFence' (aka 'unsigned long long') is not allowed
VkFence fence = reinterpret_cast<VkFence>(opaqueFence);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 errors generated.
Original issue's description:
> Move GPU fences into sk_gpu_test
>
> BUG=skia:
> GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2383383002
>
> Committed: https://skia.googlesource.com/skia/+/421a3c1cc1b227084c7c84618d0b6a6804faabef
TBR=egdaniel@google.com,bsalomon@google.com,jvanverth@google.com,csmartdalton@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|