From 177e695589edb1f776cc5c28b9d3eee244d48284 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Thu, 12 Oct 2017 12:27:11 -0400 Subject: Add flag on GrBackendTexture to say whether texture is mipped or not Bug: skia: Change-Id: Ia684e3daf779ec2feaaec64c04dabf5cb03cd07a Reviewed-on: https://skia-review.googlesource.com/57821 Reviewed-by: Brian Salomon Commit-Queue: Greg Daniel --- tests/BlendTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/BlendTest.cpp') diff --git a/tests/BlendTest.cpp b/tests/BlendTest.cpp index 20ea6e0f00..354bb3cebb 100644 --- a/tests/BlendTest.cpp +++ b/tests/BlendTest.cpp @@ -105,6 +105,7 @@ static sk_sp create_gpu_surface_backend_texture_as_render_target( width, height, config, + GrMipMapped::kNo, (*backingSurface)->getTextureHandle()); sk_sp surface = SkSurface::MakeFromBackendTextureAsRenderTarget(context, backendTex, origin, -- cgit v1.2.3