aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/x11
Commit message (Expand)AuthorAgeFilesLines
* Refactored platform extensions out of the GL interface and Kenneth Russel2005-07-274-25/+46
* Documentation updates and minor cleanupsKenneth Russel2005-07-191-1/+0
* Added GLContext.getGLDrawable(). Made GLJPanel constructor protected Kenneth Russel2005-07-191-0/+4
* Added workaround for problem loading JAWT library on X11 platformsKenneth Russel2005-07-192-33/+35
* Added files missed in last checkinKenneth Russel2005-07-191-0/+381
* Moved all functionality from GLContextFactory implementations into Kenneth Russel2005-07-196-391/+10
* Moved pbuffer creation support from MacOSXOnscreenGLDrawable toKenneth Russel2005-07-182-44/+0
* Moved support for instantiating GLPbuffers from X11OnscreenGLContextKenneth Russel2005-07-184-139/+215
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-181-3/+3
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-174-61/+30
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-179-588/+898
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-104-39/+55
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-076-62/+74
* This putback adds array offsets to the public JOGL API. The offsets areTravis Bryson2005-06-244-30/+30
* Merged with current JOGL trunk (by using -r HEAD)Kenneth Russel2005-04-241-0/+7
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-263-21/+74
* Fixed build problems on Linux after bug fixes to context destructionKenneth Russel2004-07-152-12/+13
* This putback attempts to address the following issues: Kenneth Russel2004-06-194-0/+20
* Added full-scene antialiasing (FSAA) supportKenneth Russel2004-04-203-43/+61
* Fixed Javadoc problemsKenneth Russel2004-04-124-143/+242
* Fixed build problems in X11SunJDKReflection.javaKenneth Russel2004-04-091-14/+25
* Intermediate checkin of improved visual selection mechanism. Intended Kenneth Russel2004-04-091-0/+90
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-084-4/+4
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-192-0/+24
* Fixed bug in offscreen contexts' pending resize logic pointed out byKenneth Russel2003-08-131-1/+1
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-085-13/+41
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-033-61/+396
* Initial revisiondjp2003-06-084-0/+836