| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro... | Sven Gothel | 2015-08-30 | 1 | -0/+1 |
* | Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries) | Sven Gothel | 2015-08-30 | 1 | -0/+12 |
* | Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad... | Sven Gothel | 2015-08-29 | 3 | -2/+19 |
* | *AnimatorImpl: Catch concurrent pulling of GLAutoDrawable instances | Sven Gothel | 2015-08-29 | 2 | -24/+37 |
* | FloatUtil: Remove '@deprecated' for 'matrixToString' 'FloatBuffer' variant | Sven Gothel | 2015-08-29 | 1 | -1/+0 |
* | Bug 1203: Implement regular EGL OpenGL Profile probing (ES* + GL*) | Sven Gothel | 2015-08-29 | 1 | -38/+60 |
* | Bug 1203: Cleanup and Prepare for regular EGL Profile probing | Sven Gothel | 2015-08-29 | 1 | -22/+21 |
* | Bug 1203: Refine DEBUG output | Sven Gothel | 2015-08-29 | 1 | -7/+10 |
* | Bug 1203: Properly format DEBUG output related to mapGLVersions: Use '-MapGLV... | Sven Gothel | 2015-08-27 | 1 | -9/+14 |
* | Bug 1202 - Add support of Adaptive Vsync via [GLX|WGL]_EXT_swap_control_tear | Sven Gothel | 2015-08-27 | 2 | -60/+63 |
* | 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 | 1 | -16/+22 |
* | Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration w... | Sven Gothel | 2015-07-27 | 1 | -133/+136 |
* | 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 | 2 | -0/+68 |
* | Clarify code in stereo/ovr: Comments, states, names, formatting. | Sven Gothel | 2015-07-20 | 2 | -3/+3 |
* | Refine Frustum definition: Adding Frustum.FovDesc; Clarify makeFrustum argume... | Sven Gothel | 2015-07-20 | 5 | -35/+102 |
* | 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 | 8 | -46/+153 |
* | Bug 1116: Add ShutdownHook for all factories and devices to StereoDeviceFacto... | Sven Gothel | 2015-03-27 | 3 | -8/+105 |
* | 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 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker) | Sven Gothel | 2015-03-21 | 8 | -19/+466 |
* | Fix API Doc: GLBufferObjectTracker / GLBufferStorage | Sven Gothel | 2015-03-12 | 1 | -6/+13 |
* | Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI... | Sven Gothel | 2015-03-11 | 1 | -5/+9 |
* | Bug 1135 - Cleanup: Class ownership change of static GL enumerates | Sven Gothel | 2015-03-06 | 11 | -44/+43 |
* | Bug 1135 - GL/GLContext: Add isGLES31Compatible() | Sven Gothel | 2015-03-06 | 3 | -5/+56 |
* | Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support in GLCo... | Sven Gothel | 2015-03-06 | 1 | -9/+1 |
* | 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 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2) | Sven Gothel | 2015-02-02 | 49 | -0/+15774 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 66 | -315/+315 |
* | Bug 1126: Adobt GlueGen commit 7db9df61142694965b50f2e0553d4c9e5668439b | Sven Gothel | 2015-02-02 | 1 | -1/+1 |
* | Resolve merge conflict GLRendererQuirks | Sven Gothel | 2015-01-23 | 1 | -3/+27 |
|\ |
|
| * | Skips ARB_create_context with ATI Radeon 3100 (see the bug 1038) | Julien Gouesse | 2014-10-23 | 1 | -2/+26 |
* | | Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto... | Sven Gothel | 2015-01-23 | 1 | -3/+2 |
* | | FBObject: indentation / DEBUG output cleanup | Sven Gothel | 2015-01-23 | 1 | -7/+7 |