Login  Register

Re: Solaris Sparc builds

Posted by Wade Walker on Jul 24, 2012; 7:05pm
URL: https://forum.jogamp.org/Solaris-Sparc-builds-tp4025566p4025635.html

You should look for GL_VERSION in the output, for example:

GL_VERSION: 2.1 Mesa 7.5
GL_EXTENSIONS: GL_ARB_depth_texture GL_ARB_draw_buffers...
GL_RENDERER: Mesa DRI Intel(R) 965GM GEM 20090712 2009Q2 RC3 x86/MMX/SSE2
GL_VENDOR: Tungsten Graphics, Inc
GLU_VERSION: 1.3

This will tell you if your Exceed supports OpenGL 2.0+, which I think is necessary to create a context with JOGL.