aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * continued with code cleanup in com.sun.gluegen.cgram and com.sun.gluegen.open...Michael Bien2009-12-024-109/+92
| * Add GL3bc to OpenGL composable pipelineSven Gothel2009-10-181-0/+2
| * Add <br> in commentSven Gothel2009-08-052-2/+2
| * Fix: Remove PFD_ defines. Add GL Option: AllowNonGLExtensions <bool> to allow...Sven Gothel2009-08-054-21/+41
| * Fix: Allow all constanst defined by enums; Add PFD_ defines.Sven Gothel2009-08-052-2/+11
| * Fix: Add unsigned qualifier, CGL and GLUSven Gothel2009-08-051-4/+4
| * Cleanup for a better OpenGL 3.2 integration,Sven Gothel2009-08-054-52/+110
| * OpenGL: Add comment: Part of <extension>Sven Gothel2009-08-023-3/+41
| * Retain interface order in Custom PipelineSven Gothel2009-08-011-4/+18
| * refine Trace/Debug outputSven Gothel2009-08-011-7/+7
| * Add GL2GL3 synthetic methods for OpenGL Composable Pipelinesg2158892009-07-291-0/+2
| * Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-156-0/+2431
| * Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-155-1419/+0
| * 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
* Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save fail-fa...Sven Gothel2010-11-062-11/+158
* 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
* Remove ancient DEC licensed file, use std X11 Xinerama extension instead.Sven Gothel2010-11-045-652/+5
* NEWT DisplayImpl: Use ArrayList and index, no Iterator ; Misc cleanupSven Gothel2010-11-042-27/+40
* NEWT DefaultEDT: always catch and report Exceptions, don't disturb EDTSven Gothel2010-11-041-1/+2
* 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-0426-129/+88
* NEWT Window Lifecycle / ScreenMode:Sven Gothel2010-11-034-107/+117
* 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-027-17/+24
* Fix macosx NEWT warningsSven Gothel2010-11-021-1/+2
* Fix macosx compilationSven Gothel2010-11-021-10/+10
* Fix focus test for windows: increase mouse click start delay, so previous foc...Sven Gothel2010-11-023-23/+3
* Windows: define DISPLAY_DEVICE_ACTIVE, if not alreadySven Gothel2010-11-021-4/+6
* ScreenMode: Ignore modes < 15bppSven Gothel2010-11-022-4/+8
* Newt/Windows: Turn off native VERBOSESven Gothel2010-11-011-1/+1
* Added Rotation testSven Gothel2010-11-012-50/+114
* Fix: Newt Rotation (Windows) - added description (CCW)Sven Gothel2010-11-015-121/+119
* Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows BuildSven Gothel2010-10-297-95/+124
* Using GLCanvas _and_ NEWT side by side currently causes a deadlock in AWT wit...Sven Gothel2010-10-291-0/+7
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-2910-96/+166