aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/GLJPanel.java
Commit message (Expand)AuthorAgeFilesLines
* Documentation updates and minor cleanupsKenneth Russel2005-07-191-38/+27
* Added GLContext.getGLDrawable(). Made GLJPanel constructor protected Kenneth Russel2005-07-191-2/+11
* Added workaround for problem loading JAWT library on X11 platformsKenneth Russel2005-07-191-4/+14
* Moved all functionality from GLContextFactory implementations into Kenneth Russel2005-07-191-1/+1
* Moved pbuffer creation support from MacOSXOnscreenGLDrawable toKenneth Russel2005-07-181-12/+0
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-181-114/+49
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-171-66/+76
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-101-29/+29
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-55/+194
* This putback adds array offsets to the public JOGL API. The offsets areTravis Bryson2005-06-241-7/+7
* Merged with current JOGL trunk (by using -r HEAD)Kenneth Russel2005-04-241-31/+13
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-261-132/+415
* Fixed build problem with fix for Issue 25: Expose swapBuffers(), pleaseKenneth Russel2004-04-091-0/+19
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-191-10/+10
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-081-25/+16
* Initial revisiondjp2003-06-081-0/+316