| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tear | Sven Gothel | 2015-08-27 | 8 | -103/+208 |
* | GLContextImpl.setRendererQuirks(..): Reduce duplicated code of adding quirks | Sven Gothel | 2015-08-26 | 1 | -45/+31 |
* | Improves a bit the documentation of ImageType | Julien Gouesse | 2015-08-19 | 1 | -5/+5 |
* | Improves a bit the documentation of ImageType and adds .ico and .cur into it | Julien Gouesse | 2015-08-19 | 1 | -23/+68 |
* | PNGPixelRect: Avoid redundant wrapping of InputStream into BufferedInputStream | Sven Gothel | 2015-08-19 | 1 | -1/+2 |
* | Bug 1042: ImageIOUtil -> ImageType + ImageType.Util ; Fix implementation and ... | Sven Gothel | 2015-08-19 | 8 | -1505/+1736 |
* | Bug 1042: ImageIOUtil: Use unique public static final const String identifiers | Sven Gothel | 2015-08-18 | 2 | -154/+1065 |
* | Bug 1042: ImageIOUtil: Left-Align branches for readability | Sven Gothel | 2015-08-18 | 1 | -100/+100 |
* | Bug 1193: ShaderCode: Add SUFFIX_COMPUTE_SOURCE/SUFFIX_COMPUTE_BINARY; Add @s... | Sven Gothel | 2015-08-18 | 1 | -3/+22 |
* | Updates the documentation of the class ShaderCode concerning the compute shaders | Julien Gouesse | 2015-08-13 | 1 | -11/+13 |
* | Adds the compute shaders into the list of supported shaders for ShaderCode | Julien Gouesse | 2015-08-13 | 1 | -0/+9 |
* | Deprecates SGIImage.isSGIImage() and DDSImage.isDDSImage(), see the bug repor... | Julien Gouesse | 2015-08-09 | 2 | -7/+14 |
* | Calls ImageIOUtil in TextureIO to detect the image format of a stream, see th... | Julien Gouesse | 2015-08-09 | 1 | -4/+7 |
* | Documents ImageIOUtil, see the bug report 1042 | Julien Gouesse | 2015-08-09 | 1 | -0/+17 |
* | Detection of the image format, first version (work in progress), see the bug ... | Julien Gouesse | 2015-08-09 | 1 | -0/+428 |
* | Bug 1062: Utilize 'GLProfile.disableOpenGLDesktop' for EGLDrawableFactory des... | Sven Gothel | 2015-08-05 | 2 | -44/+54 |
* | Remove unused jogamp.opengl.SystemUtil | Sven Gothel | 2015-08-05 | 1 | -18/+0 |
* | Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration w... | Sven Gothel | 2015-07-27 | 1 | -133/+136 |
* | GLContextImpl: Update uncommented code (method name changed) | Sven Gothel | 2015-07-24 | 1 | -2/+2 |
* | Bug 1146, Bug 1158: Add unit test for GLContext creation after showing tool-t... | Sven Gothel | 2015-07-24 | 1 | -4/+13 |
* | StereoDevice (Generic/OVR): Add knowledge about LocationSensorParameter and a... | Sven Gothel | 2015-07-20 | 3 | -0/+74 |
* | Clarify code in stereo/ovr: Comments, states, names, formatting. | Sven Gothel | 2015-07-20 | 3 | -18/+9 |
* | Refine Frustum definition: Adding Frustum.FovDesc; Clarify makeFrustum argume... | Sven Gothel | 2015-07-20 | 6 | -36/+104 |
* | ShaderCode: Add 'create' variations w/ custom shader file suffixes as well as... | Sven Gothel | 2015-07-19 | 1 | -19/+303 |
* | Fix javadoc typo: </count> -> </code> | Sven Gothel | 2015-07-18 | 1 | -4/+4 |
* | Bug 1151 - Working OculusVR SDK 0.5.0.1 on GNU/Linux w/ Positional Tracker (DK2) | Sven Gothel | 2015-07-18 | 10 | -83/+218 |
* | openmax: fix compile errors (clang) | Sven Gothel | 2015-07-16 | 2 | -1/+2 |
* | Bug 1153 - GLEmitter: Only dump extra comment if w/o enum-name or w/o extension | Sven Gothel | 2015-04-01 | 1 | -7/+8 |
* | Bug 1153 - Adopt to ArrayHashSet change, don't use deprecated ctor (gluegen c... | Sven Gothel | 2015-04-01 | 2 | -2/+3 |
* | Bug 1116: Add ShutdownHook for all factories and devices to StereoDeviceFacto... | Sven Gothel | 2015-03-27 | 4 | -8/+110 |
* | Bug 1116: Oculus SDK 0.4.4: Add extra DK1 detection; Add call to ovr_Shutdown... | Sven Gothel | 2015-03-27 | 2 | -0/+10 |
* | GLContext glVersionString: Group all 'compat' flags to save space, add ES32 c... | Sven Gothel | 2015-03-26 | 1 | -3/+10 |
* | Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >... | Sven Gothel | 2015-03-26 | 6 | -81/+113 |
* | Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker) | Sven Gothel | 2015-03-21 | 11 | -325/+568 |
* | Fix API Doc: GLBufferObjectTracker / GLBufferStorage | Sven Gothel | 2015-03-12 | 2 | -12/+22 |
* | Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI... | Sven Gothel | 2015-03-11 | 4 | -54/+58 |
* | Bug 1144: Adapt to GlueGen commit 405512e1c8a2e24834b0d057f0b020b4a0f4c25b | Sven Gothel | 2015-03-11 | 5 | -21/+42 |
* | Bug 1134 - Use ASTLocationTag in Logging | Sven Gothel | 2015-03-08 | 2 | -6/+6 |
* | Bug 1135 - Cleanup: Class ownership change of static GL enumerates | Sven Gothel | 2015-03-06 | 12 | -58/+56 |
* | Bug 1135 - Cleanup: Fix native code Warning | Sven Gothel | 2015-03-06 | 2 | -6/+7 |
* | Bug 1135 - GL/GLContext: Add isGLES31Compatible() | Sven Gothel | 2015-03-06 | 4 | -17/+80 |
* | Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo... | Sven Gothel | 2015-03-06 | 6 | -88/+4 |
* | Bug 1135 - Change JOGL's GlueGen Plugin to support EGL 1.5 , ES 3.1 and GL 4.5 | Sven Gothel | 2015-03-06 | 4 | -198/+341 |
* | Fix typo: PixelFormat.Composition.[componenCount() -> componentCount()] | Sven Gothel | 2015-02-16 | 2 | -3/+3 |
* | Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDID | Sven Gothel | 2015-02-16 | 1 | -1/+0 |
* | FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas... | Sven Gothel | 2015-02-05 | 4 | -26/+164 |
* | Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packaging | Sven Gothel | 2015-02-05 | 7 | -69/+78 |
* | Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF... | Sven Gothel | 2015-02-05 | 3 | -96/+102 |
* | Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0... | Sven Gothel | 2015-02-03 | 4 | -11/+35 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2) | Sven Gothel | 2015-02-02 | 49 | -0/+0 |