aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/GrOpList.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-02-05 16:19:48 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-05 16:19:57 +0000
commit11bdbe00133d6c3b89034e2bff08ec0962a10c0d (patch)
treef7710d9fbcb0edf7a549568f40548ef1aa5b2c99 /include/private/GrOpList.h
parent3f9797d2a52d2f4a0c1d7b3ba1a6f39df478f7ef (diff)
Revert "Re-enable explicit resource allocation in Skia"
This reverts commit ac18b469049dae1e8687eb087194b03bfa440d5b. Reason for revert: erg - bit rot Original change's description: > 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> TBR=bsalomon@google.com,robertphillips@google.com Change-Id: I5264986d3ddd439e5944c801b5d9113283921308 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/103660 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include/private/GrOpList.h')
-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 8a525344ff..c9abd6d4e5 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
-//a#endif
+#ifndef SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
+ #define SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
+#endif
// Turn on/off the sorting of opLists at flush time
#ifndef SK_DISABLE_RENDER_TARGET_SORTING