aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/macosx/MacOSXPbufferGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-171-10/+0
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-171-112/+20
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-101-3/+3
* Fixed Mac OS X port after GlueGen changes to add array offsetsKenneth Russel2005-07-081-1/+1
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-5/+48
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-261-2/+5
* Fixed Issue 79: PBuffers on macintosh fail to glCopyTexSubImage2DKenneth Russel2004-04-291-41/+76
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-081-1/+1
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-191-23/+32
* Implemented PBuffers (available in >= Panther). Reimplemented window resizing...Gerard Ziemski2003-10-121-0/+113