| Commit message (Expand) | Author | Age | Files | Lines |
* | refactoring: renamed com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 108 | -206/+204 |
* | added idea project files | Michael Bien | 2010-03-27 | 3 | -0/+38 |
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 30 | -38/+34 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=391 | Sven Gothel | 2010-03-26 | 2 | -8/+21 |
* | fixed compiler error in TextureRenderer. | Michael Bien | 2010-03-26 | 1 | -1/+1 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 | Sven Gothel | 2010-03-26 | 8 | -175/+194 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 | Sven Gothel | 2010-03-25 | 2 | -0/+227 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 | Sven Gothel | 2010-03-25 | 2 | -22/+87 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=363LICENSE_CLEANUP_START | Sven Gothel | 2010-03-24 | 96 | -96/+96 |
* | refactoring: new struct accessor method naming conventions. | Michael Bien | 2009-11-11 | 10 | -62/+62 |
* | 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 | 2 | -20/+21 |
* | X11 Display Lock completed (hope so) | Sven Gothel | 2009-10-12 | 11 | -146/+185 |
* | NativeWindow X11: Lock/Unlock Display if using it | Sven Gothel | 2009-10-11 | 1 | -5/+12 |
* | NEWT X11 Display Lock: | Sven Gothel | 2009-10-11 | 12 | -113/+151 |
* | NEWT: Avoid NPE at destroy() ; DEBUG println .. | Sven Gothel | 2009-10-10 | 2 | -4/+20 |
* | NEWT: Add EventDispatchThread (EDT) pattern. | Sven Gothel | 2009-10-10 | 18 | -381/+719 |
* | EGL more query config trials; Avoid NPE if no config is chosen | Sven Gothel | 2009-10-05 | 6 | -20/+50 |
* | Fix On-/Offscreen and PBuffer. | Sven Gothel | 2009-10-05 | 17 | -43/+120 |
* | 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 | 20 | -381/+337 |
* | 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 | 7 | -1/+13 |
* | 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 | 8 | -37/+54 |
* | surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listener | Sven Gothel | 2009-10-03 | 8 | -18/+113 |
* | 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 | 23 | -121/+291 |
* | NEWT: Offscreen integration | Sven Gothel | 2009-10-02 | 3 | -2/+95 |
* | Pbuffer GLDrawableFactory integration (2) | Sven Gothel | 2009-10-02 | 3 | -6/+60 |
* | Proper PBuffer drawable abstraction | Sven Gothel | 2009-10-02 | 5 | -67/+63 |
* | NEWT Intel GDL: Proper Pos/Size/Fullscreen | Sven Gothel | 2009-10-02 | 2 | -23/+112 |
* | NEWT Intel GDL: Surface Size tuning .. ; Add missing getSurfaceHandle() | Sven Gothel | 2009-10-02 | 2 | -12/+25 |
* | NativeWindowFactory: | Sven Gothel | 2009-10-02 | 20 | -97/+798 |
* | NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parented | Sven Gothel | 2009-09-29 | 2 | -36/+57 |
* | 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 |
* | NEWT AWT: Use size/pos from external frame | Sven Gothel | 2009-09-14 | 1 | -0/+4 |
* | NEWT: More elegant custom constructor type verification and setting by Window... | Sven Gothel | 2009-09-14 | 2 | -34/+107 |