LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: BatKid on December 02, 2010, 19:50:19

Title: GMA500 video card problem
Post by: BatKid on December 02, 2010, 19:50:19
Hi all,

I'm having a problem with GMA500 series of video card.  Officially, this card has opengl support.  However, microsoft does not have opengl drivers for it.  One can use the Intel drivers but my software crashes with the following:


j  org.lwjgl.opengl.EXTBlendEquationSeparate.glBlendEquationSeparateEXT(II)V+16
j  com.jme.scene.state.lwjgl.LWJGLBlendState.applyBlendEquations(ZLcom/jme/scene/state/lwjgl/records/BlendStateRecord;)V+74


It seems like it is not able to call glBlend...

Could it be that the opengl implementation is incomplete?   Is a workaround possible?

Thanks