summaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/x11/X11GLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-410/+0
* Fixed Issue 168: Add support for transparency in GLJPanel Kenneth Russel2005-06-301-2/+0
* Javadoc fixesKenneth Russel2005-05-271-1/+1
* Added more locking of AWT around GLX commands during X11 visualKenneth Russel2005-05-111-12/+3
* Fixed Issue 136: Return correct pbuffer support for ATI cardsKenneth Russel2005-02-071-0/+11
* Fixed bug in X11GLContext where additional locking was needed inKenneth Russel2005-02-041-1/+15
* Fixed Issue 44: Add pbuffer-based GLJPanel implementation Kenneth Russel2005-02-031-0/+12
* Partial fix for Issue 88: Add Linux amd64 support to JOGLKenneth Russel2005-01-271-2/+19
* 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