Brandon DeRosier 04ce32908a [Impeller] Switch from transient stencil-only to depth+stencil buffer. (flutter/engine#47987)
Part of https://github.com/flutter/flutter/issues/138460.

In preparation for [draw order optimization](https://github.com/flutter/flutter/issues/114402) and [StC](https://github.com/flutter/flutter/issues/123671).

Use a transient depth+stencil texture instead of a stencil-only texture. Doing this in isolation to detect/weed out any HAL bugs with handling the attachment.
2024-01-17 05:03:29 +00:00
..