aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/GLJPanel.java
Commit message (Expand)AuthorAgeFilesLines
* Moved GLJPanel.reshape() work onto EventQueue thread under assumption Kenneth Russel2005-02-241-47/+62
* Fixed problem pointed out by user chrisDUPUIS on javagaming forums Kenneth Russel2005-02-221-2/+2
* Fixed performance issues with accelerated GLJPanel on ATI cards. Kenneth Russel2005-02-141-25/+2
* Changes to GLJPanel to make it work on Mac OS XKenneth Russel2005-02-041-7/+22
* Issue 44: Add pbuffer-based GLJPanel implementation Kenneth Russel2005-02-041-1/+2
* Fixed Issue 44: Add pbuffer-based GLJPanel implementation Kenneth Russel2005-02-031-134/+405
* Fixed Issue 41: WindowsOffscreenGLContext failed to create with "Unable to se...Kenneth Russel2005-01-311-1/+5
* Fixed build problem with fix for Issue 25: Expose swapBuffers(), pleaseKenneth Russel2004-04-091-0/+19
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-191-10/+10
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-081-25/+16
* Initial revisiondjp2003-06-081-0/+316