summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Let the GLCapabilityChooser run over the fallback fixed GLCapabilities [last ...Sven Gothel2009-09-241-2/+13
* NEWT AWT: Use size/pos from external frameSven Gothel2009-09-141-0/+4
* NEWT: More elegant custom constructor type verification and setting by Window...Sven Gothel2009-09-142-34/+107
* Newt.AWT: avoid npeSven Gothel2009-09-131-2/+4
* NEWT: remove redundant test codeSven Gothel2009-09-131-3/+0
* NEWT: native parenting Win32 OKSven Gothel2009-09-132-43/+88
* Newt: MacOSX child clipping tests (failed)Sven Gothel2009-09-123-6/+25
* Newt: native window parenting MacOSX: OK (but parent clipping is missing) ; X...Sven Gothel2009-09-126-54/+101
* NEWT: Native window parenting (X11: OK); AWTWindow external Frame OKSven Gothel2009-09-126-31/+115
* NEWT: Basic/Naive window parenting support ; NEWT GLWindow: remove ambigous c...Sven Gothel2009-09-1212-49/+73
* newt: mac os mouse wheel event support, also made it more consistent with win...trembovetski2009-08-252-3/+54
* newt: one more attempt to commit insets-related changestrembovetski2009-08-208-14/+262
* newt: additional insets support for GL and AWT Windowtrembovetski2009-08-202-1/+23
* newt: added support for window insets. Only implemented for Windows and MacOS.trembovetski2009-08-201-0/+96
* newt: added expose/paint event notification needed for passive rendering. Cur...trembovetski2009-08-144-1/+177
* NativeWindow: Add destroy() method, allowing external module to dispose a Nat...Sven Gothel2009-08-103-0/+22
* Fix Offscreen/PBuffer [WGL/GLX]: No XVisual/PFD necessary here ..Sven Gothel2009-08-063-13/+18
* Update GlueGen to 7dc9c5601d5689dcbc003ca51cfe826942ea3e6b (latest)Sven Gothel2009-08-055-31/+55
* WGL 3.2: No need for 'jogl.GLContext.3_2' - just works.Sven Gothel2009-08-032-35/+22
* Doc: OpenGL 3.1 .. 3.2 profile clarificationSven Gothel2009-08-033-50/+108
* Fix GLX/WGL GraphicsConfigurationFactory: Be more relaxed in error handling -...Sven Gothel2009-08-022-8/+34
* Fix doc bug @arg -> @paramSven Gothel2009-08-027-25/+25
* Update documentation (OpenGL 3.0, 3.1 specifics); Fix ExtensionAvailabilityCa...Sven Gothel2009-08-021-9/+6
* Update OpenGL GL2 profile subsumed/promoted extensions. Base is 3.0, ignore t...Sven Gothel2009-08-021-5/+4
* Oops: Accidently removed AWT Display selection in NEWTSven Gothel2009-08-011-0/+2
* Fix: updateGLProcAddressTable() call order - child before parent, broke WGLSven Gothel2009-08-014-4/+4
* Cleanup GLSL ShaderUtil/Code; Add dumpCodeSven Gothel2009-08-013-62/+124
* GL3 Related:Sven Gothel2009-08-0110-44/+395
* Fix: GL2ES1 mapping to GL2ES12 if availableSven Gothel2009-07-311-3/+3
* Gluegen:Sven Gothel2009-07-318-107/+187
* Fix SwapInterval (return value, check ctx current, egl), add getSwapInterval.sg2158892009-07-308-36/+60
* Fix: Check if windowHandle is already createdsg2158892009-07-303-20/+26
* Cleanup: Remove NativeWindowFactory.TYPE_BROADCOM_EGLsg2158892009-07-301-5/+0
* BroadcomEGL: No relase-ctx, no destroy-ctx - FIXMEsg2158892009-07-291-4/+5
* eglBindAPI optionalsg2158892009-07-291-2/+9
* Add BroadcomEGL verbose messagessg2158892009-07-292-6/+21
* Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...sg2158892009-07-2919-64/+135
* Fixed GL* documentation. Moved common GL functions to GLBase. Moved glAllocat...sg2158892009-07-294-24/+174
* Refine debug messagesg2158892009-07-292-2/+9
* NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEG...sg2158892009-07-283-5/+10
* Use getNativeWindowType(custom=true) for factory selection; Don't fail is non...sg2158892009-07-284-8/+12
* Cleanup ..sg2158892009-07-287-46/+15
* Fix BroadcomEGL: Proper EGLGraphicsConfiguration at creation timesg2158892009-07-282-6/+11
* EGL changes for deviceMorris Meyer2009-07-288-13/+54
* Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG...sg2158892009-07-2712-46/+438
* mips changesMorris Meyer2009-07-274-2/+93
* NEWT: Adding KD if building with OpenGL. Fixing build in case no native libra...sg2158892009-07-241-12/+16
* Add: Extended support for CVM crosscompile:sg2158892009-07-2433-702/+852
* Using commont JAWTUtil for final lockingsg2158892009-07-201-5/+5
* Add: Extended support for CVM:sg2158892009-07-1211-35/+96