Re: [PATCH v11 2/6] ui/cocoa: Scale with NSView instead of Core Graphics
On Sat, 17 Feb 2024 at 11:19, Akihiko Odaki wrote: > > Core Graphics is not accelerated and slow. > > Signed-off-by: Akihiko Odaki > --- Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v11 2/6] ui/cocoa: Scale with NSView instead of Core Graphics
Core Graphics is not accelerated and slow. Signed-off-by: Akihiko Odaki --- ui/cocoa.m | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index fe0eb74b0743..b26669160300 100644 --- a/ui/cocoa.m +++ b/ui/cocoa.m @@ -496,10 +496,