aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/macosx
Commit message (Expand)AuthorAgeFilesLines
* Moved pbuffer creation support from MacOSXOnscreenGLDrawable toKenneth Russel2005-07-185-46/+64
* 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-174-46/+30
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-1710-407/+646
* 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-104-31/+42
* Fixed Mac OS X port after GlueGen changes to add array offsetsKenneth Russel2005-07-082-2/+2
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-076-30/+79
* Merged with current JOGL trunk (by using -r HEAD)Kenneth Russel2005-04-242-19/+15
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-262-2/+6
* 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-191-0/+12
* Fixed Issue 79: PBuffers on macintosh fail to glCopyTexSubImage2DKenneth Russel2004-04-292-41/+77
* Worked around incidence of 4796548 on Mac OS XKenneth Russel2004-04-231-1/+17
* Updated context creation code to unpack GLCapabilities object in JavaKenneth Russel2004-04-211-1/+14
* Fixed Javadoc problemsKenneth Russel2004-04-121-0/+8
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-085-5/+5
* Multiple pixel format changegregorypierce2004-02-281-1/+1
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-194-66/+78
* Disabling the context updater for now - not thread safe yet.Gerard Ziemski2003-10-122-2/+21
* Implemented PBuffers (available in >= Panther). Reimplemented window resizing...Gerard Ziemski2003-10-124-85/+200
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-085-13/+39
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-60/+10
* Initial Mac OS X port of Jogl by Gerard Ziemski and Kenneth Russell,Kenneth Russel2003-06-265-35/+672
* Initial revisiondjp2003-06-081-0/+110