Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001...
authorjvanverth <jvanverth@google.com>
Wed, 20 Apr 2016 17:33:27 +0000 (10:33 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 20 Apr 2016 17:33:28 +0000 (10:33 -0700)
commitc3d706f7ce87cdd94158d2266ab2fe2f18f5020a
treeb206d0bfc72e532c9a61c19fbd74ea4c8cfb5057
parent0d9e9bee17aa2901582c5461ae60f7241fc0cd59
Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ )

Reason for revert:
Lots of sync issues with paths and text.

Original issue's description:
> Use transfer buffer for BatchAtlas texture copies.
>
> Sets up use of transfer buffer (if available) to do one-copy transfers.
> Get transfer buffers working properly in GL.
> Implement GrVkGpu::onTransferPixels.
> Check caps to ensure we can create a transfer buffer.
>
> BUG=skia:
> GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1888473002
>
> Committed: https://skia.googlesource.com/skia/+/b0ec9836dbf7f2304a3a29289b818719ca0a39bd

TBR=robertphillips@google.com,egdaniel@google.com,bsalomon@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/1904723003
14 files changed:
src/gpu/GrBatchAtlas.cpp
src/gpu/GrBatchAtlas.h
src/gpu/GrBatchFlushState.h
src/gpu/GrGpu.cpp
src/gpu/GrGpu.h
src/gpu/GrResourceProvider.cpp
src/gpu/batches/GrDrawBatch.h
src/gpu/gl/GrGLBuffer.cpp
src/gpu/gl/GrGLCaps.cpp
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLGpu.h
src/gpu/vk/GrVkGpu.cpp
src/gpu/vk/GrVkGpu.h
tools/gpu/GrTest.cpp