Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Issue 2395573002: Revert of Move GPU fences into sk_gpu_test (Closed)

Created:
4 years, 2 months ago by djsollen
Modified:
4 years, 1 month ago
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Revert 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -147 lines) Patch
M gyp/core.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A include/private/SkGpuFenceSync.h View 1 chunk +30 lines, -0 lines 0 comments Download
D tools/gpu/FenceSync.h View 1 chunk +0 lines, -34 lines 0 comments Download
M tools/gpu/TestContext.h View 4 chunks +8 lines, -4 lines 0 comments Download
M tools/gpu/gl/GLTestContext.h View 1 chunk +5 lines, -17 lines 0 comments Download
M tools/gpu/gl/GLTestContext.cpp View 4 chunks +62 lines, -57 lines 0 comments Download
M tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp View 3 chunks +13 lines, -14 lines 0 comments Download
M tools/gpu/vk/VkTestContext.cpp View 5 chunks +10 lines, -10 lines 0 comments Download
M tools/skpbench/skpbench.cpp View 7 chunks +7 lines, -11 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
djsollen
Created Revert of Move GPU fences into sk_gpu_test
4 years, 2 months ago (2016-10-04 19:37:26 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2395573002/1
4 years, 2 months ago (2016-10-04 19:37:30 UTC) #3
commit-bot: I haz the power
Failed to apply patch for tools/gpu/TestContext.h: While running git apply --index -3 -p1; error: patch ...
4 years, 2 months ago (2016-10-04 19:37:34 UTC) #5
csmartdalton
4 years, 1 month ago (2016-10-31 19:08:38 UTC) #7
Message was sent while issue was closed.
Closed the CL, as the underlying issue has been resolved.

Powered by Google App Engine
This is Rietveld 408576698