From 5a42c33f27192399893e65ba91d7972fdeb25e65 Mon Sep 17 00:00:00 2001 From: jvanverth Date: Wed, 2 Sep 2015 12:26:10 -0700 Subject: [PATCH] Add new surface flag TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/1320533005 --- include/gpu/GrTypes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h index ed4827d..8a8e08c 100644 --- a/include/gpu/GrTypes.h +++ b/include/gpu/GrTypes.h @@ -417,6 +417,10 @@ enum GrSurfaceFlags { */ kRenderTarget_GrSurfaceFlag = 0x1, /** + * Placeholder for managing zero-copy textures + */ + kZeroCopy_GrSurfaceFlag = 0x2, + /** * Indicates that all allocations (color buffer, FBO completeness, etc) * should be verified. */ -- 2.7.4