| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-03-28 | 37 | -200/+211 |
|\ |
|
| * | refactoring part 5, (renaming com.sun.opengl->com.jogamp.opengl) | Michael Bien | 2010-03-27 | 7 | -20/+20 |
| * | refactoring: renamed com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 39 | -15236/+178 |
| * | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 14 | -8/+15077 |
* | | Adaption for gluegen a41f4d504d2f8cf58114d570d23f757ab2659cfc | Sven Gothel | 2010-03-28 | 1 | -1/+1 |
|/ |
|
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 | Sven Gothel | 2010-03-26 | 4 | -8/+10 |
* | 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 | 5 | -1/+113 |
* | 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 |
* | refactoring: new struct accessor method naming conventions. | Michael Bien | 2009-11-11 | 1 | -1/+1 |
* | 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 | 8 | -173/+306 |
* | 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 | 13 | -33/+105 |
* | Fix WindowsOffscreenWGLDrawable | Sven Gothel | 2009-10-16 | 4 | -0/+25 |
* | NEWT: Add EventDispatchThread (EDT) pattern. | Sven Gothel | 2009-10-10 | 1 | -0/+4 |
* | Work on test webstart deploy scripts .. | Sven Gothel | 2009-10-06 | 3 | -10/+63 |
* | Allow custom user gluegen.compiler.xml ; NEWT: Example lib/gluegen.compiler.i... | Sven Gothel | 2009-10-02 | 4 | -18/+53 |
* | NativeWindowFactory: | Sven Gothel | 2009-10-02 | 5 | -6/+3983 |
* | Fix MacOSX External GLContext | Sven Gothel | 2009-09-25 | 3 | -4/+41 |
* | Adding missing GL 3.0 reuse tokens ; Thanks to Koen Van den dries | Sven Gothel | 2009-09-25 | 1 | -0/+46 |
* | Add local webstart test deploy scripts | Sven Gothel | 2009-09-14 | 2 | -0/+126 |
* | NEWT: native parenting Win32 OK | Sven Gothel | 2009-09-13 | 1 | -1/+1 |
* | Adding jogl.all-noawt.jar and newt.all-noawt.jar and their jnlp desc | Sven Gothel | 2009-09-11 | 4 | -19/+52 |
* | Javadoc API: Add link to UML Diagram | Sven Gothel | 2009-08-06 | 1 | -6/+12 |
* | Unify GL: glUnmapBuffer, glBlend*, glGenerateMipmap; Analyze script for colli...OpenGL_3_2_Integrated | Sven Gothel | 2009-08-05 | 6 | -42/+46 |
* | Update GlueGen to 7dc9c5601d5689dcbc003ca51cfe826942ea3e6b (latest) | Sven Gothel | 2009-08-05 | 42 | -313/+683 |
* | Doc: OpenGL 3.1 .. 3.2 profile clarification | Sven Gothel | 2009-08-03 | 3 | -5/+12 |
* | Doc: OpenGL 3.1 .. 3.2 profile clarification | Sven Gothel | 2009-08-03 | 2 | -8/+16 |
* | Add: GL_AMD_vertex_shader_tessellator from spec | Sven Gothel | 2009-08-03 | 2 | -1/+57 |
* | GL: sync glext.h | Sven Gothel | 2009-08-02 | 5 | -572/+1062 |
* | Fix: GL_EXT_framebuffer_blit token | Sven Gothel | 2009-08-02 | 1 | -2/+2 |
* | Fix Spec Documentation; GL version, inclusion criteria and requirements | Sven Gothel | 2009-08-02 | 1 | -31/+74 |
* | Fix doc bug @arg -> @param | Sven Gothel | 2009-08-02 | 2 | -2/+2 |
* | Update documentation (OpenGL 3.0, 3.1 specifics); Fix ExtensionAvailabilityCa... | Sven Gothel | 2009-08-02 | 2 | -4/+18 |
* | Update OpenGL GL2 profile subsumed/promoted extensions. Base is 3.0, ignore t... | Sven Gothel | 2009-08-02 | 5 | -8/+124 |
* | GL3 Related: | Sven Gothel | 2009-08-01 | 2 | -1/+10 |
* | JOGL: | Sven Gothel | 2009-07-31 | 4 | -9/+5 |
* | Gluegen: | Sven Gothel | 2009-07-31 | 6 | -97/+112 |
* | Fix SwapInterval (return value, check ctx current, egl), add getSwapInterval. | sg215889 | 2009-07-30 | 5 | -0/+20 |
* | Fix GL comments | sg215889 | 2009-07-30 | 1 | -3/+33 |