Setup for another attempt to split up opLists
authorRobert Phillips <robertphillips@google.com>
Thu, 11 May 2017 18:14:30 +0000 (14:14 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Thu, 11 May 2017 19:44:39 +0000 (19:44 +0000)
commitb6deea8f0ed61475382fc48c7359118bfdcbff85
treeb06cb1b81f0c5cb9f0aa92e85207c6059f9e18cb
parentce5e326016f7ade56afc2381e0f951b6c2ebc779
Setup for another attempt to split up opLists

Split out of: https://skia-review.googlesource.com/c/14186 (Split up opLists (take 3))

Change-Id: Ifa600c88fb9185991d3197c7776c820f54c9bf0f
Reviewed-on: https://skia-review.googlesource.com/16540
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
16 files changed:
include/gpu/GrGpuResourceRef.h
include/private/GrSurfaceProxy.h
src/gpu/GrDrawingManager.cpp
src/gpu/GrDrawingManager.h
src/gpu/GrGpuResource.cpp
src/gpu/GrGpuResourceRef.cpp
src/gpu/GrOnFlushResourceProvider.cpp
src/gpu/GrOpList.cpp
src/gpu/GrOpList.h
src/gpu/GrRenderTargetContext.cpp
src/gpu/GrRenderTargetOpList.cpp
src/gpu/GrRenderTargetOpList.h
src/gpu/GrTextureContext.cpp
src/gpu/GrTextureOpList.cpp
src/gpu/GrTextureOpList.h
tests/ProxyRefTest.cpp