commit | c6e0cce69ffec7cacb4cf5242a2427dd7fcce718 | [log] [tgz] |
---|---|---|
author | Patrick Williams <pdwilliams@google.com> | Tue Feb 28 23:04:45 2023 -0600 |
committer | Patrick Williams <pdwilliams@google.com> | Wed Mar 01 11:57:14 2023 -0600 |
tree | 906a649b8961657be8a4253b0109b260031d311e | |
parent | f8a49a24ac5fd63e47085d2a5dfb0129bb7519df [diff] |
Update inverseLayerTransform for screenshots This fixes a bug where texture filtering is incorrectly requested. OutputLayer::calculateInitialCrop uses both layerTransform and inverseLayerTransform so both values need to be updated. The result of OutputLayer::calculateInitialCrop is used in OutputLayer::needsFiltering. Bug: 270537962 Change-Id: I793de6211b262a564b6ebce4db5ca7f5e36069ad Test: atest TextureFilteringTest Test: local revert of ag/21593142 then atest SurfaceControlTest