aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/windows
Commit message (Expand)AuthorAgeFilesLines
* Fixed problems in WindowsGLContext and TraceGL pointed out by jonmeyer Kenneth Russel2004-04-221-1/+8
* 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-132-43/+333
* Fixed Javadoc problemsKenneth Russel2004-04-122-1/+12
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-084-4/+4
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-192-0/+24
* Added contribution from user GKW on community.java.net forums to fixKenneth Russel2003-09-052-31/+38
* 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
* Fixed bug in offscreen contexts' pending resize logic pointed out byKenneth Russel2003-08-131-1/+1
* 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-085-11/+43
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-032-60/+27
* Initial revisiondjp2003-06-085-0/+1206