summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-17296-4618/+4618
* Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2...Sven Gothel2013-10-171-11/+29
* Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat...Sven Gothel2013-10-171-8/+8
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-151-8/+13
* Merge pull request #71 from esemplare/masterSven Gothel2013-10-121-14/+63
|\
| * Fix Bug 365: Bug on javax.media.opengl.glu.GLU.gluBuild2DMipmapsMichael Esemplare2013-10-071-14/+63
* | Bug 860 - AWT Printing (AWTTilePainter): Shall use the enclosing integer rect...Sven Gothel2013-10-121-7/+2
* | Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0Sven Gothel2013-10-101-2/+2
* | Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-101-4/+11
* | NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ...Sven Gothel2013-10-071-1/+1
* | FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20Sven Gothel2013-10-071-1/+2
* | Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN...Sven Gothel2013-10-061-0/+2
* | AWTTilePainter: Avoid NPE if Graphic2D's AffineTransform is null, use identit...Sven Gothel2013-10-031-5/+12
* | Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:...Sven Gothel2013-10-031-6/+16
* | Bug 548: GLRendererQuirks.GLFlushBeforeRelease is needed on OSX < 10.7.3 w/ N...Sven Gothel2013-10-031-2/+2
|/
* TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...Sven Gothel2013-09-271-3/+3
* Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...Sven Gothel2013-09-216-28/+28
* AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ...Sven Gothel2013-09-201-19/+20
* Bug 839: Clarifying GLStateTracker.clearStates(..) remove 'enable' change - P...Sven Gothel2013-09-202-9/+12
* AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou...Sven Gothel2013-09-191-31/+42
* AWTTilePainter: Fix case with no GLOrientation, i.e. no vertical-flip. Tile l...Sven Gothel2013-09-181-11/+2
* AWTTilePainter: Fix DEBUG message (used wrong value at println)Sven Gothel2013-09-181-1/+1
* Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni...Sven Gothel2013-09-183-104/+109
* Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO...Sven Gothel2013-09-171-1/+1
* Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-151-45/+144
* AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr...Sven Gothel2013-09-131-31/+55
* Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ...Sven Gothel2013-09-117-13/+5
* AWT Printing: AWTTilePainter needs to handle null clip!Sven Gothel2013-09-101-6/+10
* Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ...Sven Gothel2013-09-081-0/+17
* Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an...Sven Gothel2013-09-081-18/+35
* TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint...Sven Gothel2013-09-071-1/+1
* AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r...Sven Gothel2013-09-071-0/+217
* GLVBOArrayHandler: Remove unused importsSven Gothel2013-09-051-3/+0
* Revert commit 4beef4fe856690b070ba06a6caf4515aebd7171b manually for testing p...Sven Gothel2013-09-021-2/+2
* X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m...Sven Gothel2013-09-021-2/+2
* Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ...Sven Gothel2013-09-021-1/+1
* FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com...Sven Gothel2013-09-011-2/+2
* GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne...Sven Gothel2013-08-311-14/+16
* GLMediaPlayer enhancements: State, Camera options, detect and act on orientat...Sven Gothel2013-08-306-35/+75
* FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca...Sven Gothel2013-08-301-1/+1
* Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-299-156/+344
* Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...Sven Gothel2013-08-283-154/+286
* FFMPEGMediaPlayer: Fix av-audio-fmt -> AudioFormat parsing (fixedP was wrong ...Sven Gothel2013-08-281-8/+7
* GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...Sven Gothel2013-08-277-68/+244
* ALAudioSink: Remove force DEBUG infoSven Gothel2013-08-261-1/+1
* FFMPEGNatives*: Add missing license headerSven Gothel2013-08-264-0/+108
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-267-250/+383
* ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-codeSven Gothel2013-08-261-9/+5
* libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti...Sven Gothel2013-08-262-80/+171
* AudioSink: Fixe type names ; Enhance AudioFormat negotiation ; ALAudioSink ad...Sven Gothel2013-08-263-43/+127