summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Refactorings to support building JOGL and supporting libraries on Kenneth Russel2008-05-131-12/+35
| * | Fixed build problem with last checkin to make GlueGen runtime packageKenneth Russel2007-06-071-0/+1
| * | Did refactoring and made private fields protected in order to allow Kenneth Russel2006-03-061-1/+5
| * | Fixed typos in javadocKenneth Russel2006-02-161-2/+2
| * | Added checking of whether the correct GLContext is current to the Kenneth Russel2006-02-121-1/+17
| * | Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-051-2/+18
| * | Moved GlueGen out of the JOGL workspace and into its own project. Kenneth Russel2006-01-155-0/+1359
| |/
| * New repository initialized by cvs2svn.First Last2006-01-100-0/+0
* Fix ant build files according to the new stub_include foldersSven Gothel2010-11-063-14/+35
* Fix GL profile sets for gluegen code generation according to the updated head...Sven Gothel2010-11-0610-28/+96
* Fix: Changed variable names according to new GL headerSven Gothel2010-11-061-2/+2
* Minor gluegen 'loader file' changeSven Gothel2010-11-0610-5/+16
* Minor patch to headers for gluegen ; GLES2 extensionsSven Gothel2010-11-0610-58/+68
* Move common -> gluegen, emphasizing it's use case (only for gluegen code gene...Sven Gothel2010-11-063-0/+0
* Accomodate GlueGen's new build in type, ie dummy stdint.h / stddef.hSven Gothel2010-11-063-24/+57
* EGL: Fix gluegen usageSven Gothel2010-11-061-6/+6
* EGL: Fix gluegen usage, use khronos 64bit typedefsSven Gothel2010-11-062-7/+20
* Fix khronos typedefsSven Gothel2010-11-063-19/+38
* Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save fail-fa...Sven Gothel2010-11-068-146/+259
* Added missing JogAmp copyrightSven Gothel2010-11-066-3/+85
* Complete 1be7b5271ec1d08b6929a88dd811754d33d149de, EGL_KHR_fence_sync ..Sven Gothel2010-11-061-3/+3
* Added fast path to equals impl.Sven Gothel2010-11-0613-4/+44
* Complete removal of NV KD and OMX started with 46f17013c7cd59d551371edb2c1a4a...Sven Gothel2010-11-063-27/+51
* Complete switching over to std X11 Xinerama started with f47e8be170731d75a8b6...Sven Gothel2010-11-063-11/+15
* Move khronos common header to khrSven Gothel2010-11-063-0/+0
* Remove ancient DEC licensed file, use std X11 Xinerama extension instead.Sven Gothel2010-11-045-652/+5
* Remove NVidia licensed KD and OMX files.Sven Gothel2010-11-045-917/+0
* Adding khrplatform.h from khronos 2009-10-21Sven Gothel2010-11-041-0/+269
* Adding patches for gluegen interoperability and adding some extensions:Sven Gothel2010-11-041-1/+8
* Replaced with khronos versions: gl2platform.h 2.0 2010-03-04, gl2.h 2.0 2010-...Sven Gothel2010-11-043-275/+945
* Adding patches for gluegen interoperability and adding some extensions:Sven Gothel2010-11-042-6/+31
* Replaced with khronos versions: glplatform.h 1.1 2010-03-04, gl.h 1.1 2010-03...Sven Gothel2010-11-043-314/+628
* Adding patches for gluegen interoperability and adding some extensions:Sven Gothel2010-11-043-9/+51
* Replaced with khronos versions: egl 1.4 2009-10-21, eglext 8 2010-11-03, eglp...Sven Gothel2010-11-043-251/+261
* Adding Win MSC patchSven Gothel2010-11-041-0/+5
* Replaced with khronos 1.0.3 versionSven Gothel2010-11-042-82/+13
* NEWT DisplayImpl: Use ArrayList and index, no Iterator ; Misc cleanupSven Gothel2010-11-043-31/+44
* NEWT DefaultEDT: always catch and report Exceptions, don't disturb EDTSven Gothel2010-11-041-1/+2
* Revert xml test result name change of junit.run.newt.headless, so hudson can ...Sven Gothel2010-11-041-3/+6
* increase time per test from 500ms to 1sSven Gothel2010-11-041-1/+1
* AWT create/destroy shall run on EDT as wellSven Gothel2010-11-041-11/+4
* JOGL/X11: Decorate glxMakeContextCurrent calls from makeCurrentImpl/releaseIm...Sven Gothel2010-11-041-10/+20
* Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm...Sven Gothel2010-11-0434-292/+370
* NEWT Window Lifecycle / ScreenMode:Sven Gothel2010-11-035-112/+123
* NEWT: ScreenModeUtil fix, misc changesSven Gothel2010-11-033-55/+26
* JOGL/X11: Fix context scanning, misc simplifications ..Sven Gothel2010-11-036-93/+83
* JOGL GLContextImpl: Trigger ProcAddressTable mapping via 'setGLFunctionAvaila...Sven Gothel2010-11-031-8/+13
* JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabledSven Gothel2010-11-033-25/+30
* NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)'Sven Gothel2010-11-032-12/+51
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-0210-26/+41