aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/x11/X11PbufferGLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-171-18/+0
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-171-220/+46
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-101-5/+5
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-071-14/+15
* This putback adds array offsets to the public JOGL API. The offsets areTravis Bryson2005-06-241-5/+5
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-261-17/+16
* This putback attempts to address the following issues: Kenneth Russel2004-06-191-0/+1
* Added full-scene antialiasing (FSAA) supportKenneth Russel2004-04-201-0/+4
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-081-1/+1
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-081-1/+1
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-031-0/+338