aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes
Commit message (Expand)AuthorAgeFilesLines
* Bug 1151 - Working OculusVR SDK 0.5.0.1 on GNU/Linux w/ Positional Tracker (DK2)Sven Gothel2015-07-1810-83/+218
* Bug 1153 - GLEmitter: Only dump extra comment if w/o enum-name or w/o extensionSven Gothel2015-04-011-7/+8
* Bug 1153 - Adopt to ArrayHashSet change, don't use deprecated ctor (gluegen c...Sven Gothel2015-04-012-2/+3
* Bug 1116: Add ShutdownHook for all factories and devices to StereoDeviceFacto...Sven Gothel2015-03-274-8/+110
* Bug 1116: Oculus SDK 0.4.4: Add extra DK1 detection; Add call to ovr_Shutdown...Sven Gothel2015-03-272-0/+10
* GLContext glVersionString: Group all 'compat' flags to save space, add ES32 c...Sven Gothel2015-03-261-3/+10
* Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >...Sven Gothel2015-03-266-81/+113
* Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker)Sven Gothel2015-03-2111-325/+568
* Fix API Doc: GLBufferObjectTracker / GLBufferStorageSven Gothel2015-03-122-12/+22
* Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI...Sven Gothel2015-03-114-54/+58
* Bug 1144: Adapt to GlueGen commit 405512e1c8a2e24834b0d057f0b020b4a0f4c25bSven Gothel2015-03-115-21/+42
* Bug 1134 - Use ASTLocationTag in LoggingSven Gothel2015-03-082-6/+6
* Bug 1135 - Cleanup: Class ownership change of static GL enumeratesSven Gothel2015-03-0612-58/+56
* Bug 1135 - GL/GLContext: Add isGLES31Compatible()Sven Gothel2015-03-064-17/+80
* Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo...Sven Gothel2015-03-066-88/+4
* Bug 1135 - Change JOGL's GlueGen Plugin to support EGL 1.5 , ES 3.1 and GL 4.5Sven Gothel2015-03-064-198/+341
* Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()]Sven Gothel2015-02-162-3/+3
* Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDIDSven Gothel2015-02-161-1/+0
* FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...Sven Gothel2015-02-053-26/+131
* Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packagingSven Gothel2015-02-056-66/+74
* Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF...Sven Gothel2015-02-053-96/+102
* Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0...Sven Gothel2015-02-034-11/+35
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)Sven Gothel2015-02-0249-0/+0
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-02239-1223/+1223
* Add FIXME notes: AWTPrintLifecycle, WindowsWGLGraphicsConfigurationSven Gothel2015-02-021-0/+1
* Bug 1126: Adobt GlueGen commit 7db9df61142694965b50f2e0553d4c9e5668439bSven Gothel2015-02-021-1/+1
* Fix UbuntuFontLoader: Regression of commit bd24599b21f9787ac989e65b44dc1ba762...Sven Gothel2015-01-271-14/+22
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-272-76/+159
* GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...Sven Gothel2015-01-234-39/+52
* Bug 1068 - Unify Surfaceless probing; Fix Surfaceless for OSX and Windows (pr...Sven Gothel2015-01-239-209/+306
* Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...Sven Gothel2015-01-237-27/+31
* Bug 896: Refine criteria to allow OpenGL API usage for EGLSven Gothel2015-01-233-26/+50
* Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)Sven Gothel2015-01-2313-58/+26
* Bug 1038: Refine handling of GLRendererQuirks.NoARBCreateContextSven Gothel2015-01-234-31/+58
* Resolve merge conflict GLRendererQuirksSven Gothel2015-01-233-4/+39
|\
| * Fixes the indentation :sJulien Gouesse2014-10-241-2/+2
| * Skips ARB_create_context with ATI Radeon 3100 (see the bug 1038)Julien Gouesse2014-10-233-3/+38
* | Bug 1119 - GL* Efficiency: Keep ProcAddressTable instance within GL* instancesSven Gothel2015-01-231-44/+57
* | Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...Sven Gothel2015-01-2315-77/+145
* | FBObject: indentation / DEBUG output cleanupSven Gothel2015-01-231-7/+7
* | Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....Sven Gothel2015-01-235-97/+12
* | Misc Fixes: Bug 1102 GLJPanel.setSurfaceScale(..); SurfaceSize.hashCode()Sven Gothel2014-12-071-7/+7
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-0727-657/+1201
* | Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-0713-263/+425
* | Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-069-232/+564
* | Bug 1106: JPEGDecoder adopt to GlueGen Bitstream change commit 9e13e8c78ed69b...Sven Gothel2014-12-061-2/+2
* | Minor Cleanup (FBObject, GLBase)Sven Gothel2014-12-062-4/+13
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-2620-60/+80
* | GLContext.Version* VersionNumber Constants: Clarify names, avoiding mis-inter...Sven Gothel2014-10-254-34/+34
* | FloatUtil.makeFrustum(..): Add throws GLException API doc / Add GLException i...Sven Gothel2014-10-254-11/+42