Question

Is it true that Mesa uses CPU to rendering? A have readed something about Mesa, but still can not understand how it really works

Was it helpful?

Solution

Is it true that Mesa uses CPU to rendering?

It depends on, if the GPU installed in the system is supported by Mesa/DRI and the version of the created OpenGL. If the GPU is supported, rendering will happen on the GPU. If the GPU is not supported, or lacks features required for the context version requested Mesa will fall back to a software rasterizer backend running on the CPU.

OTHER TIPS

Mesa serves as the OpenGL core for the open-source DRI drivers for X.org.

DRI is an open-source framework allowing direct access to graphics hardware under the X Window System. DRI drivers are available that take advantage of the graphics hardware chipsets.

http://www.mesa3d.org/faq.html
http://dri.freedesktop.org/wiki/
http://dri.freedesktop.org/wiki/Status

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top