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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1021: Refine Stereo API; Fix GenericStereoDevice; Fix StereoDemo01 for mo...
Sven Gothel
2014-08-07
2
-23
/
+44
*
Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn...
Sven Gothel
2014-08-06
1
-4
/
+4
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-08-06
1
-41
/
+218
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-07-31
1
-0
/
+235
*
Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...
Sven Gothel
2014-07-31
1
-4
/
+4
*
Refine test ff5dba28610b4f680c9320e9e52669ed54d4de43: Perform context switch ...
Sven Gothel
2014-07-30
1
-1
/
+11
*
Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...
Sven Gothel
2014-07-30
8
-93
/
+385
*
Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...
Sven Gothel
2014-07-30
1
-0
/
+1
*
Bug 1036: NVidia Windows Driver 'Threaded optimization' workaround. [3/3]
Sven Gothel
2014-07-29
1
-5
/
+9
*
Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...
Sven Gothel
2014-07-28
6
-69
/
+122
*
Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...
Sven Gothel
2014-07-27
1
-0
/
+13
*
Refine 'GLSharedContextSetter' test cases: Use 'setSharedAutoDrawable(sharedA...
Sven Gothel
2014-07-10
7
-18
/
+17
*
Bug 982: Adding test TGA file for confirmation - No bug
Sven Gothel
2014-07-10
2
-0
/
+13
*
Bug 1031: Remove Deprecated Classes and Methods (JOGL)
Sven Gothel
2014-07-10
7
-85
/
+60
*
Bug 801: Add Graph pass-2 shader for VBAA 'odd' sample count
Sven Gothel
2014-07-09
2
-8
/
+8
*
Findbugs: Use inner static class where possible
Sven Gothel
2014-07-08
10
-11
/
+11
*
Findbugs: Misc issues (Use private accessors of static fields; Use boolean op...
Sven Gothel
2014-07-08
2
-5
/
+7
*
Findbugs: Use 'float' division instead of integer for float results
Sven Gothel
2014-07-08
3
-3
/
+3
*
Findbugs: Use AtomicInteger for synchronized increment access
Sven Gothel
2014-07-08
3
-29
/
+38
*
Findbugs: Misc minor issues (see below)
Sven Gothel
2014-07-08
8
-43
/
+27
*
Findbugs: Add comments that FB warnings are of no concern ..
Sven Gothel
2014-07-08
1
-1
/
+1
*
Findbugs: Remove dead-code / unused [temp] storage and it's assignment
Sven Gothel
2014-07-08
5
-10
/
+12
*
Findbugs.static_final_immutable: Use final qualifier for static immutable ins...
Sven Gothel
2014-07-08
10
-45
/
+45
*
Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ...
Sven Gothel
2014-07-08
6
-67
/
+73
*
Findbugs.minor: Fix 'array -> string', missing argument
Sven Gothel
2014-07-08
1
-1
/
+1
*
Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...
Sven Gothel
2014-07-07
1
-16
/
+65
*
Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov...
Sven Gothel
2014-07-05
1
-0
/
+2
*
Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...
Sven Gothel
2014-07-05
5
-248
/
+1182
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
423
-8248
/
+8341
*
Bug 1021: OVRSBSRenderer*: Add texture filtering parameter (bilinear/none), a...
Sven Gothel
2014-07-03
1
-19
/
+41
*
Bug 1021: Refine Stereo Rendering API and OculusVR implementing renderer
Sven Gothel
2014-07-03
2
-14
/
+56
*
Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...
Sven Gothel
2014-07-01
2
-64
/
+308
*
Fix (c) header: Due to copy & paste, wrong header was used for certain files ...
Sven Gothel
2014-07-01
5
-343
/
+378
*
Bug 1027: Fix usage of atomic jar files (NEWT)
Sven Gothel
2014-06-29
3
-1
/
+15
*
Fix 'typo' in messages: 'Catched' -> 'Caught'
Sven Gothel
2014-06-28
7
-12
/
+12
*
Add missing FloatUtil.invertMatrix(..) unit test, which impl. changed w/ comm...
Sven Gothel
2014-06-28
1
-0
/
+262
*
Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...
Sven Gothel
2014-06-28
1
-17
/
+17
*
Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...
Sven Gothel
2014-06-27
9
-200
/
+196
*
GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method.
Sven Gothel
2014-06-27
2
-3
/
+1
*
Fix regression due to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37...
Sven Gothel
2014-06-17
1
-22
/
+23
*
Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55...
Sven Gothel
2014-06-13
1
-35
/
+68
*
Fix NEWT EDTUtil Deadlock on EDTUtil.start()
Sven Gothel
2014-06-12
1
-5
/
+6
*
Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...
Sven Gothel
2014-06-12
1
-40
/
+40
*
GraphUI Demo: Analyze issue w/ OSX and NewtCanvasAWT when rendering / animati...
Sven Gothel
2014-06-11
5
-18
/
+53
*
Graph RegionRenderer: Fix GL3 and ES3 GLSL issues
Sven Gothel
2014-06-11
2
-2
/
+76
*
GraphUI: Fix using multiple texture units w/ opt. colorTexUnit in GLRegion
Sven Gothel
2014-06-09
1
-2
/
+14
*
Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...
Sven Gothel
2014-06-09
8
-129
/
+218
*
NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..)
Sven Gothel
2014-06-08
4
-20
/
+25
*
Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...
Sven Gothel
2014-06-08
4
-20
/
+28
*
Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...
Sven Gothel
2014-06-08
4
-24
/
+33
[next]