aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/GLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-764/+0
* Fixed Issue 168: Add support for transparency in GLJPanel Kenneth Russel2005-06-301-4/+0
* Fixed Issue 166: Memory leak with ATI Mobility Radeon 9700 Kenneth Russel2005-06-221-0/+1
* Added more debug informationKenneth Russel2005-06-101-7/+11
* Reduced printing from jogl.debug.GLContextKenneth Russel2005-05-311-4/+8
* Javadoc fixesKenneth Russel2005-05-271-1/+1
* Attempt to make floating-point pbuffers portableKenneth Russel2005-05-201-0/+7
* Fixed Issue 151: starting up the Animator before the GLJPanel has been shown ...Kenneth Russel2005-05-071-0/+6
* Fixed Issue 92: Platform Independent VSync functionality Kenneth Russel2005-04-241-0/+7
* Fixed Issue 143: Pbuffer creation in display() causes exception Kenneth Russel2005-02-231-0/+9
* Fixed Issue 44: Add pbuffer-based GLJPanel implementation Kenneth Russel2005-02-031-1/+1
* Merged in changes from Blackbird branch: refactoring and rewriting of Kenneth Russel2005-02-021-5/+1
* Fixed Issue 118: EXCEPTION_ACCESS_VIOLATION on show of 2nd canvas (ATI-specif...Kenneth Russel2005-01-311-0/+3
* 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