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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-33
/
+73
*
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 comment in c-code 'how to set preferred pixel_format'
Sven Gothel
2015-10-05
1
-1
/
+1
*
Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind...
Sven Gothel
2015-10-05
2
-3
/
+6
*
Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources)
Sven Gothel
2015-10-05
1
-5
/
+14
*
Bug 1239: Add support for UYVY422 (swizzled YUYV422)
Sven Gothel
2015-10-05
3
-5
/
+32
*
Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda...
Sven Gothel
2015-10-05
2
-7
/
+19
*
Bug 1206 - Security: Clear exposed framebuffer after creation and before visi...
Sven Gothel
2015-10-05
1
-31
/
+33
*
GLContextImpl: clarify surfacelessOK -> isSurfaceless
Sven Gothel
2015-10-05
2
-7
/
+7
*
Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...
Sven Gothel
2015-10-03
5
-13
/
+11
*
Bug 1241 - Util's Texture.coords (image coordinates) not updated properly
Sven Gothel
2015-10-02
1
-22
/
+29
*
Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...
Sven Gothel
2015-10-01
1
-18
/
+1
*
Bug 1234 - GLReadBufferUtil.readPixelsImpl(..) not using [xy] offset in readT...
Sven Gothel
2015-09-28
1
-2
/
+2
*
Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...
Sven Gothel
2015-09-26
1
-2
/
+3
*
Bug 1226 - GLPixelBuffer.GLPixelAttributes.getPixelFormat() doesn't handle gl...
Sven Gothel
2015-09-26
1
-0
/
+4
*
FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead of thr...
Sven Gothel
2015-09-17
1
-4
/
+8
*
Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit 68c8e39fa8d6e7...
Sven Gothel
2015-09-17
1
-3
/
+12
*
Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...
Sven Gothel
2015-09-15
13
-279
/
+402
*
Bug 1202: Fix vsync regression on OSX when using CALayer
Sven Gothel
2015-09-01
5
-3
/
+20
*
Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate...
Sven Gothel
2015-08-31
1
-15
/
+0
*
Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail...
Sven Gothel
2015-08-30
4
-9
/
+34
*
Bug 1203: OpenGL ES 3.1 NVIDIA 355.06's EGL impl. is unstable requires GLRend...
Sven Gothel
2015-08-30
2
-5
/
+6
*
Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro...
Sven Gothel
2015-08-30
4
-32
/
+72
*
Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries)
Sven Gothel
2015-08-30
8
-50
/
+194
*
Bug 1203: Fix regression: Handle GLRendererQuirks.GLES3ViaEGLES2Config
Sven Gothel
2015-08-30
1
-1
/
+4
*
Bug 1203: Fix regression of ES3 minMajor constraint lack (commit b8ba30a0bc7c...
Sven Gothel
2015-08-29
1
-7
/
+3
*
Bug 1202 (related): Fix SEMVER regressions mostly due to Bug 1202 commits (ad...
Sven Gothel
2015-08-29
8
-8
/
+27
*
*AnimatorImpl: Catch concurrent pulling of GLAutoDrawable instances
Sven Gothel
2015-08-29
2
-24
/
+37
*
Bug 1203: EGLDrawableFactory.mapAvailableEGLESConfig(..): Add missing close o...
Sven Gothel
2015-08-29
1
-52
/
+53
*
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
4
-272
/
+385
*
Bug 1200: Refine fix for crash on GNU/Linux x86_64 'NVidia beta driver 355.06...
Sven Gothel
2015-08-29
1
-10
/
+11
*
Bug 1203: Cleanup and Prepare for regular EGL Profile probing
Sven Gothel
2015-08-29
4
-124
/
+274
*
Bug 1203: Refine DEBUG output
Sven Gothel
2015-08-29
6
-19
/
+56
*
Bug 1203: EGLGraphicsDevice.nativeDisplayID: Differentiate upstream device's ...
Sven Gothel
2015-08-29
3
-6
/
+19
*
Bug 1203: GLDrawable-Stateless operations in GLContextImpl, using ctxVersion ...
Sven Gothel
2015-08-29
12
-87
/
+193
*
Bug 1203: SharedResourceRunner.Implementation impl. shall use AbstractGraphic...
Sven Gothel
2015-08-29
4
-91
/
+56
*
Bug 1200: Fix crash on GNU/Linux x86_64 'NVidia beta driver 355.06' @ probeSu...
Sven Gothel
2015-08-27
1
-0
/
+10
*
Bug 1203: Properly format DEBUG output related to mapGLVersions: Use '-MapGLV...
Sven Gothel
2015-08-27
2
-23
/
+31
*
Bug 1203 (Related): Only attempt to retrieve getGLIntVersion(..) if required
Sven Gothel
2015-08-27
1
-37
/
+38
*
Bug 1202 - Move GLContextImpl.*SwapInterval* into its own section
Sven Gothel
2015-08-27
1
-28
/
+32
*
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
[next]