Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parented | Sven Gothel | 2009-09-29 | 2 | -36/+57 |
| | |||||
* | Oops .. fixed compile error | Sven Gothel | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | Fix MacOSX External GLContext | Sven Gothel | 2009-09-25 | 8 | -178/+448 |
| | |||||
* | Let the GLCapabilityChooser run over the fallback fixed GLCapabilities [last ↵ | Sven Gothel | 2009-09-24 | 1 | -2/+13 |
| | | | | resort] | ||||
* | NEWT AWT: Use size/pos from external frame | Sven Gothel | 2009-09-14 | 1 | -0/+4 |
| | |||||
* | NEWT: More elegant custom constructor type verification and setting by ↵ | Sven Gothel | 2009-09-14 | 2 | -34/+107 |
| | | | | Window class impl. ; AWTWindow allow pure Container in cstr, ie an Applet | ||||
* | Newt.AWT: avoid npe | Sven Gothel | 2009-09-13 | 1 | -2/+4 |
| | |||||
* | NEWT: remove redundant test code | Sven Gothel | 2009-09-13 | 1 | -3/+0 |
| | |||||
* | NEWT: native parenting Win32 OK | Sven Gothel | 2009-09-13 | 2 | -43/+88 |
| | |||||
* | Newt: MacOSX child clipping tests (failed) | Sven Gothel | 2009-09-12 | 3 | -6/+25 |
| | |||||
* | Newt: native window parenting MacOSX: OK (but parent clipping is missing) ; ↵ | Sven Gothel | 2009-09-12 | 6 | -54/+101 |
| | | | | X11: windowResize event handled | ||||
* | NEWT: Native window parenting (X11: OK); AWTWindow external Frame OK | Sven Gothel | 2009-09-12 | 6 | -31/+115 |
| | |||||
* | NEWT: Basic/Naive window parenting support ; NEWT GLWindow: remove ambigous ↵ | Sven Gothel | 2009-09-12 | 12 | -49/+73 |
| | | | | create functions, ie with Window and Capabilities arguments | ||||
* | newt: mac os mouse wheel event support, also made it more consistent with ↵ | trembovetski | 2009-08-25 | 2 | -3/+54 |
| | | | | windows | ||||
* | newt: one more attempt to commit insets-related changes | trembovetski | 2009-08-20 | 8 | -14/+262 |
| | |||||
* | newt: additional insets support for GL and AWT Window | trembovetski | 2009-08-20 | 2 | -1/+23 |
| | |||||
* | newt: added support for window insets. Only implemented for Windows and MacOS. | trembovetski | 2009-08-20 | 1 | -0/+96 |
| | | | | | Also clarified the meaning of setSize/getWidth/getHeight - they are assumed to be the size of the client area, excluding decorations. | ||||
* | newt: added expose/paint event notification needed for passive rendering. ↵ | trembovetski | 2009-08-14 | 4 | -1/+177 |
| | | | | Currently only implemented on Windows. | ||||
* | NativeWindow: Add destroy() method, allowing external module to dispose a ↵ | Sven Gothel | 2009-08-10 | 3 | -0/+22 |
| | | | | NativeWindow instance | ||||
* | Fix Offscreen/PBuffer [WGL/GLX]: No XVisual/PFD necessary here .. | Sven Gothel | 2009-08-06 | 3 | -13/+18 |
| | |||||
* | Update GlueGen to 7dc9c5601d5689dcbc003ca51cfe826942ea3e6b (latest) | Sven Gothel | 2009-08-05 | 5 | -31/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes for OpenGL 3.2 - More strict define/function checking - Better documentation in source code: extension relation - GL extension marker exclusion is done by GlueGen now - Adapted gluegen cfg files Added OpenGL 3.2 extensions for GL3 Revalidation of all OpenGL 2.0/3.0/3.1 and 3.2 extensions GL2GL3 based on OpenGL 2.0/3.0 headers EGL shares common egl-common.cfg file Removed experimental java system property 'jogl.GLContext.3_2', try a 3.2 context in case of GL3. X11GLXContext: - Always try to make a created context current, to verify it's usability. This is different than under WGL. - Temporary removed usage: GLX.GLX_CONTEXT_PROFILE_MASK_ARB NV driver bug. | ||||
* | 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 | 3 | -50/+108 |
| | | | | | | | | | | | | GLX_ARB_create_context: Add 3.2 context WGL_ARB_create_context: Add 3.2 context Add: Trying to use 3.2 core profile creation for GL3, disabled by default. (Disabled per default due to a freezing JVM on Linux _after_ the Java main thread and Hotspot finishes.) Experimental: You may try '3.2 core profile creation' setting the java system property 'jogl.GLContext.3_2'. | ||||
* | Fix GLX/WGL GraphicsConfigurationFactory: Be more relaxed in error handling ↵ | Sven Gothel | 2009-08-02 | 2 | -8/+34 |
| | | | | - keep going, even if underlying impl/modules cannot choose a config. Allows VBOX to run NEWT/JOGL | ||||
* | Fix doc bug @arg -> @param | Sven Gothel | 2009-08-02 | 7 | -25/+25 |
| | |||||
* | Update documentation (OpenGL 3.0, 3.1 specifics); Fix ↵ | Sven Gothel | 2009-08-02 | 1 | -9/+6 |
| | | | | 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 | 1 | -5/+4 |
| | | | | the colission-free subsumed extensions. | ||||
* | Oops: Accidently removed AWT Display selection in NEWT | Sven Gothel | 2009-08-01 | 1 | -0/+2 |
| | |||||
* | 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 | 10 | -44/+395 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 |
| | |||||
* | Gluegen: | Sven Gothel | 2009-07-31 | 8 | -107/+187 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 SwapInterval (return value, check ctx current, egl), add getSwapInterval. | sg215889 | 2009-07-30 | 8 | -36/+60 |
| | |||||
* | Fix: Check if windowHandle is already created | sg215889 | 2009-07-30 | 3 | -20/+26 |
| | |||||
* | Cleanup: Remove NativeWindowFactory.TYPE_BROADCOM_EGL | sg215889 | 2009-07-30 | 1 | -5/+0 |
| | |||||
* | 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 | 19 | -64/+135 |
| | | | | surfaceUpdated(); BroadcomEGL: Use custom surfaceSwap(); GLDrawableImpl's: Utilize NativeWindow's surfaceSwap() and surfaceUpdated(); Fix common enum of GL2ES1 and GL2GL3, merge them in GL | ||||
* | Fixed GL* documentation. Moved common GL functions to GLBase. Moved ↵ | sg215889 | 2009-07-29 | 4 | -24/+174 |
| | | | | 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 | 3 | -5/+10 |
| | | | | 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 | ||||
* | Cleanup .. | sg215889 | 2009-07-28 | 7 | -46/+15 |
| | |||||
* | Fix BroadcomEGL: Proper EGLGraphicsConfiguration at creation time | sg215889 | 2009-07-28 | 2 | -6/+11 |
| | |||||
* | EGL changes for device | Morris Meyer | 2009-07-28 | 8 | -13/+54 |
| | |||||
* | Add Custom NativeWindow Type 'BroadcomEGL' ↵ | sg215889 | 2009-07-27 | 12 | -46/+438 |
| | | | | (-Dnativewindow.ws.name=BroadcomEGL): 1st Draft of supporting broadcom's proprietary EGL mapping | ||||
* | mips changes | Morris Meyer | 2009-07-27 | 4 | -2/+93 |
| | |||||
* | NEWT: Adding KD if building with OpenGL. Fixing build in case no native ↵ | sg215889 | 2009-07-24 | 1 | -12/+16 |
| | | | | library is being build. Fixing KD build for non windows. |