| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-03-30 | 20 | -1127/+319 |
|\ |
|
| * | fixed a bunch of javadoc warnings. | Michael Bien | 2010-03-29 | 7 | -58/+57 |
| * | renamed BufferUtil to GLBuffers. | Michael Bien | 2010-03-29 | 8 | -112/+93 |
| * | com.jogamp.opengl.util.BufferUtil extends com.jogamp.gluegen.runtime.Buffers. | Michael Bien | 2010-03-29 | 11 | -417/+78 |
| * | renamed platform dependent BufferUtil into java file. | Michael Bien | 2010-03-29 | 2 | -449/+0 |
* | | Adaptions to | Sven Gothel | 2010-03-30 | 9 | -53/+58 |
|/ |
|
* | moved com.jogamp.javafx.* to com.jogamp.*. | Michael Bien | 2010-03-29 | 6 | -6/+6 |
* | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 1 | -9/+9 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-03-28 | 43 | -53/+54 |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-03-28 | 282 | -650/+645 |
|\ |
|
| * | refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op... | Michael Bien | 2010-03-27 | 2 | -9/+9 |
| * | refactoring part 3 (impl package): renamed com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 87 | -184/+184 |
| * | refactoring part 2 (glu package): renamed com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 96 | -256/+256 |
| * | refactoring: renamed com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 97 | -164/+164 |
| * | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 29 | -37/+32 |
* | | Adaption for gluegen a41f4d504d2f8cf58114d570d23f757ab2659cfc | Sven Gothel | 2010-03-28 | 1 | -1/+1 |
|/ |
|
* | 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 | 7 | -173/+189 |
* | 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 | 93 | -93/+93 |
* | refactoring: new struct accessor method naming conventions. | Michael Bien | 2009-11-11 | 5 | -51/+51 |
* | Add OpenGL 3.x compatibility profile GL3bc, | Sven Gothel | 2009-10-18 | 2 | -6/+30 |
* | 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 |
* | 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 | 6 | -89/+120 |
* | 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 | 15 | -42/+109 |
* | 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 | 14 | -327/+234 |
* | 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 | 3 | -10/+26 |
* | Offscreen/PBuffer capabilities cleanup ; Generic read drawable support | Sven Gothel | 2009-10-03 | 21 | -119/+256 |
* | NEWT: Offscreen integration | Sven Gothel | 2009-10-02 | 1 | -1/+0 |
* | Pbuffer GLDrawableFactory integration (2) | Sven Gothel | 2009-10-02 | 2 | -3/+24 |
* | Proper PBuffer drawable abstraction | Sven Gothel | 2009-10-02 | 5 | -67/+63 |