aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl
Commit message (Expand)AuthorAgeFilesLines
* Attempt to analyze failed AWT UI tests, where no paint is being issued to GLC...Sven Gothel2011-02-261-3/+14
* Code cleanup: override, imports, StringBuilder, ..Sven Gothel2011-02-261-10/+17
* GLProfile: More Tolerant for missing features; MacOSX: Fix External Context /...Sven Gothel2011-02-261-6/+10
* GLProfile: Sorting importsSven Gothel2011-02-091-6/+10
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0911-35/+35
* Fix GLContext ProcAddressTable Caching: Add sw/hw accel bit to hash value due...Sven Gothel2011-02-061-0/+5
* Move GLCanvas' static initialization of default GLProfile into constructor to...Dan Krisher2011-02-051-3/+1
* JOGL change of default GLProfile order: GL4bc, GL3bc, GL2, GL2GL3, GL4, GL3, ...Sven Gothel2011-01-312-15/+86
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-315-95/+238
* Fix: GLX exception message / sorted importsSven Gothel2011-01-311-1/+1
* GLCanvas: lock/sync drawable usage ; remove destroyed refs (context, drawable...Sven Gothel2010-12-231-17/+104
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-192-85/+137
* Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win...Sven Gothel2010-12-192-0/+12
* GLDrawableFactory: Add getFactory(AbstractGraphicsDevice device)Sven Gothel2010-12-191-1/+20
* Fix GLProfile initProfilesForDevice and DEBUG ; Fix JoglVersion.getGLInfoSven Gothel2010-12-191-32/+29
* GLCanvas: init drawable by paint/display makes the init sequence more equal f...Sven Gothel2010-12-181-1/+3
* GLProfile: refine docSven Gothel2010-12-181-1/+2
* Fix API doc: firstUIActionOnProcessSven Gothel2010-12-121-0/+4
* GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device close ...Sven Gothel2010-12-121-10/+13
* GLProfile: initialize 1st, debug info later.Sven Gothel2010-12-121-2/+2
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-121-1/+0
* GLCanvas: sync drawable access; flush awtConfig at remove;Sven Gothel2010-12-101-80/+101
* JOGL: GLContextImpl's updateGLXProcAddressTable(..) only uses device as a key...Sven Gothel2010-12-091-4/+0
* Fix: Typo unlock() -> lock() .. oopsSven Gothel2010-12-041-1/+1
* GLCanvas: Adding convenient constructor for GLCapabilties and Shared Context ...Sven Gothel2010-12-031-1/+14
* DEBUG: GLProfile: Dump GLInfo ; GLContext: SET mappedVersions.. no stack traceSven Gothel2010-12-032-18/+48
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-032-25/+64
* JOGL: Proper handling of Read Drawable Support (if not supported), add query.Sven Gothel2010-11-281-12/+35
* GLCanvas: Fix disableBackgroundErase/X11, make drawable creation more robust,...Sven Gothel2010-11-272-19/+78
* Refined VersionInfo usageSven Gothel2010-11-251-2/+2
* GLProfile/Debug: Dump Version info upfront, otherwise we won't see it with an...Sven Gothel2010-11-251-6/+6
* GLCanvas: Refine access modifiersSven Gothel2010-11-251-4/+4
* Relax GLAnimatorControl, ie remove fail fast for start()/stop(), return (bool...Sven Gothel2010-11-251-8/+8
* Fix GLCanvas Recreation - Regression 96af6c9bf2d683115996Sven Gothel2010-11-251-32/+41
* Add GLJPanel test (works better in jogl-demos though, need to copy)Sven Gothel2010-11-231-6/+10
* GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ...Sven Gothel2010-11-222-10/+9
* JOGL/NEWT: Animator fixesSven Gothel2010-11-214-11/+29
* Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-11-181-54/+47
|\
| * JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-181-54/+47
* | print platform info additional to the module info.Michael Bien2010-11-182-0/+4
|/
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-177-49/+230
* Move shutdown hook registration to GLDrawableFactory.Sven Gothel2010-11-172-29/+59
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-153-11/+7
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-146-321/+740
* Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and...Sven Gothel2010-11-122-8/+15
* Use GlueGen VersionUtil to dump full Manifest versionSven Gothel2010-11-101-2/+3
* Adding simple static main test entry to provide standalone autobuild verifica...Sven Gothel2010-11-091-0/+55
* Added fast path to equals impl.Sven Gothel2010-11-062-0/+2
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-292-23/+20
* Proper X11 Display ClosingSven Gothel2010-10-292-30/+68