| Commit message (Expand) | Author | Age | Files | Lines |
* | After more thought, realized once again that because most Java window | Kenneth Russel | 2008-12-29 | 3 | -3/+0 |
* | Factored out the remaining toolkit, and specifically AWT, dependencies | Kenneth Russel | 2008-12-20 | 2 | -243/+223 |
* | Removed setSize(), setPosition(), setVisible(), and setFullscreen() | Kenneth Russel | 2008-12-16 | 4 | -27/+15 |
* | Fixed nested toolkit locking problem with X11PbufferGLXDrawable. With | Kenneth Russel | 2008-12-14 | 2 | -8/+8 |
* | Fixed breakage of GLJPanel caused by confusion between requested and
| Kenneth Russel | 2008-12-12 | 4 | -20/+24 |
* | - Removed StaticGLInfo usage. | Sven Gothel | 2008-11-13 | 1 | -4/+9 |
* | Removed unnecessary GL2 dependencies from desktop window system code.
| Kenneth Russel | 2008-08-08 | 1 | -4/+0 |
* | - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc... | Sven Gothel | 2008-07-18 | 1 | -1/+1 |
* | GL Unification 2nd round. | Sven Gothel | 2008-07-04 | 3 | -22/+22 |
* | GL Unification 1st round. | Sven Gothel | 2008-07-03 | 3 | -106/+106 |
* | 3rd round cdcfp - compile clean. | Sven Gothel | 2008-06-28 | 5 | -4/+4 |
* | Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will | Kenneth Russel | 2008-06-27 | 1 | -0/+1 |
* | Added getSurfaceHandle() to NativeWindow abstraction in support of
| Kenneth Russel | 2008-06-26 | 7 | -24/+24 |
* | Bug fixes to compile and run on Windows. Added more debugging code.
| Kenneth Russel | 2008-06-26 | 2 | -1/+13 |
* | removing relocated files | Sven Gothel | 2008-06-26 | 1 | -162/+0 |
* | Native Compilation: Partitioning and X11 clean | Sven Gothel | 2008-06-25 | 1 | -1/+1 |
* | finishing 2nd refactoring | Sven Gothel | 2008-06-21 | 12 | -2553/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 13 | -7/+2521 |
* | Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIP | Sven Gothel | 2008-06-01 | 2 | -2/+70 |
* | Filled out EGLContext, EGLDrawable, and EGLDrawableFactory
| Kenneth Russel | 2008-05-28 | 1 | -0/+4 |
* | Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2.
| Kenneth Russel | 2008-05-13 | 3 | -10/+6 |
* | Fixed problem pointed out by user operator on JOGL forum where chosen
| Kenneth Russel | 2007-04-07 | 1 | -1/+16 |
* | Addendum to fix for Issue 271: wglGetPixelFormatAttribivARB() fails forcing s... | Kenneth Russel | 2007-02-20 | 1 | -1/+1 |
* | Fixed Issue 271: wglGetPixelFormatAttribivARB() fails forcing software OpenGL
| Kenneth Russel | 2007-02-20 | 1 | -4/+8 |
* | Fixed Issue 260: "GLException: Surface already locked" after failed makeCurrent
| Kenneth Russel | 2007-01-17 | 1 | -4/+7 |
* | Fixed Issue 259: need a copy context
| Kenneth Russel | 2007-01-07 | 1 | -0/+14 |
* | Fixed Issue 213: Expose GLCaps from GLDrawable
| Kenneth Russel | 2006-11-19 | 5 | -10/+66 |
* | Fixed Issue 240: Exceptions thrown in GLCapabilitiesChooser don't function pr... | Kenneth Russel | 2006-11-13 | 1 | -4/+11 |
* | Revised Java2D/JOGL bridge to support new share context argument to | Kenneth Russel | 2006-08-01 | 1 | -1/+1 |
* | Added code to support new entry points in | Kenneth Russel | 2006-07-10 | 1 | -0/+10 |
* | Fixed Issue 220: Gears demo throws exceptions with -Dsun.java2d.opengl=true
| Kenneth Russel | 2006-05-29 | 1 | -0/+3 |
* | Fixed Issue 224: External context dosen't work with GLCanvas
| Kenneth Russel | 2006-05-28 | 1 | -0/+18 |
* | Fixed Issue 221: Fixing stereo capability in WindowsGLDrawable
| Kenneth Russel | 2006-05-09 | 1 | -0/+3 |
* | Made internal methods which fetch the platform-dependent context out | Kenneth Russel | 2006-04-02 | 1 | -1/+1 |
* | Worked around spurious SetPixelFormat failures seen on Intel 82855
| Kenneth Russel | 2006-03-28 | 1 | -1/+11 |
* | Fixed lurking problem associated with on-screen contexts' makeCurrent
| Kenneth Russel | 2006-03-28 | 2 | -3/+8 |
* | Fixed bugs in implementation of -Djogl.GLContext.noopt flag | Kenneth Russel | 2006-03-26 | 1 | -1/+13 |
* | Changed locking protocol for on-screen surfaces to only use the JAWT's
| Kenneth Russel | 2006-02-20 | 1 | -24/+5 |
* | Renamed "offscreen" capability bits in GLCapabilities to "pbuffer"
| Kenneth Russel | 2006-02-16 | 3 | -14/+14 |
* | Completion of initial work on FBO support in Java2D/JOGL bridge.
| Kenneth Russel | 2006-02-11 | 3 | -3/+9 |
* | Further work on FBO support in Java2D/JOGL bridge. Upgraded JOGL's
| Kenneth Russel | 2006-02-11 | 2 | -0/+6 |
* | Made loading of GLU library lazier, partially in the hope that this | Kenneth Russel | 2006-02-10 | 1 | -6/+11 |
* | Further work on FBO support in Java2D/JOGL bridge. Recast how
| Kenneth Russel | 2006-02-06 | 1 | -0/+3 |
* | Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to
| Kenneth Russel | 2006-02-05 | 1 | -1/+1 |
* | Added profiling support to WindowsOnscreenGLDrawable to figure out why
| Kenneth Russel | 2006-01-29 | 1 | -0/+56 |
* | Fixed Issue 173: Adjust gamma, brightness and contrast
| Kenneth Russel | 2006-01-22 | 1 | -6/+49 |
* | Fixed Issue 193: antialiasing querying using GLCapabilitiesChooser no
| Kenneth Russel | 2006-01-20 | 1 | -85/+94 |
* | Fixed bug in WindowsGLDrawable.iattributes2GLCapabilities pointed out
| Kenneth Russel | 2006-01-20 | 1 | -4/+4 |
* | Fixed more problems related to recent restructuring of glue code
| Kenneth Russel | 2006-01-01 | 2 | -4/+4 |
* | Fixed bug in render-to-texture support on Windows | Kenneth Russel | 2005-12-23 | 1 | -1/+1 |