diff options
| author | Greg Daniel <egdaniel@google.com> | 2019-01-08 16:01:18 -0500 |
|---|---|---|
| committer | Stan Iliev <stani@google.com> | 2019-01-18 18:56:44 +0000 |
| commit | c407678982811caef636021cacd130c08e46784a (patch) | |
| tree | 1434dd400c0176cfd1e7ed9fda957d0a17aedae6 /libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp | |
| parent | 793f1a793c2b9cd8f7356b83b8a2e5fd8d444e9b (diff) | |
Add support for preTransform in Vulkan swapchain.
Test: manual building and running of apps.
Bug: 110985606
Bug: 122662274
Change-Id: Id53aa1ce028b448b1f12558eec78a60e09512166
Diffstat (limited to 'libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp')
| -rw-r--r-- | libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp b/libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp index e6e6b0e62305..cfbb9956d3dc 100644 --- a/libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp +++ b/libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp @@ -100,7 +100,8 @@ bool SkiaOpenGLPipeline::draw(const Frame& frame, const SkRect& screenDirty, con mSurfaceColorSpace, &props)); SkiaPipeline::updateLighting(lightGeometry, lightInfo); - renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface); + renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, + SkMatrix::I()); layerUpdateQueue->clear(); // Draw visual debugging features |
