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