aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-02-05 10:19:57 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-05 15:56:06 +0000
commitac18b469049dae1e8687eb087194b03bfa440d5b (patch)
tree5ccb005556005496a63b33dcec9fed49c163377e
parent8deb295ca7b2b9f6248fef7bb09bbae5df88011b (diff)
Re-enable explicit resource allocation in Skia
I can no longer repro the bug (assignment of the same GrTexture to both sides of a dest read) locally. Let's see what the bots have to say. Change-Id: Ia71bb6fb44c5b8dc3dd870f7b20e12a6db70e26c Reviewed-on: https://skia-review.googlesource.com/103581 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
-rw-r--r--include/private/GrOpList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/private/GrOpList.h b/include/private/GrOpList.h
index c9abd6d4e5..8a525344ff 100644
--- a/include/private/GrOpList.h
+++ b/include/private/GrOpList.h
@@ -16,9 +16,9 @@
// Turn on/off the explicit distribution of GPU resources at flush time
-#ifndef SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
- #define SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
-#endif
+//#ifndef SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
+// #define SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
+//a#endif
// Turn on/off the sorting of opLists at flush time
#ifndef SK_DISABLE_RENDER_TARGET_SORTING