aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GLContext* TRACE_SWITCH: Add GLContext instance hash value to allow tracking.Sven Gothel2012-06-282-12/+21
* GLDrawable* cleanup: Add @Override, remove trailing whitespace, ..Sven Gothel2012-06-2824-401/+716
* Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie...Sven Gothel2012-06-277-137/+198
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-2718-464/+603
* Misc cleanup: Add @Override, remove trailing whitespaceSven Gothel2012-06-2722-238/+329
* Misc cleanup: add @OverrideSven Gothel2012-06-275-78/+90
* NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...Sven Gothel2012-06-278-110/+134
* NEWT WindowImpl.runOnEDTIfAvail(..): Run task from current thread if owning t...Sven Gothel2012-06-271-5/+9
* Fix commit a393e45613d87101dbb13763df263c2f9291d2d0: jogl's cg native lib is ...Sven Gothel2012-06-261-2/+2
* Complete Bug #598 - Commit a393e45613d87101dbb13763df263c2f9291d2d0Sven Gothel2012-06-262-4/+4
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-2643-468/+511
* test scriptSven Gothel2012-06-251-1/+2
* Fix path derivation of J2RE_HOME and JAVA_HOMESven Gothel2012-06-251-3/+3
* Add screenshot AWT version: TestGLReadBufferUtilTextureIOWrite01AWTSven Gothel2012-06-251-0/+134
* Tests [Multisample, Offscreen, ..]: Add Snapshots and store them in current d...Sven Gothel2012-06-2510-97/+197
* JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...Sven Gothel2012-06-2113-47/+60
* NEWT: Add virtual on-screen keyboard visibility interface methods incl. Andro...Sven Gothel2012-06-217-24/+122
* Fix regression (commit a6e7b6cc08cea358c157320ff9d61d424c57e92b) of jogl.test...v2.0-rc9Sven Gothel2012-06-191-1/+0
* Fix regression (commit a6e7b6cc08cea358c157320ff9d61d424c57e92b) of jogl.test...Sven Gothel2012-06-191-1/+0
* Fix regression of commit 54d0ff131097a2cd9a91a0c1dd84deb8b1f7d0ac in build-ne...Sven Gothel2012-06-191-1/+1
* TextureIO TGA/PNG: Use RGB[9] for 1-3 channel data; PNGImage(PNGJ) add 1 chan...Sven Gothel2012-06-184-35/+65
* Texture Unit Tests: AWT/NEWT GL2/ES2 PNGJ/AWT-PNG-Loading and Rendering (Test...Sven Gothel2012-06-1815-190/+764
* Unit Test: Cleanup TextureSequence Demo Code and Tests, adding AWT Test 'laun...Sven Gothel2012-06-176-75/+250
* JOGL Texture Util Unit Test merge to 'com.jogamp.opengl.test.junit.jogl.util....Sven Gothel2012-06-176-7/+5
* Fix Bug 590: Wrong GL2 and GLES2 aliasing of GL_ARB_half_float_pixel/GL_ARB_h...Sven Gothel2012-06-166-39/+17
* Adapt to GlueGen commit 1468286bf569a493e4fdb887d5f3732f88c8cec3 (IOUtil.crea...Sven Gothel2012-06-161-1/+1
* Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...Sven Gothel2012-06-1512-113/+177
* Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT10' w/o...Sven Gothel2012-05-163-2/+170
* Unit Test Util NEWTGLContext: Pass GLCapabilities instead of GLProfile, allow...Sven Gothel2012-05-168-17/+31
* Java Source Files: dos -> unix formatSven Gothel2012-05-1515-3294/+3294
* Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT00'Sven Gothel2012-05-154-1/+292
* Clarify API Doc: GLRunnable and it's GLAutoDrawable::invoke(..)Sven Gothel2012-05-152-16/+25
* GPUTextRendererListenerBase01: Remove unused var.Sven Gothel2012-05-151-2/+0
* graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);"Sven Gothel2012-05-153-1/+7
* Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphIntSven Gothel2012-05-154-11/+13
* GLContext.destroy() error case: Lock hold > 1 - More explicit error message.Sven Gothel2012-05-141-2/+2
* Fix Bug 572: AWT-GLCanvas shall force setRealized(true) on AWT-EDT avoiding A...Sven Gothel2012-05-141-3/+8
* Refine commit be7cac1713b166ca6578c685ec8a7231a8429919:Sven Gothel2012-05-134-1/+10
* TestGLContextSurfaceLockNEWT: Add GLWindow destroy @ test endSven Gothel2012-05-132-1/+3
* Demo/Test GearsES2: Supress reshape debug printlnSven Gothel2012-05-131-2/+2
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-1312-92/+50
* GLContext/Surface Deadlock: Add unit test, provoking deadlock w/ 2 threads, o...Sven Gothel2012-05-132-1/+220
* Add unit tests for gluUnProject fix (commit cbc77718f01a8190e1a8aa0e9afdc2a3a...Sven Gothel2012-05-122-6/+52
* Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo...Sven Gothel2012-05-114-41/+161
* Android: Bump version.code: 914010Sven Gothel2012-05-091-1/+1
* Android: Bump version.code to 0914009Sven Gothel2012-05-091-1/+1
* Android: Add xhdpi iconSven Gothel2012-05-092-0/+0
* Android: proper version.code and test manifestSven Gothel2012-05-043-3/+27
* Android: Cleanup Manifest, don't require touch .., Bump version.code: 4Sven Gothel2012-05-043-3/+12
* Bump Android version.code: 2Sven Gothel2012-05-041-1/+1