| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into MIPS_PORTMIPS_PORT | Sven Gothel | 2009-08-06 | 3 | -13/+18 |
|\ |
|
| * | Fix Offscreen/PBuffer [WGL/GLX]: No XVisual/PFD necessary here .. | Sven Gothel | 2009-08-06 | 3 | -13/+18 |
* | | Merge branch 'MIPS_PORT' of ssh://[email protected]/jogl~jogl-git into... | Sven Gothel | 2009-08-05 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | BroadcomEGL: Have to reuse existing GL context | Sven Gothel | 2009-08-02 | 1 | -0/+6 |
* | | 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 | 47 | -344/+738 |
* | | WGL 3.2: No need for 'jogl.GLContext.3_2' - just works. | Sven Gothel | 2009-08-03 | 2 | -35/+22 |
* | | Doc: OpenGL 3.1 .. 3.2 profile clarification | Sven Gothel | 2009-08-03 | 6 | -55/+120 |
* | | 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 |
* | | Fix GLX/WGL GraphicsConfigurationFactory: Be more relaxed in error handling -... | Sven Gothel | 2009-08-02 | 2 | -8/+34 |
* | | 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 | 9 | -27/+27 |
* | Update documentation (OpenGL 3.0, 3.1 specifics); Fix ExtensionAvailabilityCa... | Sven Gothel | 2009-08-02 | 3 | -13/+24 |
* | Update OpenGL GL2 profile subsumed/promoted extensions. Base is 3.0, ignore t... | Sven Gothel | 2009-08-02 | 6 | -13/+128 |
* | Oops: Accidently removed AWT Display selection in NEWT | Sven Gothel | 2009-08-01 | 1 | -0/+2 |
* | The license is in the LICENSE.txt file - duh - reverted | Sven Gothel | 2009-08-01 | 1 | -27/+0 |
* | Fix: updateGLProcAddressTable() call order - child before parent, broke WGL | Sven Gothel | 2009-08-01 | 4 | -4/+4 |
* | Cleanup GLSL ShaderUtil/Code; Add dumpCode | Sven Gothel | 2009-08-01 | 3 | -62/+124 |
* | GL3 Related: | Sven Gothel | 2009-08-01 | 12 | -45/+405 |
* | Fix: GL2ES1 mapping to GL2ES12 if available | Sven Gothel | 2009-07-31 | 1 | -3/+3 |
* | JOGL: | Sven Gothel | 2009-07-31 | 4 | -9/+5 |
* | Gluegen: | Sven Gothel | 2009-07-31 | 15 | -211/+306 |
* | Fix: CHANGELOG (see repository log for latest changes); COPYRIGHT (add the Fr... | sg215889 | 2009-07-30 | 3 | -8/+46 |
* | Fix SwapInterval (return value, check ctx current, egl), add getSwapInterval. | sg215889 | 2009-07-30 | 13 | -36/+80 |
* | Fix: Check if windowHandle is already created | sg215889 | 2009-07-30 | 3 | -20/+26 |
* | Fix GL comments | sg215889 | 2009-07-30 | 1 | -3/+33 |
* | Cleanup: Remove NativeWindowFactory.TYPE_BROADCOM_EGL | sg215889 | 2009-07-30 | 2 | -5/+1 |
* | Fix web documentation .. | sg215889 | 2009-07-30 | 3 | -291/+192 |
* | BroadcomEGL: No relase-ctx, no destroy-ctx - FIXME | sg215889 | 2009-07-29 | 1 | -4/+5 |
* | eglBindAPI optional | sg215889 | 2009-07-29 | 1 | -2/+9 |
* | Add BroadcomEGL verbose messages | sg215889 | 2009-07-29 | 2 | -6/+21 |
* | Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(... | sg215889 | 2009-07-29 | 23 | -76/+191 |
* | Remove redundant getGLProfile() from GL interface | sg215889 | 2009-07-29 | 1 | -2/+0 |
* | Fixed GL* documentation. Moved common GL functions to GLBase. Moved glAllocat... | sg215889 | 2009-07-29 | 26 | -226/+435 |
* | Refine debug message | sg215889 | 2009-07-29 | 2 | -2/+9 |
* | NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEG... | sg215889 | 2009-07-28 | 4 | -7/+12 |
* | Use getNativeWindowType(custom=true) for factory selection; Don't fail is non... | sg215889 | 2009-07-28 | 4 | -8/+12 |
* | NativeWindow: noNativeAWT if nodesktop | sg215889 | 2009-07-28 | 1 | -2/+10 |
* | Cleanup .. | sg215889 | 2009-07-28 | 11 | -108/+38 |
* | Fix BroadcomEGL: Proper EGLGraphicsConfiguration at creation time | sg215889 | 2009-07-28 | 2 | -6/+11 |
* | EGL changes for device | Morris Meyer | 2009-07-28 | 9 | -13/+55 |
* | Cleanup .. | sg215889 | 2009-07-27 | 1 | -6/+0 |
* | Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG... | sg215889 | 2009-07-27 | 19 | -125/+509 |
* | Merge branch 'MIPS_PORT' of ssh://[email protected]/jogl~jogl-git int... | Morris Meyer | 2009-07-27 | 3 | -8/+6 |
|\ |
|
| * | Fix: Add gluegen.cpptasks.detect.os call | sg215889 | 2009-07-26 | 3 | -3/+3 |
| * | Newt: useKD optional again; macosx jar fix | sg215889 | 2009-07-25 | 1 | -5/+3 |
* | | mips changes | Morris Meyer | 2009-07-27 | 9 | -8/+111 |
|/ |
|