Re: [PATCH 1/2] ui/cocoa: Add cursor composition

2024-06-25 Thread Phil Dennis-Jordan
On Mon, 18 Mar 2024 at 08:59, Akihiko Odaki wrote: > The common pattern to implement accelerated cursor composition is to > replace the cursor and warp it so that the replaced cursor is shown at > the correct position on the guest display. Unfortunately, ui/cocoa > cannot do the same because

[PATCH 1/2] ui/cocoa: Add cursor composition

2024-03-18 Thread Akihiko Odaki
Add accelerated cursor composition to ui/cocoa. This does not only improve performance for display devices that exposes the capability to the guest according to dpy_cursor_define_supported(), but fixes the cursor display for devices that unconditionally expects the availability of the capability