aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/x11/X11PbufferGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-343/+0
* Fixed Issue 168: Add support for transparency in GLJPanel Kenneth Russel2005-06-301-4/+0
* Javadoc fixesKenneth Russel2005-05-271-1/+1
* Fixed bug in floating-point pbuffer support on Linux and made HDR demoKenneth Russel2005-05-271-1/+1
* Attempt to make floating-point pbuffers portableKenneth Russel2005-05-201-0/+8
* Added floating-point pbuffer support on X11Kenneth Russel2005-05-191-8/+5
* Fixed Issue 44: Add pbuffer-based GLJPanel implementation Kenneth Russel2005-02-031-12/+14
* Partial fix for Issue 88: Add Linux amd64 support to JOGLKenneth Russel2005-01-271-5/+2
* This putback attempts to address the following issues: Kenneth Russel2004-06-191-0/+1
* Added full-scene antialiasing (FSAA) supportKenneth Russel2004-04-201-0/+4
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-081-1/+1
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-081-1/+1
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-0/+338