Login  Register

Re: jogamp using Generic GDI driver in Windows 10

Posted by Stephen Mayes on Nov 30, 2016; 1:12am
URL: https://forum.jogamp.org/jogamp-using-Generic-GDI-driver-in-Windows-10-tp4037477p4037491.html

This output from jogamp test with jre1.8.0_51

...
GL Profile     GLProfile[GL3bc/GL3bc.hw]
GL Version     3.1 (Compat profile, arb, compat[ES2, ES3], FBO, hardware) - 3.1.0 - Build 9.17.10.4229 [GL 3.1.0, vendor 9.17.10 (- Build 9.17.10.4229)]
Quirks         [NoDoubleBufferedBitmap, NoSurfacelessCtx]
Impl. class    jogamp.opengl.gl4.GL4bcImpl
GL_VENDOR      Intel
GL_RENDERER    Intel(R) HD Graphics
GL_VERSION     3.1.0 - Build 9.17.10.4229
GLSL           true, has-compiler-func: true, version: 1.40 - Intel Build 9.17.10.4229 / 1.40.0
GL FBO: basic true, full true
GL_EXTENSIONS  129
GLX_EXTENSIONS 0
-----------------------------------------------------------------------------------------------------
Requested: GLCaps[rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/0/0, dbl, mono  , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[.]]
Chosen   : GLCaps[wgl vid 6 arb: rgba 8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms 16/0/0, dbl, mono  , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[.]]
GL impl. class jogamp.opengl.gl4.GL4bcImpl
GL4ES3 retrieved, impl. class jogamp.opengl.gl4.GL4bcImpl
GL3 retrieved, impl. class jogamp.opengl.gl4.GL4bcImpl

It will work for me.
Thanks Again