aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/x11/X11GLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Added GLContext.getGLDrawable(). Made GLJPanel constructor protected Kenneth Russel2005-07-191-0/+4
* Added workaround for problem loading JAWT library on X11 platformsKenneth Russel2005-07-191-33/+2
* Moved all functionality from GLContextFactory implementations into Kenneth Russel2005-07-191-3/+3
* Moved pbuffer creation support from MacOSXOnscreenGLDrawable toKenneth Russel2005-07-181-10/+0
* Moved support for instantiating GLPbuffers from X11OnscreenGLContextKenneth Russel2005-07-181-30/+1
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-181-3/+3
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-171-8/+30
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-171-130/+52
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-101-16/+6
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-15/+4
* This putback adds array offsets to the public JOGL API. The offsets areTravis Bryson2005-06-241-3/+3
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-261-3/+57
* Fixed build problems on Linux after bug fixes to context destructionKenneth Russel2004-07-151-3/+1
* This putback attempts to address the following issues: Kenneth Russel2004-06-191-0/+17
* Added full-scene antialiasing (FSAA) supportKenneth Russel2004-04-201-40/+26
* Fixed Javadoc problemsKenneth Russel2004-04-121-128/+66
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-081-1/+1
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-191-0/+12
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-081-5/+26
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-57/+38
* Initial revisiondjp2003-06-081-0/+414