https://bugs.freedesktop.org/show_bug.cgi?id=105995

--- Comment #5 from Daniel Stone <dan...@fooishbar.org> ---
Pixmap surfaces can never be supported on Wayland, as there is no native pixmap
type defined by Wayland.

FBOs are framebuffer objects, which allow the same thing (offscreen rendering)
as pbuffers, but far more flexible, performant, and more widely supported.

Here are some resources explaining the basics of FBOs:
https://www.khronos.org/opengl/wiki/Framebuffer_Object
https://learnopengl.com/Advanced-OpenGL/Framebuffers

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to