| Commit message (Expand) | Author | Age | Files | Lines |
* | NewtCanvasAWT: Implement AWTPrintLifecycle and hence support for AWT printing. | Sven Gothel | 2013-09-08 | 1 | -0/+241 |
* | TiledPrintingAWTBase/doc: Add description of how-to add a 'print-to-file' pri... | Sven Gothel | 2013-09-08 | 1 | -13/+33 |
* | TileRenderer*: Fix pre-swap and post-swap in regards to endTile(..), i.e. pre... | Sven Gothel | 2013-09-08 | 1 | -16/+56 |
* | Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an... | Sven Gothel | 2013-09-08 | 3 | -143/+98 |
* | TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint... | Sven Gothel | 2013-09-07 | 4 | -205/+293 |
* | TileRenderer*: Fix FBO MSAA use-case, i.e. call swapBuffers() before endTile(... | Sven Gothel | 2013-09-07 | 6 | -41/+187 |
* | Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ... | Sven Gothel | 2013-09-07 | 5 | -15/+16 |
* | TestTiledPrintingGears*AWT: Add 4s delay before closing frame and ending unit... | Sven Gothel | 2013-09-06 | 3 | -9/+5 |
* | GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):... | Sven Gothel | 2013-09-06 | 4 | -13/+249 |
* | Add AWTPrintLifecycle interface describing impl. w/ setupPrint()/releasePrint... | Sven Gothel | 2013-09-06 | 2 | -257/+315 |
* | TestTiledPrintingGearsAWT: Perform AWT mods on AWT-EDT, always perform g.scal... | Sven Gothel | 2013-09-06 | 1 | -13/+23 |
* | GLCanvas Printing WIP: Perform all print* operations on AWT-EDT, clip before ... | Sven Gothel | 2013-09-06 | 1 | -26/+76 |
* | GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ... | Sven Gothel | 2013-09-06 | 1 | -57/+147 |
* | TileRendering / Gears: Clarify PMV math, if tiling use white background (-> p... | Sven Gothel | 2013-09-06 | 1 | -6/+14 |
* | TileRenderer*: TileRenderer adds setTileOffset(..), getParam(pname) shall alw... | Sven Gothel | 2013-09-06 | 1 | -1/+2 |
* | Add TestGLContextDrawableSwitch02AWT: Test AWT GLCanvas <-> GLOffscreenAutoDr... | Sven Gothel | 2013-09-05 | 1 | -0/+192 |
* | TestTiledPrintingGearsAWT: Fix margin translate for high dpi, i.e. other than... | Sven Gothel | 2013-09-05 | 1 | -6/+11 |
* | GLCanvas Printing WIP - Add TestTiledPrintingGearsAWT | Sven Gothel | 2013-09-05 | 1 | -0/+302 |
* | TileRendererBase: Add interface TileRendererNotify, to notify implementing GL... | Sven Gothel | 2013-09-05 | 5 | -18/+13 |
* | TileRendererBase: Add toString(), Proper tile unit test names, i.e. add NEWT ... | Sven Gothel | 2013-09-05 | 4 | -14/+10 |
* | TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE... | Sven Gothel | 2013-09-05 | 5 | -207/+568 |
* | TileRenderer*: Align impl. to common abstract superclass TileRendererBase (cl... | Sven Gothel | 2013-09-04 | 3 | -9/+9 |
* | TileRenderer: Unify TileRenderer, add RandomTileRenderer (both utilizing GLPi... | Sven Gothel | 2013-09-04 | 5 | -307/+489 |
* | Cleaned up TiledRenderer capable to be used w/ GL2ES3 and TiledRenderer2 to b... | Sven Gothel | 2013-09-03 | 2 | -0/+307 |
* | Gears: Make rotation optional | Sven Gothel | 2013-09-03 | 1 | -2/+7 |
* | X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m... | Sven Gothel | 2013-09-02 | 1 | -3/+3 |
* | Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ... | Sven Gothel | 2013-09-02 | 1 | -6/+11 |
* | Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes; Re... | Sven Gothel | 2013-09-02 | 218 | -6/+658 |
* | GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne... | Sven Gothel | 2013-08-31 | 2 | -3/+3 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 2 | -55/+129 |
* | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 3 | -11/+184 |
* | AndroidGLMediaPlayerAPI14: Fix implementation to coop w/ threaded decoder / A... | Sven Gothel | 2013-08-25 | 5 | -18/+6 |
* | GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all... | Sven Gothel | 2013-08-25 | 2 | -0/+18 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE | Sven Gothel | 2013-08-24 | 6 | -77/+68 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIP | Sven Gothel | 2013-08-23 | 5 | -246/+436 |
* | TextureSequence: Add END_OF_STREAM_PTS, remove 'blocking' from getNextTexture... | Sven Gothel | 2013-08-23 | 2 | -2/+2 |
* | GLMediaPlayer: Use URI instead of URL / Misc refinements | Sven Gothel | 2013-08-17 | 5 | -55/+120 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIP | Sven Gothel | 2013-08-16 | 2 | -16/+12 |
* | Refine unit test Bug 817 c19f9916bc59765e5aaf307b8ecd5d25dfcad6b6 / Add pbuff... | Sven Gothel | 2013-08-16 | 1 | -6/+24 |
* | Provide unit test for Bug 817 | Sven Gothel | 2013-08-16 | 1 | -0/+109 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIP | Sven Gothel | 2013-08-14 | 6 | -123/+295 |
* | GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available... | Sven Gothel | 2013-08-10 | 3 | -8/+31 |
* | ES2 NEWT Tests: GearsES2/RedSquareES2 - Don'w use AWTRobot if AWT is n/a (Ji ... | Sven Gothel | 2013-08-10 | 2 | -2/+8 |
* | FFMPEGPlayer Audio Sink Refactoring .. | Sven Gothel | 2013-07-19 | 2 | -2/+2 |
* | Fix Bug 744: Added support of RLE encoded .tga | Petr Skramovsky | 2013-07-17 | 3 | -0/+165 |
* | GLSL core fixes - texture2D and varying/attributes/.. preprocessing | Sven Gothel | 2013-07-17 | 2 | -1/+14 |
* | TestBug722GLContextDrawableSwitchNewt2AWT: Test n/a if JAWT requires offscree... | Sven Gothel | 2013-07-17 | 1 | -1/+9 |
* | Use MaxFixedFunc(..) GLProfile if pbuffer or GL2-compat is required. | Sven Gothel | 2013-07-17 | 5 | -8/+8 |
* | More shader fixes for core (GLSL 150): texture2D -> texture, texture3D is dep... | Sven Gothel | 2013-07-17 | 1 | -1/+2 |
* | Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add... | Sven Gothel | 2013-07-17 | 6 | -41/+39 |