LWJGL Forum

Programming => OpenGL => Topic started by: Oseania on March 29, 2010, 12:00:14

Title: Software Rendering
Post by: Oseania on March 29, 2010, 12:00:14
We are using LWJGL (through Jme) in our application. As we moved to a newer version we noticed that our app is no longer working with Intel graphic chips as they use only SW acceleration. When we turned the HW acceleration off from our older development machine we noticed that LWJGL web start demos won't even start. Is there something we can do?

Btw, our application is not doing anything fancy with OpenGL: just basic model loading and camera movement (not even textures).
Title: Re: Software Rendering
Post by: ryanm on March 29, 2010, 12:33:01
There's a "org.lwjgl.opengl.Display.allowSoftwareOpenGL" property to allow software rendering