| Commit message (Expand) | Author | Age | Files | Lines |
* | Shows all information of the default graphics device in JoglVersion, bug 1294bug1294 | Julien Gouesse | 2016-04-05 | 1 | -2/+1 |
* | Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47ac | Sven Gothel | 2015-11-15 | 1 | -0/+10 |
* | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 8 | -240/+39 |
* | Streamline Composed Pipeline's interfaces and implementations (Trace* Debug*) | Sven Gothel | 2015-10-12 | 1 | -27/+8 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR... | Sven Gothel | 2015-10-07 | 3 | -27/+59 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4: Fix G... | Sven Gothel | 2015-10-07 | 1 | -3/+6 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3: GLEmi... | Sven Gothel | 2015-10-07 | 2 | -20/+32 |
* | Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda... | Sven Gothel | 2015-10-05 | 1 | -6/+13 |
* | Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78... | Sven Gothel | 2015-10-03 | 4 | -7/+7 |
* | Bug 1241 - Util's Texture.coords (image coordinates) not updated properly | Sven Gothel | 2015-10-02 | 1 | -22/+29 |
* | Bug 1234 - GLReadBufferUtil.readPixelsImpl(..) not using [xy] offset in readT... | Sven Gothel | 2015-09-28 | 1 | -2/+2 |
* | Bug 1226 - GLPixelBuffer.GLPixelAttributes.getPixelFormat() doesn't handle gl... | Sven Gothel | 2015-09-26 | 1 | -0/+4 |
* | Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter... | Sven Gothel | 2015-09-15 | 6 | -127/+149 |
* | Bug 1203: OpenGL ES 3.1 NVIDIA 355.06's EGL impl. is unstable requires GLRend... | Sven Gothel | 2015-08-30 | 1 | -3/+4 |
* | 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 1153 - GLEmitter: Only dump extra comment if w/o enum-name or w/o extension | Sven Gothel | 2015-04-01 | 1 | -7/+8 |
* | 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 |