Brandon DeRosier 3acbd059fd [Impeller] Fix GL depth state. (flutter/engine#51040)
This patch fixes problems with GL depth (in service of
https://github.com/flutter/engine/pull/50856):
* The depth + stencil masks weren't being set prior to clearing.
* When the driver identifies as desktop GL rather than ES, use
`glClearDepth` and `glDepthRange` rather than `glClearDepthf` and
`glDepthRangef`.
2024-02-28 10:41:35 -08:00
..