summaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/GLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Partial fix for Issue 42: Problems invoking GLU functions Kenneth Russel2004-11-181-6/+4
* Fixed Issue 22: GLException hides user exception Kenneth Russel2004-11-181-7/+33
* recomputeSingleThreadedWorkaround() erroneously disabled contextgkw2004-10-271-1/+3
* Bug fix from user GKW on the JOGL forums for problems reported by Kenneth Russel2004-08-031-11/+9
* This putback attempts to address the following issues: Kenneth Russel2004-06-191-17/+105
* Fixed (?) Issue 78: Re-assigning rendering thread causes subsequent display()...Kenneth Russel2004-04-301-30/+85
* Initial support for multisample / full-scene antialiasing (FSAA); Kenneth Russel2004-04-131-4/+4
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-081-5/+19
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-191-1/+10
* Implemented a per-thread GLContext stack, which gives a thread Kenneth Russel2003-11-041-18/+104
* Added Ant build support, contributed by Rob Grzywinski and ArturKenneth Russel2003-07-141-1/+1
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-081-2/+13
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-2/+46
* Initial revisiondjp2003-06-081-0/+400