summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix bug 548 and bug 533 - OSX [10.6] NVidia driver may require glFinish() bef...Sven Gothel2012-01-091-0/+2
* | Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...Sven Gothel2012-01-097-21/+115
* | GLContext/NativeSurface Impl's toString(): Add lock.toString()Sven Gothel2012-01-081-5/+0
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-085-174/+318
* | GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose)..,Sven Gothel2011-12-223-34/+48
* | Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share...Sven Gothel2011-12-181-131/+140
* | MacOSXCGLContext Offscreen Layer: Throw exception in case drawable is not rea...Sven Gothel2011-12-171-2/+5
* | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @...Sven Gothel2011-12-1710-41/+39
* | GLDebugMessageHandler: Move Windows 32bit exclusion to init() block signaling...Sven Gothel2011-12-131-13/+12
* | GLDebugMessageHandler: Disable Windows 32bit due to 32bit on 64bit JVM/OpenGL...Sven Gothel2011-12-131-5/+14
* | MacOSXCGLContext.isGLProfileSupported(): No GL3* on pre lion - early outSven Gothel2011-12-131-0/+5
* | setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...Sven Gothel2011-12-139-43/+69
* | GLDrawableHelper.reshape(): check whether to call GLEventListener's init() ho...Sven Gothel2011-12-111-3/+8
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-117-67/+134
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-015-82/+135
* | GLContext fix shutdown(): Clear proc address tables and extension cache (GLCo...Sven Gothel2011-12-011-2/+6
* | Minor edits.Sven Gothel2011-12-014-16/+1
* | GLDrawableFactory: Implementations lifecycle is handled via constructor/destr...Sven Gothel2011-12-014-116/+168
* | Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-012-2/+5
* | More Robust GLProfile Initialization ; Add NativeWindowFactory ShutdownSven Gothel2011-11-306-18/+51