aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/x11
Commit message (Expand)AuthorAgeFilesLines
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-246-1534/+0
* Fixed Issue 168: Add support for transparency in GLJPanel Kenneth Russel2005-06-304-18/+0
* Javadoc fixesKenneth Russel2005-05-276-6/+6
* Fixed bug in floating-point pbuffer support on Linux and made HDR demoKenneth Russel2005-05-272-2/+2
* Attempt to make floating-point pbuffers portableKenneth Russel2005-05-201-0/+8
* Added floating-point pbuffer support on X11Kenneth Russel2005-05-191-8/+5
* Added more locking of AWT around GLX commands during X11 visualKenneth Russel2005-05-112-28/+53
* Fixed Issue 92: Platform Independent VSync functionality Kenneth Russel2005-04-241-0/+7
* 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-032-12/+26
* Partial fix for Issue 88: Add Linux amd64 support to JOGLKenneth Russel2005-01-273-8/+22
* Fixed build problems on Linux after bug fixes to context destructionKenneth Russel2004-07-152-12/+13
* This putback attempts to address the following issues: Kenneth Russel2004-06-194-0/+20
* Added full-scene antialiasing (FSAA) supportKenneth Russel2004-04-203-43/+61
* Fixed Javadoc problemsKenneth Russel2004-04-124-143/+242
* Fixed build problems in X11SunJDKReflection.javaKenneth Russel2004-04-091-14/+25
* Intermediate checkin of improved visual selection mechanism. Intended Kenneth Russel2004-04-091-0/+90
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-084-4/+4
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-192-0/+24
* Fixed bug in offscreen contexts' pending resize logic pointed out byKenneth Russel2003-08-131-1/+1
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-085-13/+41
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-033-61/+396
* Initial revisiondjp2003-06-084-0/+836