The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java (diff) The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java (diff)
Commit
99d37df6cf410117cb8d49774ef7550bcf847c7b
by Sven Gothel Bug 1135 - (Re-)Include GL header for in generated native code, allowing 'ProcAddrTypedef' validation Include GL header for in generated native code, since we need the public 'ProcAddrTypedef' to be validated against the GlueGen generated variant by the c-compiler. The 'ProcAddrTypedef' validation semantic has been introduced in GlueGen w/ commit 10060b091b76bee35246c5165d49ab546ebc4e37. Originally the GL header were always included, however, JOGL commit 0d59bd4c655ef9a27f127000848aae7f07f240ae removed the inclusion to simplify handling GL extension collisions mitigated via gl*-supplement.h. The latter produces 'redefine' errors via c-compiler. The 'redefine' issue above is resolved by conditional code (#ifdef __GLUEGEN__ ..) in glext-supplement.h. The file was modified make/config/jogl/gl-if-gl2_es1.cfg (diff) The file was modified make/config/jogl/es3-headers.cfg (diff) The file was modified make/scripts/tests.sh (diff) The file was modified make/config/jogl/wgl-win32.cfg (diff) The file was modified make/stub_includes/opengl/gl3bc.c (diff) The file was modified make/config/jogl/gl-if-gl2_es2.cfg (diff) The file was modified make/config/jogl/es1-headers.cfg (diff) The file was modified make/config/jogl/wglext.cfg (diff) The file was modified make/config/jogl/gl-es1.cfg (diff) The file was modified make/config/jogl/gl-headers.cfg (diff) The file was modified make/config/jogl/gl-if-gl.cfg (diff) The file was modified make/config/jogl/gl-if-es2.cfg (diff) The file was modified make/config/jogl/gl-common.cfg (diff) The file was modified make/stub_includes/opengl/gles1.c (diff) The file was modified make/config/jogl/glx-CustomCCode.c (diff) The file was modified make/config/jogl/gl-if-gl4_es3.cfg (diff) The file was modified make/config/jogl/gl-if-gl3_es3.cfg (diff) The file was modified make/stub_includes/opengl/GLES/glext-supplement.h (diff) The file was modified make/stub_includes/win32/wglext.c (diff) The file was modified make/stub_includes/x11/glxext.c (diff) The file was modified make/config/jogl/gl-if-gl2_gl3.cfg (diff) The file was modified make/config/jogl/glu-common.cfg (diff) The file was modified make/config/jogl/glxext.cfg (diff) The file was modified make/stub_includes/opengl/gl2.c (diff) The file was modified make/config/jogl/gl-if-es3.cfg (diff) The file was modified make/config/jogl/gl-es3-impl.cfg (diff) The file was modified make/stub_includes/opengl/GL/gl-platform.h (diff) The file was modified make/scripts/tests-x64-dbg.bat (diff) The file was modified make/config/jogl/gl-if-gl2.cfg (diff) The file was modified make/config/jogl/gl-if-gl2es3-subset.cfg (diff) The file was modified make/config/jogl/gl-gl4bc.cfg (diff) The file was modified make/scripts/tests-win.bat (diff) The file was modified make/stub_includes/x11/window-system1.c (diff) The file was modified make/stub_includes/opengl/gles2.c (diff) The file was modified make/config/jogl/glx-headers.cfg (diff) The file was modified make/stub_includes/opengl/GL/glext-supplement.h (diff) The file was modified make/stub_includes/opengl/GL/glx.h (diff) The file was modified make/stub_includes/opengl/GLES2/gl2ext-supplement.h (diff) The file was modified make/stub_includes/opengl/gl4bc.c (diff) The file was modified make/config/jogl/gl-if-gl3bc.cfg (diff) The file was modified make/config/jogl/glx-x11.cfg (diff) The file was modified make/config/jogl/gl-if-gl2_es3.cfg (diff) The file was modified make/stub_includes/opengl/GL/gl.h (diff) The file was modified src/newt/classes/jogamp/newt/MonitorModeProps.java (diff)