asahi: Fix incorrect BO bitmap reallocations
asahi: Fix incorrect BO bitmap reallocations
If the BO handle is greater than 2x what fits inside the current bitmap size, then we end up overflowing. Make sure to always reallocate to a large enough bitmap, not just 2x the previous size.
Found while replaying firefox apitraces with looping (which apparently leaks a ton of objects, but that might just be apitrace).
Signed-off-by: Asahi Lina lina@asahilina.net