summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TestVersionSemanticsNOUI: Add version tests: v221 -> v230 and v230 -> v23x (*)v2.3.1v2.3.1_winexeSven Gothel2015-03-271-2/+25
* Bug 1116: Add ShutdownHook for all factories and devices to StereoDeviceFacto...Sven Gothel2015-03-276-15/+133
* Bug 1116: Oculus SDK 0.4.4: Add extra DK1 detection; Add call to ovr_Shutdown...Sven Gothel2015-03-275-4/+42
* StereoDeviceUtil: Only rotate if current mode doesn't match required rotation...Sven Gothel2015-03-272-2/+12
* Bug 1116: Oculus SDK 0.4.4 support for JOGL - Part-3: New set of C-files, ada...Sven Gothel2015-03-274-36/+24
* Bug 1116 - Add OculusVR DK2 Support - Part-2 (DK1 and DK2 on DK2 SDK w/ Eye T...Sven Gothel2015-03-265-95/+73
* Bug 1150 - Fix unit tests: Use same definition as in GLProfile for 'disableOp...Sven Gothel2015-03-262-2/+70
* 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-2611-925/+1324
* Bug 1148 - OSX MonitorDevice: Use unique and native deviceID instead of indexSven Gothel2015-03-219-153/+160
* Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker)Sven Gothel2015-03-2116-372/+756
* Bug 1147 - Fix XRandR13 Usage: Rotate / Change-Mode, use unique CRTC/Mode ids...Sven Gothel2015-03-2016-229/+766
* Fix API Doc: GLBufferObjectTracker / GLBufferStorageSven Gothel2015-03-122-12/+22
* Resolve RenameJavaSymbol issues (GLUgl2 and CGL) using GLEmitter (-> Delegate...v2.3.0Sven Gothel2015-03-112-13/+3
* 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
* MonitorDevice.toString: More brief 'options' ..Sven Gothel2015-03-091-1/+1
* Bug 1142 - NEWT: Add support to retrieve the primary MonitorDeviceSven Gothel2015-03-0920-100/+271
* TestScreenMode02aNEWT: Incr. wait period, for some reason one older test mach...Sven Gothel2015-03-091-1/+1
* Fix regression of commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655: IDX_MONITO...Sven Gothel2015-03-091-0/+1
* 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 - Cleanup: Fix native code WarningSven Gothel2015-03-068-14/+41
* 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
* Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]Sven Gothel2015-02-176-33/+271
* NativeWindow: Refactor getLocationOnScreenSafe(..) and getLocationOnScreenNon...Sven Gothel2015-02-173-51/+60
* MonitorDevice: Add 'throws IllegalStateException' for [query|set]CurrentMode(...Sven Gothel2015-02-172-8/+13
* NativeWindowFactory: Add FIXME tag regarding Bug 973 (Needs service provider ...Sven Gothel2015-02-171-10/+30
* Fix commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655 (ArrayHashSet<MonitorDevi...Sven Gothel2015-02-171-1/+0
* NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat...Sven Gothel2015-02-1720-97/+177
* Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()]Sven Gothel2015-02-165-15/+15
* Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDIDSven Gothel2015-02-167-85/+639
* FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...Sven Gothel2015-02-054-26/+164
* Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packagingSven Gothel2015-02-057-69/+78
* 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-0288-0/+0
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-02811-3642/+3642
* Add FIXME notes: AWTPrintLifecycle, WindowsWGLGraphicsConfigurationSven Gothel2015-02-022-0/+2
* 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-2745-674/+966
* GLContextImpl.makeCurrentImpl(): Remove redundant test whether context is alr...Sven Gothel2015-01-234-39/+52
* Bug 1096 - Add missing EGLContext.c native codeSven Gothel2015-01-231-0/+39
* 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