ssvb / xf86-video-fbturbo

Xorg DDX driver for ARM devices (Allwinner, RPi and others)
Other
200 stars 80 forks source link

A software NEON fallback is needed for XV (to work correctly in a composited desktop) #17

Open ssvb opened 10 years ago

ssvb commented 10 years ago

This would be also useful for other things like making screenshots or supporting XV extension on the ARM devices even without hardware overlays. With NEON SIMD we can do the scaling and colorspace conversion reasonably fast. There will be no (easy) support for vsync though.

Note: on Allwinner A10 hardware we can also use G2D for the same purpose, but that's a less generic solution. Allwinner A13 does not have G2D.

kotc commented 7 years ago

bump make it multithreaded too