Originally posted by agd5f
View Post
This effected directfb before wayland existed. Yes this has result in lots of programs using opengl to perform 2d work so ignoring the 2d accelerators existence.
Device Dependent X (DDX) has really been one of the long term things that has hindered development over the years of a X11 replacement.
agd5f think about it with the native modesetting driver and a program that directly setups the screen there is no way for that application to use the 2d engine when its not using DDX. This is not a Wayland problem. This is we have not provided library like mesa or standard like opengl/vulkan for 2d problem. Yes libraries/standard that can stand on their own two feet without X11 for 2d engines in gpus is missing.
Comment