wayland: remove cairo #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
we use it for two things that we could totally do ourselves with the right math knowledge, and removing it could not only reduce ram usage but allow us to finally fix viewport as we can ensure we never draw out of bounds (cairo_clip is meant to help with this but idk man, it just doesn't wanna work).
nevermind i give up with pixman Somebody else can do this