aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
* Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tearSven Gothel2015-08-278-103/+208
* GLContextImpl.setRendererQuirks(..): Reduce duplicated code of adding quirksSven Gothel2015-08-261-45/+31
* Improves a bit the documentation of ImageTypeJulien Gouesse2015-08-191-5/+5
* Improves a bit the documentation of ImageType and adds .ico and .cur into itJulien Gouesse2015-08-191-23/+68
* PNGPixelRect: Avoid redundant wrapping of InputStream into BufferedInputStreamSven Gothel2015-08-191-1/+2
* Bug 1042: ImageIOUtil -> ImageType + ImageType.Util ; Fix implementation and ...Sven Gothel2015-08-198-1505/+1736
* Bug 1042: ImageIOUtil: Use unique public static final const String identifiersSven Gothel2015-08-182-154/+1065
* Bug 1042: ImageIOUtil: Left-Align branches for readabilitySven Gothel2015-08-181-100/+100
* Bug 1193: ShaderCode: Add SUFFIX_COMPUTE_SOURCE/SUFFIX_COMPUTE_BINARY; Add @s...Sven Gothel2015-08-181-3/+22
* Updates the documentation of the class ShaderCode concerning the compute shadersJulien Gouesse2015-08-131-11/+13
* Adds the compute shaders into the list of supported shaders for ShaderCodeJulien Gouesse2015-08-131-0/+9
* Deprecates SGIImage.isSGIImage() and DDSImage.isDDSImage(), see the bug repor...Julien Gouesse2015-08-092-7/+14
* Calls ImageIOUtil in TextureIO to detect the image format of a stream, see th...Julien Gouesse2015-08-091-4/+7
* Documents ImageIOUtil, see the bug report 1042Julien Gouesse2015-08-091-0/+17
* Detection of the image format, first version (work in progress), see the bug ...Julien Gouesse2015-08-091-0/+428
* Bug 1062: Utilize 'GLProfile.disableOpenGLDesktop' for EGLDrawableFactory des...Sven Gothel2015-08-052-44/+54
* Remove unused jogamp.opengl.SystemUtilSven Gothel2015-08-051-18/+0
* Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration w...Sven Gothel2015-07-271-133/+136
* GLContextImpl: Update uncommented code (method name changed)Sven Gothel2015-07-241-2/+2
* Bug 1146, Bug 1158: Add unit test for GLContext creation after showing tool-t...Sven Gothel2015-07-241-4/+13
* StereoDevice (Generic/OVR): Add knowledge about LocationSensorParameter and a...Sven Gothel2015-07-203-0/+74
* Clarify code in stereo/ovr: Comments, states, names, formatting.Sven Gothel2015-07-203-18/+9
* Refine Frustum definition: Adding Frustum.FovDesc; Clarify makeFrustum argume...Sven Gothel2015-07-206-36/+104
* ShaderCode: Add 'create' variations w/ custom shader file suffixes as well as...Sven Gothel2015-07-191-19/+303
* Fix javadoc typo: </count> -> </code>Sven Gothel2015-07-181-4/+4
* Bug 1151 - Working OculusVR SDK 0.5.0.1 on GNU/Linux w/ Positional Tracker (DK2)Sven Gothel2015-07-1810-83/+218
* openmax: fix compile errors (clang)Sven Gothel2015-07-162-1/+2
* 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 - Cleanup: Fix native code WarningSven Gothel2015-03-062-6/+7
* 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-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-0249-0/+0