Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GL: sync glext.h | Sven Gothel | 2009-08-02 | 5 | -572/+1062 |
| | | | | | | | | | | | | - add GL_NV_present_video - add GL_NV_conditional_render - add GL_EXT_transform_feedback - add GL_EXT_direct_state_access GL3: - GLAPIENTRY -> APIENTRY (as in the orig headers) - Add GL_ARB_geometry_shader4 to gl3ext.h | ||||
* | 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 ↵ | Sven Gothel | 2009-08-02 | 3 | -13/+24 |
| | | | | ExtensionAvailabilityCache: Add Version 2.1 in case of GL2/OpenGL 3.0 | ||||
* | Update OpenGL GL2 profile subsumed/promoted extensions. Base is 3.0, ignore ↵ | Sven Gothel | 2009-08-02 | 6 | -13/+128 |
| | | | | the colission-free subsumed extensions. | ||||
* | 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 glGetStringi's return type to String - Fix ExtensionAvailabilityCache: GL3's glGetStringi for GL_EXTENSIONS Ensure to add GL_VERSION_2_0 in case version >= 3.0 Ensure to not exceed version 3.0 for non GL3.1 context. In case of GL 3.1, do not include GL_VERSIONS below 3.0, since this is a forward compatible context. - Add Prologue to glGetString, where the ExtensionCache is being used for GL_EXTENSIONS - if already initialized. This feature adds backward compatibility for GL3 context on GL_EXTENSION. +++ General: Add GLPipelineFactory, a convenient pipeline factory for Debug/Trace and custom ones .. Change 'void setGL(GL)' to 'GL setGL(GL)', and let it return the successful set GL, or null. | ||||
* | Fix: GL2ES1 mapping to GL2ES12 if available | Sven Gothel | 2009-07-31 | 1 | -3/+3 |
| | |||||
* | JOGL: | Sven Gothel | 2009-07-31 | 4 | -9/+5 |
| | | | | | | | | | - GL2ES12: - Fix calling convention, broke on Windows. - Remove GL_APIENTRY on gl2/gl3 header: This was a bug. - Using proper GL2's APIENTRY - jogl.all.jar: Add missing shader code .. | ||||
* | Gluegen: | Sven Gothel | 2009-07-31 | 15 | -211/+306 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Fix array element type name and const qualifier JOGL: - GL3: Set ArgumentIsString for GL3.1 methods - JAR file creation: Add 'filesonly' option - GLU: Static check of available impl., better fallback for GL2 without GLUgl2. - WGL: (Performance + Java2D/GL FBO works again) - Refactor WGL_ARB_pixel_format's HDC -> GLCapabilities: HDC2Caps - Revert change where we always create a dummy drawable/context for WGL selection (HDC2Caps). In case of no multisampling, use PFD2Caps only. - Update config using HDC2Caps (WGL_ARB_pixel_format) after context creation, if not done already -> updateCapabilitiesByWGL(). - profile.jogl: Add debug jars | ||||
* | Fix: CHANGELOG (see repository log for latest changes); COPYRIGHT (add the ↵ | sg215889 | 2009-07-30 | 3 | -8/+46 |
| | | | | FreeBSD 2-clause terms); README (nativewindow, jogl and newt; Add Sven Gothel) | ||||
* | 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 ↵ | sg215889 | 2009-07-29 | 23 | -76/+191 |
| | | | | surfaceUpdated(); BroadcomEGL: Use custom surfaceSwap(); GLDrawableImpl's: Utilize NativeWindow's surfaceSwap() and surfaceUpdated(); Fix common enum of GL2ES1 and GL2GL3, merge them in GL | ||||
* | Remove redundant getGLProfile() from GL interface | sg215889 | 2009-07-29 | 1 | -2/+0 |
| | |||||
* | Fixed GL* documentation. Moved common GL functions to GLBase. Moved ↵ | sg215889 | 2009-07-29 | 26 | -226/+435 |
| | | | | glAllocateMemoryNV to GL2GL3 only. Add GL2GL3 interface. Fix some GL2 signatures. BroadcomEGL disable custom setSize(). | ||||
* | Refine debug message | sg215889 | 2009-07-29 | 2 | -2/+9 |
| | |||||
* | NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use ↵ | sg215889 | 2009-07-28 | 4 | -7/+12 |
| | | | | libEGL(EglUtil) and libGLES_CM(nexus), setSize to screen-size on creation, more debug output | ||||
* | Use getNativeWindowType(custom=true) for factory selection; Don't fail is ↵ | sg215889 | 2009-07-28 | 4 | -8/+12 |
| | | | | non native OS factory is available | ||||
* | 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' ↵ | sg215889 | 2009-07-27 | 19 | -125/+509 |
| | | | | (-Dnativewindow.ws.name=BroadcomEGL): 1st Draft of supporting broadcom's proprietary EGL mapping | ||||
* | Merge branch 'MIPS_PORT' of ssh://[email protected]/jogl~jogl-git ↵ | Morris Meyer | 2009-07-27 | 3 | -8/+6 |
|\ | | | | | | | into MIPS_PORT | ||||
| * | 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 ↵ | sg215889 | 2009-07-24 | 4 | -18/+40 |
| | | | | library is being build. Fixing KD build for non windows. | ||||
* | Add: Extended support for CVM crosscompile: | sg215889 | 2009-07-24 | 52 | -996/+1391 |
| | | | | | | | | | | | | | | | | | | | - Clean up X11 dependency - NativeWindow: - Seperate X11 out of core. - Add nativewindow.x11.jar and nativewindow.x11.cdc.jar - Newt: - Seperate X11,win,osx out of core. - Add newt.x11.jar, newt.win.jar, newt.osx.jar and the CDC variants Fix: External Context & Drawable (X11 and Windows) - Properly fetch current context values (ctx, display, drawable, ..) - Create GraphicsConfiguration based on the given pixelformat/FBConfig Fix: Java2D OpenGL Usage - Using the external context as shared for the external drawable - JAWTUtil: Skip locking in case of OGL-Flush-Queue - TODO: Windows FBO still does not work .. (X11 is fine) | ||||
* | 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 ↵ | sg215889 | 2009-07-15 | 2 | -1/+21 |
| | | | | necessary. | ||||
* | Build CDC named JARs for CVM in default build, no more specialized build ↵ | sg215889 | 2009-07-15 | 2 | -2/+2 |
| | | | | necessary. | ||||
* | Build CDC named JARs for CVM in default build, no more specialized build ↵ | sg215889 | 2009-07-15 | 8 | -398/+402 |
| | | | | necessary. | ||||
* | Adding missing GL3 Debug/Trace to gl2 dbg JAR; Verifying unified CDCFP JARs ↵ | sg215889 | 2009-07-13 | 2 | -14/+37 |
| | | | | of cdcfp-build vs all-build (OK) | ||||
* | Add unique CVM lib dir target in cdcfp build scripts | sg215889 | 2009-07-13 | 2 | -2/+26 |
| |