aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Minor test cleanupSven Gothel2010-12-102-25/+10
* WGL/DummyWindow: Roll back GetDC/ReleaseDC via lock/unlock surface, redundant...Sven Gothel2010-12-101-54/+26
* Cleanup GLGraphicsConfiguration[Factory] implementations (X11/WGL)Sven Gothel2010-12-1020-465/+717
* NativeWindow: Expose lock test/get methods and constructor with HDCSven Gothel2010-12-091-2/+17
* JOGL: GLContextImpl's updateGLXProcAddressTable(..) only uses device as a key...Sven Gothel2010-12-096-65/+80
* DummyWindow: 64x64, WGL: Use lockSurface/unlockSurface block to gather / rele...Sven Gothel2010-12-092-11/+56
* GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f...Sven Gothel2010-12-091-30/+33
* NEWT/Windows: Use GDI GetDC/ReleaseDCSven Gothel2010-12-092-27/+3
* Fix: Typo unlock() -> lock() .. oopsSven Gothel2010-12-041-1/+1
* WGL DummyWindow: Use size 128x128 and set size in proxySven Gothel2010-12-041-1/+3
* X11 DummyWindow: Pass size and set size in proxySven Gothel2010-12-044-11/+10
* Windows WGL fixes updateGraphicsConfiguration(..) and DummyWGLDrawableSven Gothel2010-12-032-31/+30
* GLCanvas: Adding convenient constructor for GLCapabilties and Shared Context ...Sven Gothel2010-12-032-1/+148
* Fix NEWT GLWindow: Adding missing shared GLContext setter (with unit test)Sven Gothel2010-12-033-17/+199
* Fix NEWT WindowImpl: setTitleImpl() at native construction.Sven Gothel2010-12-031-0/+1
* DEBUG: GLProfile: Dump GLInfo ; GLContext: SET mappedVersions.. no stack traceSven Gothel2010-12-032-18/+48
* GLPbufferImpl: Remove redundant AWT threading constraints ; Signal dispose to...Sven Gothel2010-12-031-91/+38
* Cleanup GLDrawableFactory API and platform ImplementationsSven Gothel2010-12-0320-248/+366
* JOGL AnimatorImpl: issue drawable.display() even if it's not realized yet, si...Sven Gothel2010-11-292-9/+3
* Animator: Run as non daemon like FPSAnimator. This seems to be the users desi...Sven Gothel2010-11-281-1/+6
* NEWT/X11: Don't erase background with pixmap or pixelSven Gothel2010-11-281-2/+2
* JOGL: Proper handling of Read Drawable Support (if not supported), add query.Sven Gothel2010-11-2811-353/+364
* minor cleanupSven Gothel2010-11-283-12/+16
* NewtCanvasAWT: disableBackgroundErase() before (X11) and after (Windows) addN...Sven Gothel2010-11-281-0/+17
* NEWT WindowImpl: Null Check on childWindows (already destroyed)Sven Gothel2010-11-281-2/+2
* GLCanvas: Fix disableBackgroundErase/X11, make drawable creation more robust,...Sven Gothel2010-11-274-19/+89
* Add GL_VENDOR to JoglVersion GL outputSven Gothel2010-11-261-0/+2
* WGL: Add GetLastError in case external context/drawable can't be retrievedSven Gothel2010-11-262-5/+5
* Reduce visibility -> package privateSven Gothel2010-11-269-115/+114
* Reduce the use of xml brackets to reduce potential hudson/junit xml parser ex...Sven Gothel2010-11-257-15/+15
* Refined VersionInfo usageSven Gothel2010-11-257-14/+34
* JOGL/Windows/ATI r3xx: Bug #438: tolerate release context if GetLastError is ...Sven Gothel2010-11-251-11/+18
* NativeWindow/GDI: Adding ERROR_SUCCESS to make the code more clear.Sven Gothel2010-11-254-10/+13
* 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-254-24/+29
* cleanup importsSven Gothel2010-11-251-7/+0
* Fix GLCanvas Recreation - Regression 96af6c9bf2d683115996Sven Gothel2010-11-252-32/+224
* Ignore TestGearsGLJPanelAWT, not ready yetv2.0-rc1Sven Gothel2010-11-231-1/+2
* GLSL unit test timeout -> 60sSven Gothel2010-11-232-4/+4
* AnimatorBase: add()/remove() - decorate change of drawables with pause()/resu...Sven Gothel2010-11-231-30/+15
* Add GLJPanel test (works better in jogl-demos though, need to copy)Sven Gothel2010-11-233-9/+139
* Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race conditionSven Gothel2010-11-231-0/+2
* JOGL/Junit: Refine TestTransformFeedbackVaryingsBug407NEWT, Add another simpl...Sven Gothel2010-11-235-76/+633
* X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429...Sven Gothel2010-11-237-359/+539
* TestTransformFeedbackVaryingsBug407NEWT: Fix class name and clarify outputSven Gothel2010-11-221-4/+4
* JOGL: Fix CreateDummyWindow usage, no more sync needed, since the Window clas...Sven Gothel2010-11-221-5/+1
* NativeWindow/Windows: Fix CreateDummyWindow gluegen and usageSven Gothel2010-11-221-1/+1
* NativeWindow: Fix XSynchronize gluegenSven Gothel2010-11-221-2/+2
* JOGL/X11 Shutdown: Don't close pending Display connections since it may cause...Sven Gothel2010-11-221-1/+3