| Commit message (Expand) | Author | Age | Files | Lines |
* | Add native NEWT window parenting test. Fix some error messages | Sven Gothel | 2010-04-30 | 2 | -7/+7 |
* | - JAR Manifest: Trusted-Library: true | Sven Gothel | 2010-04-28 | 1 | -3/+3 |
* | Fix privileged access (applet) | Sven Gothel | 2010-04-28 | 1 | -1/+7 |
* | JOGL | Sven Gothel | 2010-04-28 | 5 | -8/+14 |
* | JOGL Error Handling | Sven Gothel | 2010-04-27 | 6 | -17/+24 |
* | - Fix GLProcAddressResolver regression: Use GLProcAddressResolver ! | Sven Gothel | 2010-04-27 | 10 | -70/+147 |
* | modifications due to method renaming in gluegen/procaddresstable. | Michael Bien | 2010-04-24 | 2 | -4/+3 |
* | changes due to refactorings in ProcAddressTable. | Michael Bien | 2010-04-24 | 2 | -2/+2 |
* | NEWT/AWT Interoperability | Sven Gothel | 2010-04-24 | 7 | -62/+44 |
* | reviewed calls to lockSurface() and ensured propper unlocking. | Michael Bien | 2010-04-23 | 4 | -43/+36 |
* | Merge branch 'master' of github.com:mbien/jogl | Michael Bien | 2010-04-22 | 10 | -172/+173 |
|\ |
|
| * | Review of using isGL2() and GL2.GL* | Sven Gothel | 2010-04-22 | 10 | -172/+173 |
* | | reviewed X11Lib.XLock/UnlockDisplay() usage: | Michael Bien | 2010-04-22 | 4 | -193/+213 |
|/ |
|
* | Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing p... | Sven Gothel | 2010-04-22 | 4 | -8/+12 |
* | JOGL GL4 preperation (cont): | Sven Gothel | 2010-04-20 | 27 | -394/+525 |
* | DRIHack.driHackNeeded is now initialized once in the static initializer (not ... | Michael Bien | 2010-04-17 | 1 | -17/+27 |
* | JOGL GL4 preperation (cont): | Sven Gothel | 2010-04-17 | 4 | -182/+251 |
* | Fix broken Offscreen/Pbuffer query introduced in bd4904fb04ab2168aeaf76e74385... | Sven Gothel | 2010-04-16 | 7 | -17/+17 |
* | JOGL GL4 preperation: | Sven Gothel | 2010-04-16 | 12 | -386/+514 |
* | JOGL (Windows): | Sven Gothel | 2010-04-15 | 7 | -82/+75 |
* | Further ATI (fglrx) X11Display bug workaround/cleanup | Sven Gothel | 2010-04-15 | 12 | -133/+349 |
* | ATI (fglrx) PBuffer/X11Display bug workaround/cleanup | Sven Gothel | 2010-04-13 | 16 | -115/+229 |
* | Added FIXME comment: DBLBUFOFFSCRN, to tag the impl of forcing single buffer ... | Sven Gothel | 2010-04-09 | 4 | -8/+8 |
* | Added doc/deployment: | Sven Gothel | 2010-04-08 | 1 | -1/+1 |
* | modifications due to class movement in gluegen. | Michael Bien | 2010-03-31 | 29 | -56/+25 |
* | 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 |