Add Gr*Proxy classes
authorrobertphillips <robertphillips@google.com>
Tue, 3 May 2016 15:47:00 +0000 (08:47 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 3 May 2016 15:47:01 +0000 (08:47 -0700)
commit92605b35efa0155c44d24bd8415b4cc1db8831db
tree02df8d88f0f90cdab30ef095629d13d6fd45ea46
parent871a0484305e9c051e2d78b62e1f2a5fa4bdb3a4
Add Gr*Proxy classes

This isn't wired in anywhere yet.

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1937553002

Committed: https://skia.googlesource.com/skia/+/de5bf0cfeca908b81a28cc50065f7bc2da3d2fd1

Review-Url: https://codereview.chromium.org/1937553002
25 files changed:
gyp/gpu.gypi
include/core/SkTypes.h
include/gpu/GrContext.h
include/gpu/GrRenderTarget.h
include/private/GrRenderTargetProxy.h [new file with mode: 0644]
include/private/GrSurfaceProxy.h [new file with mode: 0644]
include/private/GrTextureProxy.h [new file with mode: 0644]
src/core/SkImageFilter.cpp
src/effects/SkAlphaThresholdFilter.cpp
src/effects/SkDisplacementMapEffect.cpp
src/effects/SkLightingImageFilter.cpp
src/effects/SkMorphologyImageFilter.cpp
src/effects/SkXfermodeImageFilter.cpp
src/gpu/GrBlurUtils.cpp
src/gpu/GrContext.cpp
src/gpu/GrRenderTarget.cpp
src/gpu/GrRenderTargetPriv.h
src/gpu/GrRenderTargetProxy.cpp [new file with mode: 0644]
src/gpu/GrSurfaceProxy.cpp [new file with mode: 0644]
src/gpu/GrTextureProxy.cpp [new file with mode: 0644]
src/gpu/gl/GrGLGpu.cpp
src/image/SkImage_Gpu.cpp
tests/ClearTest.cpp
tests/PrimitiveProcessorTest.cpp
tests/ProxyTest.cpp [new file with mode: 0644]