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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix Bug 590: Wrong GL2 and GLES2 aliasing of GL_ARB_half_float_pixel/GL_ARB_h...
Sven Gothel
2012-06-16
6
-39
/
+17
*
Adapt to GlueGen commit 1468286bf569a493e4fdb887d5f3732f88c8cec3 (IOUtil.crea...
Sven Gothel
2012-06-16
1
-1
/
+1
*
Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...
Sven Gothel
2012-06-15
12
-113
/
+177
*
Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT10' w/o...
Sven Gothel
2012-05-16
3
-2
/
+170
*
Unit Test Util NEWTGLContext: Pass GLCapabilities instead of GLProfile, allow...
Sven Gothel
2012-05-16
8
-17
/
+31
*
Java Source Files: dos -> unix format
Sven Gothel
2012-05-15
15
-3294
/
+3294
*
Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT00'
Sven Gothel
2012-05-15
4
-1
/
+292
*
Clarify API Doc: GLRunnable and it's GLAutoDrawable::invoke(..)
Sven Gothel
2012-05-15
2
-16
/
+25
*
GPUTextRendererListenerBase01: Remove unused var.
Sven Gothel
2012-05-15
1
-2
/
+0
*
graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);"
Sven Gothel
2012-05-15
3
-1
/
+7
*
Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphInt
Sven Gothel
2012-05-15
4
-11
/
+13
*
GLContext.destroy() error case: Lock hold > 1 - More explicit error message.
Sven Gothel
2012-05-14
1
-2
/
+2
*
Fix Bug 572: AWT-GLCanvas shall force setRealized(true) on AWT-EDT avoiding A...
Sven Gothel
2012-05-14
1
-3
/
+8
*
Refine commit be7cac1713b166ca6578c685ec8a7231a8429919:
Sven Gothel
2012-05-13
4
-1
/
+10
*
TestGLContextSurfaceLockNEWT: Add GLWindow destroy @ test end
Sven Gothel
2012-05-13
2
-1
/
+3
*
Demo/Test GearsES2: Supress reshape debug println
Sven Gothel
2012-05-13
1
-2
/
+2
*
GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...
Sven Gothel
2012-05-13
12
-92
/
+50
*
GLContext/Surface Deadlock: Add unit test, provoking deadlock w/ 2 threads, o...
glctx_deadlock
Sven Gothel
2012-05-13
2
-1
/
+220
*
Add unit tests for gluUnProject fix (commit cbc77718f01a8190e1a8aa0e9afdc2a3a...
Sven Gothel
2012-05-12
2
-6
/
+52
*
Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo...
Sven Gothel
2012-05-11
4
-41
/
+161
*
Android: Bump version.code: 914010
Sven Gothel
2012-05-09
1
-1
/
+1
*
Android: Bump version.code to 0914009
Sven Gothel
2012-05-09
1
-1
/
+1
*
Android: Add xhdpi icon
Sven Gothel
2012-05-09
2
-0
/
+0
*
Android: proper version.code and test manifest
Sven Gothel
2012-05-04
3
-3
/
+27
*
Android: Cleanup Manifest, don't require touch .., Bump version.code: 4
Sven Gothel
2012-05-04
3
-3
/
+12
*
Bump Android version.code: 2
Sven Gothel
2012-05-04
1
-1
/
+1
*
LauncherUtil: Allow no query in URI and no PKG in query (Align w/ GlueGen com...
Sven Gothel
2012-05-04
1
-4
/
+1
*
Android: Fix JOGL's (NEWT) Version activity: Use Launcher, show GL version
Sven Gothel
2012-05-04
4
-13
/
+79
*
Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use ClassLo...
Sven Gothel
2012-05-04
3
-3
/
+3
*
Minor cleanup ..
Sven Gothel
2012-05-04
2
-6
/
+3
*
APK version code = 1
Sven Gothel
2012-05-03
1
-1
/
+1
*
Reduce APK version name to 30 chars
Sven Gothel
2012-05-03
1
-1
/
+1
*
Android Unit Test (incomplete): Manually test new GlueGen's MainLauncher
Sven Gothel
2012-05-03
2
-12
/
+21
*
Test script: Add commented-out CLASSPATH and cmd-line args for Broadcom tests
Sven Gothel
2012-05-02
1
-2
/
+5
*
NEWT: Cleanup Broadcom/KD driver imports, add Jogamp (c)
Sven Gothel
2012-05-02
6
-17
/
+35
*
NewtFactory: Show failure in getCustomClass(..) - require both, packagename a...
Sven Gothel
2012-05-02
1
-3
/
+8
*
NEWT/OSX: Fix occasional crash 'free of non allocated object' - change window...
v2.0-rc8
Sven Gothel
2012-05-02
2
-10
/
+19
*
Test MovieCube: Allow recreation - Video is still not visible after recreatio...
Sven Gothel
2012-05-02
1
-6
/
+9
*
NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...
Sven Gothel
2012-05-02
13
-78
/
+79
*
Complete commit c9faebb8f8f6be4c0de4919a516b4692742bc13c: Use 'enum ReparentO...
Sven Gothel
2012-05-02
1
-6
/
+6
*
NEWT: Revert static/locked action instances due to possible deadlocks; class ...
Sven Gothel
2012-05-02
3
-176
/
+148
*
JOGLNewtAppletBase: Minor cleanup
Sven Gothel
2012-05-01
1
-2
/
+0
*
Fix Bug 560 and NEWT window closing behavior in general for all platforms.
Sven Gothel
2012-05-01
16
-43
/
+249
*
NEWT/WindowImpl: Make all 'action' class instances final; Action's init() det...
Sven Gothel
2012-05-01
1
-110
/
+101
*
GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di...
Sven Gothel
2012-05-01
2
-22
/
+71
*
EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow...
Sven Gothel
2012-05-01
2
-5
/
+29
*
Bug 556: Newt Mouse Synthetic Drag Event: Clear state if mouse enters/leaves ...
Sven Gothel
2012-04-27
1
-7
/
+14
*
Bug 570: NEWT General/X11: Decouple setFullscreen() and setAlwaysOnTop(); Use...
Sven Gothel
2012-04-27
2
-35
/
+60
*
TestGearsES2NEWT: fullscreen/above toggle print fullscreen/above state always
Sven Gothel
2012-04-27
1
-4
/
+4
*
test scripts
Sven Gothel
2012-04-27
1
-3
/
+5
[prev]
[next]