Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared...
authorBrian Salomon <bsalomon@google.com>
Tue, 23 May 2017 20:53:47 +0000 (16:53 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 23 May 2017 21:38:38 +0000 (21:38 +0000)
commitd17b4a678b4b1df49a8eb84fb8c3c954d292a12c
tree82d59ef35abe6666d01723c62e4f22570b563801
parent0610a462ad2e17057849784cdab73d634bab5fb9
Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. ""

This reverts commit a9e795eab5f59a52d96b8fdc39351452835f5eb9.

Bug: skia:
Change-Id: Ibfc51497ae99f332f8f72a799393a1b2996f7f3f
Reviewed-on: https://skia-review.googlesource.com/17767
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
14 files changed:
include/gpu/GrTypes.h
include/gpu/gl/GrGLFunctions.h
include/gpu/gl/GrGLInterface.h
include/private/GrSurfaceProxy.h
src/gpu/GrGpu.cpp
src/gpu/GrResourceProvider.cpp
src/gpu/GrSurfaceProxy.cpp
src/gpu/gl/GrGLAssembleInterface.cpp
src/gpu/gl/GrGLCaps.cpp
src/gpu/gl/GrGLCaps.h
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLGpu.h
src/gpu/vk/GrVkGpu.cpp
tests/GrSurfaceTest.cpp