| Commit message (Expand) | Author | Age | Files | Lines |
* | Add OpenGL 3.x compatibility profile GL3bc, | Sven Gothel | 2009-10-18 | 4 | -17/+82 |
* | All tracker are aggregated in the GLContext now | Sven Gothel | 2009-10-17 | 7 | -58/+90 |
* | All tracker are aggregated in the GLContext now | Sven Gothel | 2009-10-17 | 1 | -0/+211 |
* | GLProfile: usesNativeGLES[12] remove check with non impl GL2ES[12] ; Add uses... | Sven Gothel | 2009-10-16 | 1 | -4/+19 |
* | Fix WindowsOffscreenWGLDrawable | Sven Gothel | 2009-10-16 | 1 | -2/+3 |
* | Fix Solaris build | Sven Gothel | 2009-10-15 | 1 | -14/+16 |
* | X11 Display Lock completed (hope so) | Sven Gothel | 2009-10-12 | 4 | -48/+90 |
* | NEWT X11 Display Lock: | Sven Gothel | 2009-10-11 | 7 | -89/+137 |
* | NEWT: Add EventDispatchThread (EDT) pattern. | Sven Gothel | 2009-10-10 | 2 | -13/+42 |
* | EGL more query config trials; Avoid NPE if no config is chosen | Sven Gothel | 2009-10-05 | 5 | -18/+48 |
* | Fix On-/Offscreen and PBuffer. | Sven Gothel | 2009-10-05 | 16 | -43/+115 |
* | Fix: EGL set doublebuffer:=false for offscreen | Sven Gothel | 2009-10-05 | 1 | -0/+1 |
* | GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer) | Sven Gothel | 2009-10-05 | 16 | -361/+262 |
* | Add com.sun.opengl.util.texture.spi.NetPbmTextureWriter | Sven Gothel | 2009-10-04 | 1 | -0/+161 |
* | EGL: Use surfaceHandle, not windowHandle (2) for eglSurface | Sven Gothel | 2009-10-04 | 1 | -2/+2 |
* | EGLContext: Just debug lines .. | Sven Gothel | 2009-10-04 | 1 | -3/+5 |
* | FIX: EGL Config: on-/offscreen and pbuffer; Added EGL-PBuffer setSurfaceHandle | Sven Gothel | 2009-10-04 | 4 | -36/+50 |
* | Fix Config: Set doublebuffer:=false if offscreen; NEWT: Fix KDWindow. | Sven Gothel | 2009-10-04 | 6 | -0/+12 |
* | Fix EGL SurfaceType query/setup [on-/offscreen, pbuffer] using EGLConfig/GLCa... | Sven Gothel | 2009-10-04 | 3 | -42/+54 |
* | Texture: Relax/Pending creation of texture ID, no context must be current | Sven Gothel | 2009-10-03 | 1 | -17/+25 |
* | Avoid NPE if no context current | Sven Gothel | 2009-10-03 | 1 | -1/+1 |
* | NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation.... | Sven Gothel | 2009-10-03 | 2 | -14/+20 |
* | surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listener | Sven Gothel | 2009-10-03 | 1 | -1/+1 |
* | EGL Fix: Use the surface handle for creation, not the window handle; More fix... | Sven Gothel | 2009-10-03 | 4 | -28/+53 |
* | EGL debug fixes .. | Sven Gothel | 2009-10-03 | 4 | -11/+28 |
* | Offscreen/PBuffer capabilities cleanup ; Generic read drawable support | Sven Gothel | 2009-10-03 | 22 | -121/+284 |
* | NEWT: Offscreen integration | Sven Gothel | 2009-10-02 | 1 | -1/+0 |
* | Pbuffer GLDrawableFactory integration (2) | Sven Gothel | 2009-10-02 | 3 | -6/+60 |
* | Proper PBuffer drawable abstraction | Sven Gothel | 2009-10-02 | 5 | -67/+63 |
* | NativeWindowFactory: | Sven Gothel | 2009-10-02 | 7 | -17/+59 |
* | Oops .. fixed compile error | Sven Gothel | 2009-09-25 | 1 | -1/+1 |
* | Fix MacOSX External GLContext | Sven Gothel | 2009-09-25 | 8 | -178/+448 |
* | Let the GLCapabilityChooser run over the fallback fixed GLCapabilities [last ... | Sven Gothel | 2009-09-24 | 1 | -2/+13 |
* | Fix Offscreen/PBuffer [WGL/GLX]: No XVisual/PFD necessary here .. | Sven Gothel | 2009-08-06 | 3 | -13/+18 |
* | Update GlueGen to 7dc9c5601d5689dcbc003ca51cfe826942ea3e6b (latest) | Sven Gothel | 2009-08-05 | 5 | -31/+55 |
* | WGL 3.2: No need for 'jogl.GLContext.3_2' - just works. | Sven Gothel | 2009-08-03 | 2 | -35/+22 |
* | Doc: OpenGL 3.1 .. 3.2 profile clarification | Sven Gothel | 2009-08-03 | 3 | -50/+108 |
* | Fix GLX/WGL GraphicsConfigurationFactory: Be more relaxed in error handling -... | Sven Gothel | 2009-08-02 | 2 | -8/+34 |
* | Fix doc bug @arg -> @param | Sven Gothel | 2009-08-02 | 7 | -25/+25 |
* | Update documentation (OpenGL 3.0, 3.1 specifics); Fix ExtensionAvailabilityCa... | Sven Gothel | 2009-08-02 | 1 | -9/+6 |
* | Update OpenGL GL2 profile subsumed/promoted extensions. Base is 3.0, ignore t... | Sven Gothel | 2009-08-02 | 1 | -5/+4 |
* | Fix: updateGLProcAddressTable() call order - child before parent, broke WGL | Sven Gothel | 2009-08-01 | 4 | -4/+4 |
* | Cleanup GLSL ShaderUtil/Code; Add dumpCode | Sven Gothel | 2009-08-01 | 3 | -62/+124 |
* | GL3 Related: | Sven Gothel | 2009-08-01 | 9 | -43/+392 |
* | Fix: GL2ES1 mapping to GL2ES12 if available | Sven Gothel | 2009-07-31 | 1 | -3/+3 |
* | Gluegen: | Sven Gothel | 2009-07-31 | 7 | -106/+181 |
* | Fix SwapInterval (return value, check ctx current, egl), add getSwapInterval. | sg215889 | 2009-07-30 | 8 | -36/+60 |
* | eglBindAPI optional | sg215889 | 2009-07-29 | 1 | -2/+9 |
* | Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(... | sg215889 | 2009-07-29 | 12 | -58/+62 |
* | Fixed GL* documentation. Moved common GL functions to GLBase. Moved glAllocat... | sg215889 | 2009-07-29 | 3 | -23/+169 |