| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Add uint32_t | Sven Gothel | 2010-03-29 | 1 | -0/+2 |
| * | | | | fixed bug where gl3 impl package was placed in jogl.gl2.x11.jar. | Michael Bien | 2010-03-29 | 1 | -4/+31 |
| | |_|/
| |/| | |
|
| * | | | fixed a bunch of javadoc warnings. | Michael Bien | 2010-03-29 | 15 | -76/+77 |
| * | | | 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 | 3 | -452/+1 |
| | |/
| |/| |
|
| * | | moved com.jogamp.javafx.* to com.jogamp.*. | Michael Bien | 2010-03-29 | 68 | -337/+330 |
| * | | changes due to BufferFactory -> Buffers renaming in gluegen. | Michael Bien | 2010-03-29 | 3 | -13/+13 |
| |/ |
|
| * | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-03-28 | 143 | -475/+476 |
| * | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-03-28 | 359 | -919/+1185 |
| |\ |
|
| | * | refactoring part 5, (renaming com.sun.opengl->com.jogamp.opengl) | Michael Bien | 2010-03-27 | 8 | -20/+25 |
| | * | refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op... | Michael Bien | 2010-03-27 | 15 | -33/+33 |
| | * | 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 | 150 | -15444/+387 |
| | * | added idea project files | Michael Bien | 2010-03-27 | 11 | -0/+253 |
| | * | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 44 | -46/+15111 |
| * | | Adaption for gluegen a41f4d504d2f8cf58114d570d23f757ab2659cfc | Sven Gothel | 2010-03-28 | 2 | -2/+2 |
| |/ |
|
| * | 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 | 12 | -183/+204 |
| * | relocated lib/gluegen.compiler.linux-32bit.xml to gluegen | Sven Gothel | 2010-03-25 | 3 | -33/+2 |
| * | modified junit.run target to write junit test results to file (->ready for hu... | Michael Bien | 2010-03-25 | 1 | -6/+9 |
| * | 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 | 7 | -23/+200 |
| * | http://www.jogamp.org/bugzilla/show_bug.cgi?id=363LICENSE_CLEANUP_START | Sven Gothel | 2010-03-24 | 96 | -96/+96 |
| * | Drop PointerBuffer.wrapNative2Java(..) | Sven Gothel | 2010-03-19 | 1 | -1/+1 |
| * | variable renaming in config files due to changes in gluegen. | Michael Bien | 2010-02-03 | 2 | -2/+2 |
| * | fixed "native taglet" javadoc build configuration. | Michael Bien | 2009-11-30 | 1 | -15/+19 |
| * | build should use gluegen.root property where possible. | Michael Bien | 2009-11-29 | 4 | -20/+20 |
* | | updated jogl showcase page and rebranded with jogamp stylesheet. | Michael Bien | 2010-03-18 | 1 | -654/+587 |
|/ |
|
* | refactoring: new struct accessor method naming conventions. | Michael Bien | 2009-11-11 | 11 | -63/+63 |
* | kenai -> github | Sven Gothel | 2009-11-10 | 1 | -7/+7 |
* | javadoc fixAwayFromSun | Sven Gothel | 2009-11-10 | 3 | -4/+14 |
* | Add missing file .. sorry | Sven Gothel | 2009-10-19 | 3 | -0/+623 |
* | Add missing file .. sorry | Sven Gothel | 2009-10-19 | 1 | -0/+18 |
* | imageSizeInBytes .. leaving out the dirt/padding last line | Sven Gothel | 2009-10-19 | 2 | -10/+9 |
* | Fix JavaDoc for GL3bc | Sven Gothel | 2009-10-18 | 2 | -17/+30 |
* | GL_NV_shader_buffer_load | Sven Gothel | 2009-10-18 | 2 | -57/+154 |
* | Add OpenGL 3.x compatibility profile GL3bc, | Sven Gothel | 2009-10-18 | 12 | -190/+388 |
* | New iteration of check 'imageSizeInBytes': | Sven Gothel | 2009-10-18 | 3 | -47/+50 |
* | All tracker are aggregated in the GLContext now | Sven Gothel | 2009-10-17 | 20 | -91/+195 |
* | 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 | 5 | -2/+28 |
* | Fix Solaris build | Sven Gothel | 2009-10-15 | 2 | -20/+21 |
* | Added a copy of the Wiki's FAQ | Sven Gothel | 2009-10-12 | 1 | -0/+417 |
* | 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 |