aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/windows/WindowsOffscreenGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-176/+0
* Fixed Issue 168: Add support for transparency in GLJPanel Kenneth Russel2005-06-301-8/+0
* Javadoc fixesKenneth Russel2005-05-271-1/+1
* Fixed Issue 44: Add pbuffer-based GLJPanel implementation Kenneth Russel2005-02-031-1/+2
* Bug fix to new context destruction / recreation code associated with Kenneth Russel2004-07-091-14/+14
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-081-1/+1
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-191-0/+12
* Added contribution from user GKW on community.java.net forums to fixKenneth Russel2003-09-051-6/+5
* 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-081-2/+5
* Initial revisiondjp2003-06-081-0/+169