Brandon DeRosier adc25beaf1 [Impeller] Round out subpass coverage. (flutter/engine#52973)
Resolves https://github.com/flutter/flutter/issues/146967

I added a detailed comment inline explaining why we need this. The visual issues in the reported issue were due to nearest sampling while straddling a half pixel offset.

Before:
![image](https://github.com/flutter/engine/assets/919017/ccd89a87-4643-4e4d-9e24-56f28f317e2f)

After:
<img width="964" alt="image" src="https://github.com/flutter/engine/assets/919017/0be88453-1014-443b-bc80-6df459adb075">
2024-05-22 02:10:17 +00:00
..