aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon...Martin Hegedus2013-04-153-2/+88
* Merge remote-tracking branch 'xranby/master'Sven Gothel2013-04-151-3/+5
|\
| * FFMPEGMediaPlayer: Fix mpeg seek using time_base.num 1 , time_base.den 90000Xerxes RĂ„nby2013-04-151-3/+5
* | Fix Bug 692: Add tracking of VERTEX_ARRAY_BINDING, and enable allowing a boun...Sven Gothel2013-04-142-0/+6
* | FBObject.init() uses safe 1x1 size like reset(..) to behave equal; GLFBODrawa...Sven Gothel2013-04-122-22/+23
* | GLContextImpl: destroy(): Fix null drawable check; makeCurrentWithinLock(): A...Sven Gothel2013-04-122-24/+58
|/
* Merge remote-tracking branch 'hharrison/master'Sven Gothel2013-04-1110-0/+0
|\
| * jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-0910-0/+0
* | GLContextImpl.destroy(): Fail fast in case of invalid dawable [null, !realize...Sven Gothel2013-04-101-14/+21
* | GLDrawable: Refine API doc; GLDrawableImpl: Balance createHandle()/destroyHan...Sven Gothel2013-04-105-55/+107
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-1020-64/+64
|/
* Fix Bug 703: Quaternion slerp function. Disclaimer: Not tested / No unit test.Harvey Harrison2013-04-091-30/+39
* Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...Sven Gothel2013-04-054-10/+5
* OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M...Sven Gothel2013-04-041-12/+12
* OSX CALayer minor edit: Call [super setFrame..] directlySven Gothel2013-04-031-1/+2
* Fix Bug 671: Add JPEG Decoder w/o AWT DependenciesSven Gothel2013-04-015-20/+1782
* GLStateKeeper: Add clearPreservedGLState()Sven Gothel2013-03-282-3/+21
* Complete 9a4fcc7ea4ec61e4ceed791acced734ac04ea270: SharedResourceRunner.Impl....Sven Gothel2013-03-271-3/+0
* SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off threa...Sven Gothel2013-03-273-2/+31
* PNGImage: Add license header ; TestPNGImage01NEWT package move ..Sven Gothel2013-03-271-1/+27
* GLJPanel: Refine API docSven Gothel2013-03-261-8/+15
* NEWT/Android (Bug 665): Add Support for GLStateKeeper ; onPause() always dest...Sven Gothel2013-03-221-13/+23
* Animator: Cleanup DEBUG outputSven Gothel2013-03-221-4/+4
* Add GLStateKeeper handling GLEventListenerState preservation and restauration...Sven Gothel2013-03-224-15/+140
* MacOSXCGLContext: NPE in DEBUG mode while releaseNSOpenGLLayer on main-thread...Sven Gothel2013-03-201-2/+2
* PNGImage: Cleanup code and reuse scanlineRGBA buffer in indexed mode. Add DEB...Sven Gothel2013-03-201-29/+36
* Handles indexed PNGsJulien Gouesse2013-03-201-21/+49
* MacOSXCGLContext: Remove Debug outputSven Gothel2013-03-191-1/+0
* GLJPanel: No need to utilize AWT Component's default ImageObserver code - pix...Sven Gothel2013-03-191-1/+1
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-193-136/+226
* MyNSOpenGLContext::dealloc: Avoid 'invalid context'Sven Gothel2013-03-191-3/+25
* OSX CGL: Don't issue [NSOpenGLContext clearDrawable] for [NSOpenGLContext set...Sven Gothel2013-03-181-3/+10
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-156-140/+166
* Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced...Sven Gothel2013-03-142-9/+12
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-142-67/+4
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-142-39/+27
* GLEventListenerState: Moved to public package 'com.jogamp.opengl.util'Sven Gothel2013-03-133-8/+9
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-132-18/+62
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-0/+56
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-1317-275/+308
* MemoryObject: Use GlueGen's new HashUtilSven Gothel2013-03-131-44/+6
* *External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu...Sven Gothel2013-03-134-85/+2
* Fix buggy unit test for Bug 694: The unpack alignment has to be considered!Sven Gothel2013-03-091-5/+29
* GLJPanel: Updating GLJPanel documention w/ current mode of operationSven Gothel2013-03-081-12/+14
* GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBU...Sven Gothel2013-03-081-25/+42
* Fix Bug 695: WGLExt.wglChoosePixelFormatARB causes buffer underflow due to a ...Sven Gothel2013-02-282-2/+2
* Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...Sven Gothel2013-02-282-2/+3
* Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-283-9/+8
* Fix CALayer pos/size and animation.b01Sven Gothel2013-02-222-65/+133
* GLProfile: Adding convenient query for highest programmable core only GL profileSven Gothel2013-02-211-1/+36