aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/windows/WindowsGLContextFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Moved support for instantiating GLPbuffers from X11OnscreenGLContextKenneth Russel2005-07-181-1/+1
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-181-21/+91
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-171-231/+0
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-171-13/+58
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-1/+9
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-261-0/+51
* Fixed Issue 119: Dual-head problems on Windows XP Kenneth Russel2004-11-151-1/+3
* Removed redundant code.gkw2004-10-291-7/+1
* addShutdownHook needed to be wrapped in a call to AccessController.doPrivileg...gkw2004-08-171-2/+8
* Bug fix from user GKW on the JOGL forums for problems reported by Kenneth Russel2004-08-031-62/+199
* This putback attempts to address the following issues: Kenneth Russel2004-06-191-11/+24
* Fixed Issue 77: Creation of dummy GL context fails in some configurationsKenneth Russel2004-04-261-0/+2
* Applied patches from Yuri Vl. Gushchin on JOGL forums: Kenneth Russel2004-04-261-1/+2
* Fixed Issue 76: Multisampling (FSAA) does not work on ATIKenneth Russel2004-04-261-10/+27
* Fixed (?) Issue 75: Dummy window confuses users and maximizing it can cause t...Kenneth Russel2004-04-221-1/+7
* Initial support for multisample / full-scene antialiasing (FSAA); Kenneth Russel2004-04-131-0/+59
* Fixed Javadoc problemsKenneth Russel2004-04-121-0/+8
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-081-3/+4
* Initial revisiondjp2003-06-081-0/+56