summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix jnlp macosx ; Ignore jawt lib loading errorSven Gothel2009-07-041-1/+8
* Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1...Sven Gothel2009-07-045-188/+101
* Local property access package-private (no qualifiers)Sven Gothel2009-07-043-12/+12
* Fix property query. Thx to Ken pointing this out.Sven Gothel2009-07-0315-79/+188
* Fix property handling ; Adding jnlp. aliasing for propertiesSven Gothel2009-07-0318-92/+95
* - Fixed: JOGL Cg Dependencies ..Sven Gothel2009-07-011-5/+16
* - Removed useless GLX synchronized hacks in X11GLXGraphicsConfigurationSven Gothel2009-06-182-21/+27
* Fix NEWT static singleton initSven Gothel2009-06-184-36/+16
* Refactored static initialization to let the JVM ensure it only runsKenneth Russel2009-06-181-9/+3
* - Fix: X11 locking Sven Gothel2009-06-1816-218/+331
* Fixes for javadoc targetsKenneth Russel2009-06-181-0/+2
* Corrected non-C syntax. Worked around ancient compiler/OS onKenneth Russel2009-06-171-26/+49
* - Fix: Native X11 Display deadlock (Linux x86_64 32bit on 64bit)Sven Gothel2009-06-175-174/+87
* - Add: GLProfile.get(name) return default if name=="GL" as well (or if null)Sven Gothel2009-06-1727-933/+1547
* Newt: update to the previous fix : need to use 0xFFFF not 0xFF.Dmitri Trembovetski2009-06-171-7/+7
* Newt: fix to avoid crash on windows when compiled with vc7 configuration (cau...Dmitri Trembovetski2009-06-161-6/+8
* There is no #warning or #warn preprocessor directive in MSVCKenneth Russel2009-06-161-1/+0
* Attempt to fix compilation under MSVC 6Kenneth Russel2009-06-161-3/+3
* Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-15415-0/+111443
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-15231-77409/+0
* Added documentation to describe the target parameter.moorej2008-05-021-0/+3