SIGN IN SIGN UP

Use explicit sort order instead of comparison impls for gpui prims (#21430)

Found this while looking into adding support for the Surface primitive
on Linux, for rendering video shares. In that case it would be
expensive to compare images for equality. `Eq` and `PartialEq` were
being required but not used here due to use of `Ord` and `PartialOrd`.

Release Notes:

- N/A
M
Michael Sloan committed
f4dbcb67143a12d55735cd5811ab8601a022b1e1
Parent: 579bc8f
Committed by GitHub <noreply@github.com> on 12/2/2024, 11:27:29 PM