aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/windows/WindowsGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* More debugging infoKenneth Russel2005-08-051-3/+3
* Refactored platform extensions out of the GL interface and Kenneth Russel2005-07-271-13/+34
* Added GLContext.getGLDrawable(). Made GLJPanel constructor protected Kenneth Russel2005-07-191-0/+4
* Added workaround for problem loading JAWT library on X11 platformsKenneth Russel2005-07-191-18/+0
* Moved pbuffer creation support from MacOSXOnscreenGLDrawable toKenneth Russel2005-07-181-17/+0
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-181-2/+2
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-171-9/+31
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-171-479/+36
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-101-7/+6
* Fixed Windows port after changes to GlueGen to include array offsets. Kenneth Russel2005-07-081-6/+6
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-28/+54
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-261-40/+74
* Bug fix from user GKW on the JOGL forums for problems reported by Kenneth Russel2004-08-031-6/+30
* Fixed Issue 96: Off-by-one error in pixel format selection on WindowsKenneth Russel2004-07-151-2/+4
* This putback attempts to address the following issues: Kenneth Russel2004-06-191-0/+15
* Fixed problem identified by William Denniss on JOGL forums where Kenneth Russel2004-04-261-5/+9
* Fixed Issue 76: Multisampling (FSAA) does not work on ATIKenneth Russel2004-04-261-11/+1
* 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-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