[News] Ogre 2.2.5 Cerberus Released and EGL Headless support!
Posted: Sat Feb 06, 2021 10:49 pm
Support and community hang-out spot for Ogre3D
https://forums.ogre3d.org/
actually, these are exactly the 2000-era PBuffers. There is even EGL_TEXTURE_TARGET to be used instead of a FBO.not to be confused with 2000-era PBuffers which competed against FBOs
This is not very accurate. For a few months mesa supports OpenGL 4.5 for llvmpipe software rasterizer. See the release notes for v20.3.0: https://docs.mesa3d.org/relnotes/20.3.0.htmlPlease note Mesa SW at the time of writing supports up to OpenGL 3.3, which is the bare minimum to run Ogre. Some functionality may not be available.
Article updated. That's nice to hear. Thanks!mmozeiko wrote: Sat Feb 06, 2021 11:53 pm This is not very accurate. For a few months mesa supports OpenGL 4.5 for llvmpipe software rasterizer. See the release notes for v20.3.0: https://docs.mesa3d.org/relnotes/20.3.0.html
Mmmm. It's one of the things where "you're right, yet...". It's a whole different mindset and philosophy.paroj wrote: Sat Feb 06, 2021 11:32 pm actually, these are exactly the 2000-era PBuffers. There is even EGL_TEXTURE_TARGET to be used instead of a FBO.
While NVidia does not support this, I could make it work using MESA and use EGL/PBuffers instead of FBOs on the GL1 RenderSystem, which still has code for rendering that way.
yes, thats what I made the GL1 RenderSystem do with EGL.dark_sylinc wrote: Sun Feb 07, 2021 12:01 am The PBuffer support in 2000-era was competing against FBOs to get offscreen rendering as part of the regular rendering pipeline (e.g. to render into shadow maps).
they already claimed it for 20.2: https://docs.mesa3d.org/relnotes/20.2.0.htmlmmozeiko wrote: Sat Feb 06, 2021 11:53 pm This is not very accurate. For a few months mesa supports OpenGL 4.5 for llvmpipe software rasterizer. See the release notes for v20.3.0: https://docs.mesa3d.org/relnotes/20.3.0.html