aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/windows/WindowsPbufferGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-529/+0
* Fixed Issue 168: Add support for transparency in GLJPanel Kenneth Russel2005-06-301-4/+0
* Javadoc fixesKenneth Russel2005-05-271-1/+1
* Fixed remaining bug in GLJPanel where resize operations did not cause Kenneth Russel2005-05-241-0/+3
* Attempt to make floating-point pbuffers portableKenneth Russel2005-05-201-12/+66
* Fixed Issue 151: starting up the Animator before the GLJPanel has been shown ...Kenneth Russel2005-05-071-1/+4
* Worked around bugs in NVidia's recent drivers. Added more debugging code.Kenneth Russel2005-02-141-22/+48
* Fixed Issue 44: Add pbuffer-based GLJPanel implementation Kenneth Russel2005-02-031-1/+23
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-081-1/+1
* GKW on the community.java.net forums pointed out that theKenneth Russel2003-08-171-30/+38
* Applied suggestion from GKW on community.java.net forums to useKenneth Russel2003-08-171-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/+4
* Initial revisiondjp2003-06-081-0/+413