Move copy-surface-as-draw fallback to GrGLGpu.
authorbsalomon <bsalomon@google.com>
Mon, 18 May 2015 13:26:15 +0000 (06:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 18 May 2015 13:26:15 +0000 (06:26 -0700)
commit5df6fee929823f50c55cc50f7c882a309c1b1de9
tree1c5f6de7d6d3f2978db4a9b9d5365700891f6765
parent5b5ddd73b4baf22752924bf20d097e96236c36f8
Move copy-surface-as-draw fallback to GrGLGpu.

Review URL: https://codereview.chromium.org/1144433002
17 files changed:
src/gpu/GrDrawTarget.cpp
src/gpu/GrDrawTarget.h
src/gpu/GrGpu.h
src/gpu/GrInOrderDrawBuffer.cpp
src/gpu/GrTest.cpp
src/gpu/gl/GrGLCaps.cpp
src/gpu/gl/GrGLCaps.h
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLGpu.h
src/gpu/gl/GrGLGpuProgramCache.cpp
src/gpu/gl/GrGLSL.cpp
src/gpu/gl/GrGLSL.h
src/gpu/gl/GrGLVertexArray.cpp
src/gpu/gl/GrGLVertexArray.h
src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp
src/gpu/gl/builders/GrGLProgramBuilder.cpp
src/gpu/gl/builders/GrGLShaderBuilder.cpp