Originally posted by Ironmask
View Post
MESA is the layer that goes between the low level graphics card implementation (which is in the kernel) and the usermode implementation of API's such as OpenGL.
So if there are actual improvements in the core driver, this is not user level.
If the NVidia blob or AMD/Intel actual drier ran in userland, it would be ridiculously slow. No modern kernel runs graphics in userland since Windows 9x days for that reason.
Comment