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
/
com
/
jogamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...
Sven Gothel
2012-08-18
4
-4
/
+4
*
Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1...
Sven Gothel
2012-08-18
1
-31
/
+29
*
GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer ...
Sven Gothel
2012-08-17
2
-183
/
+171
*
Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov...
Sven Gothel
2012-08-17
1
-2
/
+5
*
Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...
v2.0-rc10
Sven Gothel
2012-08-03
4
-7
/
+7
*
SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...
Sven Gothel
2012-07-25
6
-303
/
+976
*
Align TestSWTAccessor02GLn w/ TestSWTJOGLGLCanvas01GLn, dropping the canvas c...
Sven Gothel
2012-07-22
2
-14
/
+2
*
Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...
Sven Gothel
2012-07-22
3
-34
/
+78
*
Fix TestSWTAccessor02GLn regression .. forgot to: canvas.addControlListener(s...
Sven Gothel
2012-07-20
1
-3
/
+7
*
Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() t...
Sven Gothel
2012-07-20
2
-23
/
+9
*
Minor edits
Sven Gothel
2012-07-20
1
-7
/
+4
*
GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...
Sven Gothel
2012-07-20
3
-7
/
+4
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
41
-259
/
+1488
*
Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87
Sven Gothel
2012-07-06
1
-5
/
+0
*
Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!
Sven Gothel
2012-07-06
4
-48
/
+68
*
Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...
Sven Gothel
2012-07-06
2
-8
/
+13
*
GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...
Sven Gothel
2012-07-05
4
-17
/
+394
*
GLAutoDrawable* refinement of abstraction / generalization - API Change!
Sven Gothel
2012-07-04
3
-60
/
+144
*
GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...
Sven Gothel
2012-07-02
1
-0
/
+116
*
Test case cleanup
Sven Gothel
2012-07-02
14
-63
/
+122
*
Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva...
Sven Gothel
2012-06-30
1
-3
/
+24
*
Bug #589 - Enhance snapshot/textIO test: Add offscreen mode; Add AWT onscreen...
Sven Gothel
2012-06-28
4
-83
/
+298
*
SWT GLCanvas: Fix destroy(), Remove local concurrency hack & out-of-process l...
Sven Gothel
2012-06-28
2
-4
/
+4
*
Add screenshot AWT version: TestGLReadBufferUtilTextureIOWrite01AWT
Sven Gothel
2012-06-25
1
-0
/
+134
*
Tests [Multisample, Offscreen, ..]: Add Snapshots and store them in current d...
Sven Gothel
2012-06-25
9
-95
/
+195
*
JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...
Sven Gothel
2012-06-21
1
-1
/
+6
*
NEWT: Add virtual on-screen keyboard visibility interface methods incl. Andro...
Sven Gothel
2012-06-21
3
-15
/
+3
*
Texture Unit Tests: AWT/NEWT GL2/ES2 PNGJ/AWT-PNG-Loading and Rendering (Test...
Sven Gothel
2012-06-18
13
-182
/
+755
*
Unit Test: Cleanup TextureSequence Demo Code and Tests, adding AWT Test 'laun...
Sven Gothel
2012-06-17
5
-65
/
+225
*
JOGL Texture Util Unit Test merge to 'com.jogamp.opengl.test.junit.jogl.util....
Sven Gothel
2012-06-17
6
-7
/
+5
*
Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...
Sven Gothel
2012-06-15
3
-36
/
+17
*
Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT10' w/o...
Sven Gothel
2012-05-16
2
-1
/
+168
*
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
8
-1416
/
+1416
*
Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT00'
Sven Gothel
2012-05-15
3
-0
/
+290
*
GPUTextRendererListenerBase01: Remove unused var.
Sven Gothel
2012-05-15
1
-2
/
+0
*
TestGLContextSurfaceLockNEWT: Add GLWindow destroy @ test end
Sven Gothel
2012-05-13
1
-0
/
+2
*
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
1
-1
/
+0
*
GLContext/Surface Deadlock: Add unit test, provoking deadlock w/ 2 threads, o...
glctx_deadlock
Sven Gothel
2012-05-13
1
-0
/
+218
*
Add unit tests for gluUnProject fix (commit cbc77718f01a8190e1a8aa0e9afdc2a3a...
Sven Gothel
2012-05-12
1
-5
/
+50
*
Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo...
Sven Gothel
2012-05-11
1
-0
/
+113
*
LauncherUtil: Allow no query in URI and no PKG in query (Align w/ GlueGen com...
Sven Gothel
2012-05-04
1
-4
/
+1
*
Minor cleanup ..
Sven Gothel
2012-05-04
2
-6
/
+3
*
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
3
-19
/
+19
*
Complete commit c9faebb8f8f6be4c0de4919a516b4692742bc13c: Use 'enum ReparentO...
Sven Gothel
2012-05-02
1
-6
/
+6
*
TestGearsES2NEWT: fullscreen/above toggle print fullscreen/above state always
Sven Gothel
2012-04-27
1
-4
/
+4
*
UITest, fix exception message: Add 'not'.
v2.0-rc7
Sven Gothel
2012-04-25
1
-1
/
+1
*
Newt/AWT Event Factory: Add Mouse Wheel Event Conversion
Sven Gothel
2012-04-24
1
-1
/
+1
[next]