| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | NEWT: Adding KD if building with OpenGL. Fixing build in case no native libra... | sg215889 | 2009-07-24 | 4 | -18/+40 |
* | Add: Extended support for CVM crosscompile: | sg215889 | 2009-07-24 | 52 | -996/+1391 |
* | Using commont JAWTUtil for final locking | sg215889 | 2009-07-20 | 1 | -5/+5 |
* | Adding Debug/Trace for GL2ES1 and GL2ES2 | sg215889 | 2009-07-17 | 2 | -20/+27 |
* | Fix glPixelStorei pname check - Thx to Chris Campbell | sg215889 | 2009-07-17 | 1 | -2/+2 |
* | Fix CDC JAR unificationCDC_CVM_Integration | sg215889 | 2009-07-15 | 3 | -6/+9 |
* | Build CDC named JARs for CVM in default build, no more specialized build nece... | sg215889 | 2009-07-15 | 2 | -1/+21 |
* | Build CDC named JARs for CVM in default build, no more specialized build nece... | sg215889 | 2009-07-15 | 2 | -2/+2 |
* | Build CDC named JARs for CVM in default build, no more specialized build nece... | sg215889 | 2009-07-15 | 8 | -398/+402 |
* | Adding missing GL3 Debug/Trace to gl2 dbg JAR; Verifying unified CDCFP JARs o... | sg215889 | 2009-07-13 | 2 | -14/+37 |
* | Add unique CVM lib dir target in cdcfp build scripts | sg215889 | 2009-07-13 | 2 | -2/+26 |