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/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'
Sven Gothel
2014-07-08
11
-44
/
+41
*
Fix regression of commit 96d530e7127c89db9991080e6268c6e8430d0619: EGLDisplay...
Sven Gothel
2014-07-08
1
-1
/
+1
*
Findbugs: Add FIXME comment regarding float comparison (consider using FloatU...
Sven Gothel
2014-07-08
1
-0
/
+2
*
Findbugs: Use Integer.parseInt(string) for int values to avoid boxing and unb...
Sven Gothel
2014-07-08
3
-6
/
+6
*
Findbugs: Remove redundant instanceof checks
Sven Gothel
2014-07-08
1
-7
/
+8
*
Findbugs.static_final_immutable: Use final qualifier for static immutable ins...
Sven Gothel
2014-07-08
6
-21
/
+22
*
GenericStereoDevice: Cast to float before operating division, requesting floa...
Sven Gothel
2014-07-08
1
-3
/
+4
*
Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ...
Sven Gothel
2014-07-08
2
-2
/
+2
*
Findbugs.switch-case: GLBuffers.bytesPerPixel(..) throw GLException for type ...
Sven Gothel
2014-07-08
1
-0
/
+3
*
Findbugs.not-written.null: Fix referencing non-written fields (never written ...
Sven Gothel
2014-07-08
9
-37
/
+52
*
Findbugs.synchronization: Fix double-check w/o volatile; Remove redundant syn...
Sven Gothel
2014-07-08
1
-1
/
+1
*
Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal...
Sven Gothel
2014-07-08
6
-0
/
+25
*
Findbugs.minor: Fix 'array -> string', missing argument
Sven Gothel
2014-07-08
3
-4
/
+4
*
Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...
Sven Gothel
2014-07-07
20
-72
/
+1793
*
Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024)
Sven Gothel
2014-07-05
1
-1
/
+1
|
\
|
*
Attempt to remove aliasing from native libraries.
Mark Raynsford
2014-06-30
1
-1
/
+1
*
|
Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov...
Sven Gothel
2014-07-05
4
-64
/
+64
*
|
Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...
Sven Gothel
2014-07-05
11
-10
/
+809
*
|
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
488
-9585
/
+9607
*
|
FloatUtil.makePick(..): Refine API doc, incl. PMVMatrix.gluPickMatrix(..)
Sven Gothel
2014-07-03
2
-17
/
+26
*
|
Bug 1021: Refine Stereo Rendering API and OculusVR implementing renderer
Sven Gothel
2014-07-03
7
-41
/
+402
*
|
Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...
Sven Gothel
2014-07-01
4
-37
/
+154
*
|
Fix 'typo' in messages: 'Catched' -> 'Caught'
Sven Gothel
2014-06-28
18
-32
/
+32
*
|
WIP: Add Matrix4 OO wraper for FloatUtil matrix operations
Sven Gothel
2014-06-28
1
-0
/
+151
*
|
Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...
Sven Gothel
2014-06-28
4
-577
/
+563
*
|
Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...
Sven Gothel
2014-06-27
10
-1039
/
+1900
*
|
GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method.
Sven Gothel
2014-06-27
1
-1
/
+0
|
/
*
Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...
Sven Gothel
2014-06-17
1
-1
/
+1
*
Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55...
Sven Gothel
2014-06-13
1
-23
/
+34
*
Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...
Sven Gothel
2014-06-12
2
-29
/
+4
*
Graph RegionRenderer: Fix GL3 and ES3 GLSL issues
Sven Gothel
2014-06-11
2
-20
/
+32
*
Graph: Fix GLSL issue w/ ES3, add 'const float sample_count', since define SA...
Sven Gothel
2014-06-11
3
-5
/
+7
*
Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J...
Sven Gothel
2014-06-11
4
-7
/
+55
*
GLMediaPlayer: Fix video stutter if using NullAudioSink
Sven Gothel
2014-06-09
4
-9
/
+72
*
GraphUI: Fix using multiple texture units w/ opt. colorTexUnit in GLRegion
Sven Gothel
2014-06-09
3
-16
/
+7
*
Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...
Sven Gothel
2014-06-09
2
-12
/
+26
*
Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...
Sven Gothel
2014-06-08
2
-15
/
+19
*
Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...
Sven Gothel
2014-06-08
2
-13
/
+16
*
Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...
Sven Gothel
2014-06-08
3
-66
/
+152
*
UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre...
Sven Gothel
2014-06-08
3
-7
/
+21
*
Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...
Sven Gothel
2014-06-06
1
-2
/
+7
*
Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModes
Sven Gothel
2014-05-26
6
-95
/
+205
*
Bug 1009: Make FBObject's sampling sink format compatible w/ sampling source ...
Sven Gothel
2014-05-26
1
-17
/
+97
*
Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...
Sven Gothel
2014-05-26
1
-1
/
+1
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-23
1
-1
/
+1
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-22
13
-38
/
+74
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...
Sven Gothel
2014-05-21
29
-190
/
+256
*
Bug 742 HiDPI: Add prelim HiDPI support to GLJPanel w/o API change and w/o fi...
Sven Gothel
2014-05-20
1
-17
/
+49
*
GLMediaPlayerImpl: Change access of most fields to private for clarity and AP...
Sven Gothel
2014-05-20
6
-112
/
+94
*
Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture...
Sven Gothel
2014-05-20
4
-4
/
+52
[prev]
[next]