aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/windows/WindowsGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-241-717/+0
* Fixed Issue 168: Add support for transparency in GLJPanel Kenneth Russel2005-06-301-2/+0
* Fixed Issue 166: Memory leak with ATI Mobility Radeon 9700 Kenneth Russel2005-06-221-11/+32
* Added more debug informationKenneth Russel2005-06-101-14/+14
* Changed Windows pixel format selection algorithm to prefer Kenneth Russel2005-06-011-3/+10
* Reduced printing from jogl.debug.GLContextKenneth Russel2005-05-311-1/+1
* Javadoc fixesKenneth Russel2005-05-271-1/+1
* Partial fix for Issue 114: GLCanvas canCreateOffscreenDrawable() function alw...Kenneth Russel2005-02-231-0/+7
* Added extended error code information for wglShareLists failuresKenneth Russel2005-02-101-1/+2
* Fixed Issue 118: EXCEPTION_ACCESS_VIOLATION on show of 2nd canvas (ATI-specif...Kenneth Russel2005-01-311-2/+17
* Fixed Issue 106: JOGL fails to startup on Inter extreme graphics hardware - E...Kenneth Russel2005-01-271-37/+48
* 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