diff options
author | Brian Salomon <bsalomon@google.com> | 2017-06-06 07:50:59 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-06-06 19:36:31 +0000 |
commit | 4e8c581f2aa911bf49f97a246cc26134da292a8c (patch) | |
tree | 8562ef8f588a954e35650934efb2e366fada2d34 /tools/gpu/GrTest.cpp | |
parent | ba83233e68d44366ff7e9ef3131d5e8cb8c93bff (diff) |
Workaround Adreno driver issue with stencil clears.
This also removes the "debug wire rect" which was not used and not implemented for Vulkan.
Also some declared but not implemented methods are removed from GrGLGpu.
Bug: skia:5587
Change-Id: I750051e90e6cfbfad6a6fe20792226182f698bcf
Reviewed-on: https://skia-review.googlesource.com/18639
Reviewed-by: Chris Dalton <csmartdalton@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'tools/gpu/GrTest.cpp')
-rw-r--r-- | tools/gpu/GrTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp index bd85cff7ec..32f2d765f8 100644 --- a/tools/gpu/GrTest.cpp +++ b/tools/gpu/GrTest.cpp @@ -339,8 +339,6 @@ public: return nullptr; } - void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) override {} - GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; } bool waitFence(GrFence, uint64_t) override { return true; } void deleteFence(GrFence) const override {} |