| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ... | Sven Gothel | 2013-10-19 | 2 | -59/+31 |
* | jogl: fix two impossible comparisons in glu/tessellator | Harvey Harrison | 2013-10-17 | 1 | -2/+2 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 153 | -1/+466 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 296 | -4618/+4618 |
* | Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2... | Sven Gothel | 2013-10-17 | 1 | -11/+29 |
* | Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat... | Sven Gothel | 2013-10-17 | 1 | -8/+8 |
* | AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo... | Sven Gothel | 2013-10-15 | 1 | -8/+13 |
* | Merge pull request #71 from esemplare/master | Sven Gothel | 2013-10-12 | 1 | -14/+63 |
|\ |
|
| * | Fix Bug 365: Bug on javax.media.opengl.glu.GLU.gluBuild2DMipmaps | Michael Esemplare | 2013-10-07 | 1 | -14/+63 |
* | | Bug 860 - AWT Printing (AWTTilePainter): Shall use the enclosing integer rect... | Sven Gothel | 2013-10-12 | 1 | -7/+2 |
* | | Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0 | Sven Gothel | 2013-10-10 | 1 | -2/+2 |
* | | Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core... | Sven Gothel | 2013-10-10 | 1 | -4/+11 |
* | | NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ... | Sven Gothel | 2013-10-07 | 1 | -1/+1 |
* | | FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20 | Sven Gothel | 2013-10-07 | 1 | -1/+2 |
* | | Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN... | Sven Gothel | 2013-10-06 | 1 | -0/+2 |
* | | AWTTilePainter: Avoid NPE if Graphic2D's AffineTransform is null, use identit... | Sven Gothel | 2013-10-03 | 1 | -5/+12 |
* | | Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:... | Sven Gothel | 2013-10-03 | 1 | -6/+16 |
* | | Bug 548: GLRendererQuirks.GLFlushBeforeRelease is needed on OSX < 10.7.3 w/ N... | Sven Gothel | 2013-10-03 | 1 | -2/+2 |
|/ |
|
* | TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct... | Sven Gothel | 2013-09-27 | 1 | -3/+3 |
* | Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn... | Sven Gothel | 2013-09-21 | 6 | -28/+28 |
* | AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ... | Sven Gothel | 2013-09-20 | 1 | -19/+20 |
* | Bug 839: Clarifying GLStateTracker.clearStates(..) remove 'enable' change - P... | Sven Gothel | 2013-09-20 | 2 | -9/+12 |
* | AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou... | Sven Gothel | 2013-09-19 | 1 | -31/+42 |
* | AWTTilePainter: Fix case with no GLOrientation, i.e. no vertical-flip. Tile l... | Sven Gothel | 2013-09-18 | 1 | -11/+2 |
* | AWTTilePainter: Fix DEBUG message (used wrong value at println) | Sven Gothel | 2013-09-18 | 1 | -1/+1 |
* | Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni... | Sven Gothel | 2013-09-18 | 3 | -104/+109 |
* | Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO... | Sven Gothel | 2013-09-17 | 1 | -1/+1 |
* | Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW... | Sven Gothel | 2013-09-15 | 1 | -45/+144 |
* | AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr... | Sven Gothel | 2013-09-13 | 1 | -31/+55 |
* | Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ... | Sven Gothel | 2013-09-11 | 7 | -13/+5 |
* | AWT Printing: AWTTilePainter needs to handle null clip! | Sven Gothel | 2013-09-10 | 1 | -6/+10 |
* | Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ... | Sven Gothel | 2013-09-08 | 1 | -0/+17 |
* | Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an... | Sven Gothel | 2013-09-08 | 1 | -18/+35 |
* | TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint... | Sven Gothel | 2013-09-07 | 1 | -1/+1 |
* | AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r... | Sven Gothel | 2013-09-07 | 1 | -0/+217 |
* | GLVBOArrayHandler: Remove unused imports | Sven Gothel | 2013-09-05 | 1 | -3/+0 |
* | Revert commit 4beef4fe856690b070ba06a6caf4515aebd7171b manually for testing p... | Sven Gothel | 2013-09-02 | 1 | -2/+2 |
* | X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m... | Sven Gothel | 2013-09-02 | 1 | -2/+2 |
* | Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ... | Sven Gothel | 2013-09-02 | 1 | -1/+1 |
* | FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com... | Sven Gothel | 2013-09-01 | 1 | -2/+2 |
* | GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne... | Sven Gothel | 2013-08-31 | 1 | -14/+16 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 6 | -35/+75 |
* | FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca... | Sven Gothel | 2013-08-30 | 1 | -1/+1 |
* | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 9 | -156/+344 |
* | Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ... | Sven Gothel | 2013-08-28 | 3 | -154/+286 |
* | FFMPEGMediaPlayer: Fix av-audio-fmt -> AudioFormat parsing (fixedP was wrong ... | Sven Gothel | 2013-08-28 | 1 | -8/+7 |
* | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 7 | -68/+244 |
* | ALAudioSink: Remove force DEBUG info | Sven Gothel | 2013-08-26 | 1 | -1/+1 |
* | FFMPEGNatives*: Add missing license header | Sven Gothel | 2013-08-26 | 4 | -0/+108 |
* | libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM... | Sven Gothel | 2013-08-26 | 7 | -250/+383 |