aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 961: Fix commit fdd60adb1d421f2018b47ee17e9079c94b54910f (memmove byte-co...Sven Gothel2014-03-111-4/+10
* Bug 961: Stabilize glXGetFBConfigAttrib(..) and glXChooseFBConfig(..) Usage A...Sven Gothel2014-03-104-2/+84
* Bug 974 - Add missing [GL4] glMultiDrawArraysIndirect(int mode, int type, lon...Sven Gothel2014-02-133-0/+6
* Adding missing 'gl-if-CustomJavaCode-gl2.java' of commit 09fc7aa5539731bb0fba...Sven Gothel2014-01-221-0/+40
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-2111-195/+627
* Bug 942 - Review GLBuffer[State|Size]Tracker: Add synchronized access to shar...Sven Gothel2014-01-153-31/+41
* Revert "Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and...Sven Gothel2014-01-146-5/+14
* Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and GLBuffe...Sven Gothel2014-01-146-14/+5
* Bug 929, Bug 852 - Reflect ES3 Compatibility with ES2 / Add CPU Sourced Data ...Sven Gothel2013-12-221-1/+3
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-211-1/+1
* Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...Sven Gothel2013-11-054-26/+75
* Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB...Sven Gothel2013-11-043-0/+62
* Clarify Bug 692: Unbinding a VAO does _not_ imply unbinding of set VBOs (spec...Sven Gothel2013-11-012-2/+2
* Add GLES1Impl 'finalizeInit()' to avoid a 'catched exception roundtrip'Sven Gothel2013-10-301-0/+3
* Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w...Sven Gothel2013-10-245-5/+5
* Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0Sven Gothel2013-10-102-0/+27
* Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-1021-13/+168
* Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN...Sven Gothel2013-10-062-0/+22
* Add support for clang ; Use __APPLE__ predefined macroSven Gothel2013-09-133-3/+3
* GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience.Sven Gothel2013-09-033-0/+36
* GLES3Impl: Add NOP 'finalizeInit()' method, to avoid GLContentImpl not findin...Sven Gothel2013-08-251-0/+3
* Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl...Sven Gothel2013-08-145-72/+72
* API doc: Add old glext-20130207.h header for complete extension association. ...Sven Gothel2013-07-171-42/+28
* GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries.Sven Gothel2013-07-163-0/+45
* Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo...Sven Gothel2013-07-153-2/+12
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-1549-858/+1380
* Fix Bug 765: Add glMultiDrawElementsBaseVertex ; Restrict PointerBuffer usage...Sven Gothel2013-07-051-1/+7