aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
* GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled.Sven Gothel2012-04-032-3/+3
* Texture: Ignore enable/disable for GL_TEXTURE_EXTERNAL_OES; TextureCoords: Ad...Sven Gothel2012-04-032-4/+53
* EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...Sven Gothel2012-04-034-22/+25
* Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr...Sven Gothel2012-04-0212-545/+993
* ProjectFloat: Promote to public, exposing general matrix/vector math, custom ...Sven Gothel2012-04-022-325/+362
* Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566Sven Gothel2012-03-268-13/+43
* Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES)Sven Gothel2012-03-254-17/+32
* X11GLXContext: Remove DEBUG_GLX_MAKECURRENTSven Gothel2012-03-251-7/+0
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-2511-375/+309
* Mark JOGL/GlueGen NativeSignature*Emitter 'to be reviewed' and adapt it to Gl...Sven Gothel2012-03-222-7/+12
* Fix bug 564 - part 2 (X11 Mesa 8.0.1 GL 3.0 w/ failing GLX_ARB_create_context)Sven Gothel2012-03-201-26/+34
* Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t...Sven Gothel2012-03-203-51/+49
* Fix / Cleanup AWT related Threading code: Using enums, properly disable singl...Sven Gothel2012-03-194-47/+46
* X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet )Sven Gothel2012-03-191-3/+3
* GLContextImpl: Detect "llvmpipe" as a software renderer (Mesa 8.0.1)Sven Gothel2012-03-191-1/+2
* Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context)Sven Gothel2012-03-183-19/+26
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-187-9/+7
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-177-88/+335
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-1315-127/+51
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-106-28/+63
* Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demosSven Gothel2012-03-101-14/+15
* ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,...Sven Gothel2012-03-101-17/+19
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-30/+39
* GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4...Sven Gothel2012-03-072-24/+47
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-068-132/+82
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0623-62/+83
* X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...Sven Gothel2012-03-053-34/+5
* Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc ChangesSven Gothel2012-03-052-2/+6
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-0514-203/+369
* Fix GLArrayDataServer.destroy(GL): vboName was cleared by super class before ...Sven Gothel2012-03-051-3/+6
* NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...Sven Gothel2012-03-043-7/+26
* Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ...Sven Gothel2012-02-292-9/+11
* GLContext.isCurrentContextHardwareRasterizer(): Recognize 'softpipe' (Gallium...Sven Gothel2012-02-261-3/+18
* Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ...Sven Gothel2012-02-251-1/+9
* X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ...Sven Gothel2012-02-253-18/+29
* Cleanup DEBUG flags of *GraphicsConfigurationFactory (Use the common 'nativew...Sven Gothel2012-02-254-7/+0
* X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;...Sven Gothel2012-02-255-26/+36
* Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736aSven Gothel2012-02-251-1/+1
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-257-31/+71
* JoglVersion: Avoid NPE if no caps are available.Sven Gothel2012-02-251-3/+5
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-258-29/+43
* Add GLProfile.getGL2GL3() meta profile getter completing getGL2ES[12]()Sven Gothel2012-02-241-0/+32
* MemoryObject: Use proper generics styleSven Gothel2012-02-231-2/+2
* Enhance GLProfile's profile tests - compare the final String references, inst...Sven Gothel2012-02-231-19/+19
* Fix GLProfile.isGL2ES2(): "isGL2() || isGL3()" -> "isGL2GL3()"Sven Gothel2012-02-231-14/+14
* EGL Display Lifecycle Robustness Patch (impl. workaround)Sven Gothel2012-02-224-7/+115
* Fix commit 33249b6eca519947b02f3bfbf05b73d73c936094Sven Gothel2012-02-221-4/+0
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-2222-108/+115
* GraphicsConfigurationFactory: Add DEBUG dump @ chooserSven Gothel2012-02-221-0/+1
* ExtensionAvailabilityCache: Remove 'XXX_NV_vertex_array_range' hackSven Gothel2012-02-221-11/+1