aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-185-7/+6
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-173-10/+10
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-135-83/+24
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-105-23/+19
* 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-0620-55/+76
* X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...Sven Gothel2012-03-053-34/+5
* Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc ChangesSven Gothel2012-03-051-1/+4
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-0514-203/+369
* NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...Sven Gothel2012-03-042-4/+12
* 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-253-14/+25
* Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736aSven Gothel2012-02-251-1/+1
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-255-13/+16
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-255-18/+28
* MemoryObject: Use proper generics styleSven Gothel2012-02-231-2/+2
* 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-2219-99/+106
* GraphicsConfigurationFactory: Add DEBUG dump @ chooserSven Gothel2012-02-221-0/+1
* ExtensionAvailabilityCache: Remove 'XXX_NV_vertex_array_range' hackSven Gothel2012-02-221-11/+1
* Fix VBORegion2PES2: Don't exceed MAQX_TEXTURE_SIZESven Gothel2012-02-221-0/+8
* FontSet (graph): get*(..) throws IOException - Proper passing and handling of...Sven Gothel2012-02-224-17/+22
* EGLDrawable: use the original requested Capabilities, ignore previously chose...Sven Gothel2012-02-221-3/+2
* Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())Sven Gothel2012-02-221-4/+4
* Remove unused class jogamp/opengl/gl2/UtilSven Gothel2012-02-221-244/+0
* API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...Sven Gothel2012-02-204-15/+64
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-203-6/+6
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-191-2/+1
* Fix ExtensionAvailabilityCache ; Enhance caching.Sven Gothel2012-02-1410-86/+96
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-136-74/+86
* MacOSXCGLDrawableFactory: Fix typo 'Applet' -> 'Apple' for APPLE_float_pixelsSven Gothel2012-02-132-8/+15
* Java2D OGLPipeline: Disabled for Max OSXSven Gothel2012-02-131-2/+12
* Fix JOGL GLContextImpl ProcAddressTable and Extension CachingSven Gothel2012-02-136-39/+29
* OpenGL ES/EGL OverhaulSven Gothel2012-02-1312-76/+269
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-3/+3
* GLDynamicLibraryBundleInfo: Remove 'nativewindow_x11' preload lib (implicitly...Sven Gothel2012-01-233-12/+0
* Minor edit: Suppress USE_WGLVersion_Of_5WGLGDIFuncSet message when default.Sven Gothel2012-01-231-1/+3
* Use glFlush() in favor of glFinish() for bug 548 and bug 533 fix - due to per...Sven Gothel2012-01-231-4/+4
* OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r...Sven Gothel2012-01-133-11/+36
* OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no...Sven Gothel2012-01-134-18/+20
* SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license heade...Sven Gothel2012-01-091-652/+0
* Merge pull request #41 from krisher/masterSven Gothel2012-01-091-0/+652
|\
| * Hopefully fixed use of GLCapabilitiesChooser (I didn't realize that this was ...Dan Krisher2011-11-141-24/+3
| * [WIP] Added an SWT based GLCanvas implementation nearly identical to the AWT ...Dan Krisher2011-11-141-0/+673