donotturnoff / aerend

My third year project
0 stars 0 forks source link

Use DRM planes for first n windows #81

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

DRM planes often make use of hardware compositing, which is likely to be faster than my CPU compositor, so it might be good to use planes for the first several windows (depending on the number of planes available), then to fall back onto software compositing for extra planes.