index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
com
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...
Sven Gothel
2019-09-07
1
-6
/
+6
*
Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...
Sven Gothel
2019-09-07
1
-2
/
+46
*
Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...
Sven Gothel
2019-09-07
1
-0
/
+73
*
Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu...
Sven Gothel
2019-09-07
2
-6
/
+18
*
Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail...
Sven Gothel
2019-09-05
1
-7
/
+17
*
Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl...
Sven Gothel
2019-09-04
1
-58
/
+5
*
Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.Override
Sven Gothel
2019-08-23
2
-20
/
+25
*
Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ...
Sven Gothel
2019-08-22
1
-0
/
+2
*
Bug 1383: GLContext.isValidGLVersion() ensure only one profile bit is set max...
Sven Gothel
2019-08-22
1
-1
/
+14
*
GLRendererQuirks: Fix typo
Sven Gothel
2019-08-21
1
-1
/
+1
*
JoglVersion.getGLInfo: Increase robustness of debug output
Sven Gothel
2019-08-21
2
-8
/
+20
*
Bug 1384: Allow GLRendererQuirks to be overridden by user properties
Sven Gothel
2019-08-21
1
-66
/
+125
*
Bug 1101: Add missing disposal of Pipelined_QuadRenderer's VBOs
Sven Gothel
2019-08-20
1
-3
/
+15
*
Removed references to non-existent method getPeer() in debug code
Wade Walker
2019-08-19
1
-2
/
+2
*
iOS: Clean up promotion of EAGLLayer use down to FBObject
Sven Gothel
2019-06-24
1
-51
/
+61
*
iOS: Initial working commit supporting iOS (ipad pro 11)
Sven Gothel
2019-06-23
4
-103
/
+219
*
Bug 1381: Keep host PixelFormat functional using requested immutable alphaReq...
Sven Gothel
2019-05-13
2
-13
/
+34
*
Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ...
Sven Gothel
2019-04-10
1
-25
/
+21
*
Bug 1362: Minimal action required: setBackground of the parent canvas before ...
Sven Gothel
2019-04-09
1
-0
/
+5
*
Bug 1367: Adapt to TempFileCache & TempJarCache Changes
Sven Gothel
2019-04-03
2
-2
/
+2
*
Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...
Sven Gothel
2019-03-30
2
-5
/
+7
*
Merge pull request #100 from PissedCapslock/patch-2
Sven Gothel
2019-03-26
1
-1
/
+1
|
\
|
*
Typo in javadoc of GLDrawable#isRealized
Robin Stevens
2016-05-04
1
-1
/
+1
*
|
Merge pull request #99 from PissedCapslock/patch-1
Sven Gothel
2019-03-26
1
-3
/
+3
|
\
\
|
*
|
Improved layout of last paragraph in class javadoc
Robin Stevens
2016-05-04
1
-3
/
+3
|
|
/
*
|
ShaderCode: Fixed constant usage (GL3 -> GL3ES3)
Sven Gothel
2019-03-26
1
-15
/
+15
*
|
Bug 1283: Remove shader include filename quotes if exists at start and end only
Sven Gothel
2019-03-26
1
-1
/
+9
*
|
Merge pull request #95 from elect86/patch-1
Sven Gothel
2019-03-26
1
-1
/
+1
|
\
\
|
*
|
Removing also all the double quotes
Giuseppe Barbieri
2016-01-29
1
-1
/
+1
|
|
/
*
/
Shows all information of the default graphics device in JoglVersion, bug 1294
bug1294
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
[next]