aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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