aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/macosx
Commit message (Expand)AuthorAgeFilesLines
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-246-1011/+0
* Fixed Issue 168: Add support for transparency in GLJPanel Kenneth Russel2005-06-304-16/+0
* Made pbuffer code and in particular floating-point pbuffer code moreKenneth Russel2005-06-022-2/+29
* Cleaned up Mac OS X context handling. Removed incorrect retain call onKenneth Russel2005-06-011-0/+1
* Javadoc fixesKenneth Russel2005-05-275-5/+5
* Attempt to make floating-point pbuffers portableKenneth Russel2005-05-201-0/+4
* Added first-cut support for floating-point pbuffers on Mac OS XKenneth Russel2005-05-201-1/+13
* Fixed race conditions in Mac OS X onscreen context creation thatKenneth Russel2005-05-104-9/+30
* Fixed Issue 92: Platform Independent VSync functionality Kenneth Russel2005-04-241-0/+7
* Attempted to work around bugs seen during resizing of GLCanvas on MacKenneth Russel2005-04-071-19/+8
* Added double-buffer argument to Mac OS X OpenGL context creationKenneth Russel2005-02-041-0/+1
* Fixed Issue 44: Add pbuffer-based GLJPanel implementation Kenneth Russel2005-02-031-2/+5
* 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