aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
...
* TextureIO (TGA/NetPbm): Allow GL_BGR[A] and use GL_BGRA if available ; Fix Ne...Sven Gothel2012-02-224-61/+76
* Fix GLReadBufferUtil for ES platforms: RGB read format may not be supported. ...Sven Gothel2012-02-221-13/+44
* FBObject: Meaningfull error message if TexImage2D fails.Sven Gothel2012-02-221-10/+17
* FontSet (graph): get*(..) throws IOException - Proper passing and handling of...Sven Gothel2012-02-225-19/+26
* 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-225-11/+22
* 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-207-112/+268
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-204-35/+15
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-194-34/+63
* GLGLuegen: Enhance debug/analysis code and API commentsSven Gothel2012-02-154-41/+94
* Fix ExtensionAvailabilityCache ; Enhance caching.Sven Gothel2012-02-1412-123/+129
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-138-106/+150
* OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations)Sven Gothel2012-02-131-5/+15
* 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-1322-298/+585
* javac - setup encoding to UTF-8Sven Gothel2012-01-232-7/+7
* 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
* Merge pull request #43 from krisher/masterSven Gothel2012-01-191-2/+15
|\
| * Fix for use of SWT GLCanvas in headless mode (or with threading in worker mod...Dan Krisher2012-01-111-2/+15
* | NEWT/OSX CALayer Animation Fix: Use '[layer removeAllAnimations]', '[layer re...Sven Gothel2012-01-161-6/+0
* | Minor Edits: Add GL_RENDERER to JoglVersion dump; Fix typo in PMVMatrix.Sven Gothel2012-01-142-4/+6
* | OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r...Sven Gothel2012-01-134-12/+42
* | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no...Sven Gothel2012-01-135-31/+36
|/
* Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threa...Sven Gothel2012-01-091-0/+4
* minor edits / clarify SWT test descripionSven Gothel2012-01-091-1/+0
* SWT GLCanvas: Adapt to latest JOGL changes (init, destroy, ..), Align main() ...Sven Gothel2012-01-092-60/+63
* minor editsSven Gothel2012-01-091-2/+0
* SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license heade...Sven Gothel2012-01-091-133/+30
* 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-082-6/+8
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-088-254/+377
* | Animator*: Clarify debug outputSven Gothel2012-01-072-6/+8
* | Fix bug 549 - Incorrect calculation of count value in GLUniformData due to ig...Sven Gothel2012-01-051-3/+3
* | GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose)..,Sven Gothel2011-12-225-138/+142
* | GLBuffer: Add NV_texture_shader HILO format and HILO16 typev2.0-rc5rc_fiveSven Gothel2011-12-191-8/+24
* | CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ...Sven Gothel2011-12-182-1/+20
* | Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share...Sven Gothel2011-12-181-131/+140
* | MaxOSXWindowSystemInterface: deleteContext / releaseNSOpenGLLayer:Sven Gothel2011-12-172-10/+25
* | MacOSXCGLContext Offscreen Layer: Throw exception in case drawable is not rea...Sven Gothel2011-12-171-2/+5
* | New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...Sven Gothel2011-12-171-31/+67
* | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @...Sven Gothel2011-12-1711-41/+40