Jonah Williams 6dca56fb0e [Impeller] delete points compute shader. (flutter/engine#52346)
We only use this for drawPoints, a rarely used API. On local tests, this is just as fast with the CPU backend implementations.

While this was intended to be the first in a series of compute based rendering experiments, it hasn't really been worth the carrying cost. So lets shrink the complexity and and remove another shader to boot.

Fixes https://github.com/flutter/flutter/issues/147184
2024-04-24 18:24:06 +00:00
..