aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/windows/WindowsGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Added test to not try to use WGL_ARB_multisample unless it's supportedKenneth Russel2004-04-141-7/+15
* Initial support for multisample / full-scene antialiasing (FSAA); Kenneth Russel2004-04-131-43/+274
* Fixed Javadoc problemsKenneth Russel2004-04-121-1/+4
* 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-25/+33
* 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-3/+28
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-60/+23
* Initial revisiondjp2003-06-081-0/+365