JohnnyonFlame / SDL-malifbdev-rot

Patches for generic roto/scaler for mali fbdev (GOU, RG28XX, etc)
zlib License
2 stars 0 forks source link

Mouse cursor #2

Open tiopex opened 3 months ago

tiopex commented 3 months ago

it is possible to add hw mouse cursor to mali driver?

JohnnyonFlame commented 3 months ago

What SOC are you targetting? Usually you have a cursor plane/overlay you can use to composite your cursor for free.

tiopex commented 3 months ago

H700. Method SDL_showCursor doesn't work, there still no cursor visible. I believe that these must served by sdl Mali driver, like it is for e.g kmsdrm kmsdrmmouse.c

I was trying to add it by myself, but it is to complex for me