aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl
Commit message (Expand)AuthorAgeFilesLines
* Added GLDrawableFactory.createExternalGLContext, Kenneth Russel2005-08-177-0/+477
* Added dual-context test. Changed Kenneth Russel2005-08-151-2/+13
* Fixed build problem after adding repaint() to GLAutoDrawableKenneth Russel2005-08-091-0/+4
* More debugging infoKenneth Russel2005-08-051-3/+3
* Fixed build breakage after recent changesKenneth Russel2005-07-281-1/+1
* Refactored platform extensions out of the GL interface and Kenneth Russel2005-07-2713-201/+273
* Documentation updates and minor cleanupsKenneth Russel2005-07-192-14/+4
* Added GLContext.getGLDrawable(). Made GLJPanel constructor protected Kenneth Russel2005-07-193-0/+12
* Added workaround for problem loading JAWT library on X11 platformsKenneth Russel2005-07-199-85/+96
* Added files missed in last checkinKenneth Russel2005-07-194-0/+804
* Moved all functionality from GLContextFactory implementations into Kenneth Russel2005-07-1911-874/+12
* Moved pbuffer creation support from MacOSXOnscreenGLDrawable toKenneth Russel2005-07-1811-173/+64
* Moved support for instantiating GLPbuffers from X11OnscreenGLContextKenneth Russel2005-07-185-140/+216
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-188-60/+155
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-1715-569/+351
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-1733-2230/+3031
* Fixed Mac OS X port after initial GLContext changesKenneth Russel2005-07-102-1/+5
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-1022-1113/+763
* Fixed Mac OS X port after GlueGen changes to add array offsetsKenneth Russel2005-07-082-2/+2
* Fixed Windows port after changes to GlueGen to include array offsets. Kenneth Russel2005-07-083-17/+55
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-0735-256/+438
* This putback adds array offsets to the public JOGL API. The offsets areTravis Bryson2005-06-248-154/+131
* Merged with current JOGL trunk (by using -r HEAD)Kenneth Russel2005-04-246-20/+41
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-2615-134/+436
* This commit was manufactured by cvs2svn to create branch 'JSR-231'.First Last2005-02-2632-0/+10197
* Initial incomplete GLU NURBS port under net.java.games.jogl.impl.nurbs Kenneth Russel2004-12-2013-0/+3485
* Fixed bug pointed out by art in the JOGL forums where cap of sphere Kenneth Russel2004-11-191-1/+1
* Added files missed in recent GLU putbackKenneth Russel2004-11-193-0/+1883
* Conditioned ATI_WORKAROUND notice on jogl.verbose system propertyKenneth Russel2004-11-191-1/+3
* Partial fix for Issue 42: Problems invoking GLU functions Kenneth Russel2004-11-181-6/+4
* Fixed Issue 22: GLException hides user exception Kenneth Russel2004-11-181-7/+33
* Fixed Issue 119: Dual-head problems on Windows XP Kenneth Russel2004-11-151-1/+3
* Removed redundant code.gkw2004-10-291-7/+1
* recomputeSingleThreadedWorkaround() erroneously disabled contextgkw2004-10-271-1/+3
* 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-034-80/+239
* Fixed Issue 96: Off-by-one error in pixel format selection on WindowsKenneth Russel2004-07-151-2/+4
* Fixed build problems on Linux after bug fixes to context destructionKenneth Russel2004-07-152-12/+13
* Bug fix to new context destruction / recreation code associated with Kenneth Russel2004-07-091-14/+14
* fix build breakageGerard Ziemski2004-06-212-2/+2
* pbuffers have been implemented in Mac OS X jogl port for some time now, regsi...Gerard Ziemski2004-06-201-3/+11
* This putback attempts to address the following issues: Kenneth Russel2004-06-1910-29/+270
* Fixed (?) Issue 78: Re-assigning rendering thread causes subsequent display()...Kenneth Russel2004-04-301-30/+85
* Fixed Issue 79: PBuffers on macintosh fail to glCopyTexSubImage2DKenneth Russel2004-04-292-41/+77
* Fixed problem identified by William Denniss on JOGL forums where Kenneth Russel2004-04-261-5/+9
* 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-262-21/+28
* Worked around incidence of 4796548 on Mac OS XKenneth Russel2004-04-231-1/+17
* Fixed (?) Issue 75: Dummy window confuses users and maximizing it can cause t...Kenneth Russel2004-04-221-1/+7