aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
Commit message (Expand)AuthorAgeFilesLines
* GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina...Sven Gothel2023-02-243-29/+29
* GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...Sven Gothel2023-01-291-0/+2
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-149-7/+9
* Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...Sven Gothel2020-02-242-0/+21
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-281-0/+106
* make void* an opaque long in EGL generated classErik De Rijcke2019-11-211-0/+1
* Removed import that caused GLUgl2/GLUgl2ProcAddressTable not to compileWade Walker2019-08-191-1/+0
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-231-0/+43
* make/doc/jogl/spec-overview.html, make/config/jogl/gl-common.cfg: OpenGL ES 3...Xerxes RĂ„nby2015-10-201-1/+1
* Cleanup IgnoreExtension for GL3 and GL4 exclusive extensionsSven Gothel2015-10-122-1/+17
* Streamline GL* profile interfaces and implementationsSven Gothel2015-10-123-20/+22
* Drop Vendor Extensions: INGR and PGI for all profilesSven Gothel2015-10-121-2/+2
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR...Sven Gothel2015-10-073-0/+15
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part2: Updat...Sven Gothel2015-10-0711-12/+83
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-011-0/+7
* Bug 1233 - Add missing range- and pbo-bound checks on glTexture[Sub]Image[123]D*Sven Gothel2015-09-281-13/+52
* Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate...Sven Gothel2015-08-312-6/+19
* Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro...Sven Gothel2015-08-303-1/+7
* Bug 1203: Fix GLES3Impl.getGLES3(): Test _isES3 and throw GLException if not.Sven Gothel2015-08-291-0/+3
* Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ...Sven Gothel2015-08-291-1/+1
* Bug 1151 - Working OculusVR SDK 0.5.0.1 on GNU/Linux w/ Positional Tracker (DK2)Sven Gothel2015-07-181-1/+6
* Bump OculusVR RIFT SDK to 0.5.0.1Sven Gothel2015-07-142-0/+8
* Use CompatibilityType.BACKWARD_COMPATIBLE_BINARY for 2.3.1 / Add EGL.KHRONOS_...Sven Gothel2015-04-041-0/+5
* Bug 1116: Oculus SDK 0.4.4 support for JOGL - Part-3: New set of C-files, ada...Sven Gothel2015-03-273-5/+17
* Bug 1116 - Add OculusVR DK2 Support - Part-2 (DK1 and DK2 on DK2 SDK w/ Eye T...Sven Gothel2015-03-262-1/+3
* Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker)Sven Gothel2015-03-211-2/+2
* Resolve RenameJavaSymbol issues (GLUgl2 and CGL) using GLEmitter (-> Delegate...v2.3.0Sven Gothel2015-03-112-13/+10
* Bug 1135: GLBufferObjectTracker for GL 4.5: Separate GL 4.5 DSA and GL_EXT_di...Sven Gothel2015-03-117-49/+193
* Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI...Sven Gothel2015-03-1110-536/+165
* Bug 1135: Bump [html] doc to include GL 4.5, ES 3.1 and EGL [ 1.0 .. 1.5 ]Sven Gothel2015-03-111-8/+8
* Bug 1135 - (Re-)Include GL header for in generated native code, allowing 'Pro...Sven Gothel2015-03-0926-51/+76
* Bug 1135 - Change all GlueGen config files, supporting EGL 1.5 , ES 3.1 and G...Sven Gothel2015-03-0664-353/+908
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0228-172/+172
* Bug 1110 - Fix missing native function eglGetConfigAttributes on jogl_mobile.dllSven Gothel2015-01-271-0/+1
* Bug 1119 - GL* Efficiency: Keep ProcAddressTable instance within GL* instancesSven Gothel2015-01-236-63/+47
* Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...Sven Gothel2015-01-236-23/+27
* Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-072-2/+2
* Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-071-2/+2
* GLContext.Version* VersionNumber Constants: Clarify names, avoiding mis-inter...Sven Gothel2014-10-251-1/+1
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-107-53/+0
* GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method.Sven Gothel2014-06-273-12/+9
* Bug 1021: OVR GlueGen Mapping: Handle non-existent native oculusvr lib gracef...Sven Gothel2014-06-252-20/+35
* Bug 1021: OVR GlueGen Mapping: Compile all generated C files, add missing C o...Sven Gothel2014-06-252-0/+7
* Bug 1021: Enhance OVR GlueGen Mapping / Adapt to GlueGen commit 9ee44e1a289ec...Sven Gothel2014-06-253-7/+24
* Bug 1021: Add OculusSDK binding / Basic OVR supportSven Gothel2014-06-194-0/+73
* Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount ca...Sven Gothel2014-06-187-7/+8
* Fix regression due to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37...Sven Gothel2014-06-176-2/+18
* Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...Sven Gothel2014-06-171-69/+6
* Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModesSven Gothel2014-05-261-4/+0
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-2/+4