summaryrefslogtreecommitdiffstats
path: root/src/test/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
...
| * GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):...Sven Gothel2013-09-064-13/+249
| * Add AWTPrintLifecycle interface describing impl. w/ setupPrint()/releasePrint...Sven Gothel2013-09-062-257/+315
| * TestTiledPrintingGearsAWT: Perform AWT mods on AWT-EDT, always perform g.scal...Sven Gothel2013-09-061-13/+23
| * GLCanvas Printing WIP: Perform all print* operations on AWT-EDT, clip before ...Sven Gothel2013-09-061-26/+76
| * GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ...Sven Gothel2013-09-061-57/+147
| * TileRendering / Gears: Clarify PMV math, if tiling use white background (-> p...Sven Gothel2013-09-061-6/+14
| * TileRenderer*: TileRenderer adds setTileOffset(..), getParam(pname) shall alw...Sven Gothel2013-09-061-1/+2
| * Add TestGLContextDrawableSwitch02AWT: Test AWT GLCanvas <-> GLOffscreenAutoDr...Sven Gothel2013-09-051-0/+192
| * TestTiledPrintingGearsAWT: Fix margin translate for high dpi, i.e. other than...Sven Gothel2013-09-051-6/+11
| * GLCanvas Printing WIP - Add TestTiledPrintingGearsAWTSven Gothel2013-09-051-0/+302
| * TileRendererBase: Add interface TileRendererNotify, to notify implementing GL...Sven Gothel2013-09-055-18/+13
| * TileRendererBase: Add toString(), Proper tile unit test names, i.e. add NEWT ...Sven Gothel2013-09-054-14/+10
| * TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE...Sven Gothel2013-09-055-207/+568
| * TileRenderer*: Align impl. to common abstract superclass TileRendererBase (cl...Sven Gothel2013-09-043-9/+9
| * TileRenderer: Unify TileRenderer, add RandomTileRenderer (both utilizing GLPi...Sven Gothel2013-09-045-307/+489
| * Cleaned up TiledRenderer capable to be used w/ GL2ES3 and TiledRenderer2 to b...Sven Gothel2013-09-032-0/+307
| * Gears: Make rotation optionalSven Gothel2013-09-031-2/+7
| * X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m...Sven Gothel2013-09-021-3/+3
| * Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ...Sven Gothel2013-09-021-6/+11
| * Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes; Re...Sven Gothel2013-09-02218-6/+658
| * GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne...Sven Gothel2013-08-312-3/+3
| * GLMediaPlayer enhancements: State, Camera options, detect and act on orientat...Sven Gothel2013-08-302-55/+129
| * GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...Sven Gothel2013-08-273-11/+184
| * AndroidGLMediaPlayerAPI14: Fix implementation to coop w/ threaded decoder / A...Sven Gothel2013-08-255-18/+6
| * GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all...Sven Gothel2013-08-252-0/+18
| * GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONESven Gothel2013-08-246-77/+68
| * GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIPSven Gothel2013-08-235-246/+436
| * TextureSequence: Add END_OF_STREAM_PTS, remove 'blocking' from getNextTexture...Sven Gothel2013-08-232-2/+2
| * GLMediaPlayer: Use URI instead of URL / Misc refinementsSven Gothel2013-08-175-55/+120
| * GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIPSven Gothel2013-08-162-16/+12
| * Refine unit test Bug 817 c19f9916bc59765e5aaf307b8ecd5d25dfcad6b6 / Add pbuff...Sven Gothel2013-08-161-6/+24
| * Provide unit test for Bug 817Sven Gothel2013-08-161-0/+109
| * GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIPSven Gothel2013-08-146-123/+295
| * GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...Sven Gothel2013-08-103-8/+31
| * ES2 NEWT Tests: GearsES2/RedSquareES2 - Don'w use AWTRobot if AWT is n/a (Ji ...Sven Gothel2013-08-102-2/+8
| * FFMPEGPlayer Audio Sink Refactoring ..Sven Gothel2013-07-192-2/+2
| * Fix Bug 744: Added support of RLE encoded .tgaPetr Skramovsky2013-07-173-0/+165
| * GLSL core fixes - texture2D and varying/attributes/.. preprocessingSven Gothel2013-07-172-1/+14
| * TestBug722GLContextDrawableSwitchNewt2AWT: Test n/a if JAWT requires offscree...Sven Gothel2013-07-171-1/+9
| * Use MaxFixedFunc(..) GLProfile if pbuffer or GL2-compat is required.Sven Gothel2013-07-175-8/+8
| * More shader fixes for core (GLSL 150): texture2D -> texture, texture3D is dep...Sven Gothel2013-07-171-1/+2
| * Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-176-41/+39
| * Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...Sven Gothel2013-07-161-0/+69
| * Tests: Cleanup for GL core usage p2 - (Proper GLSL version number)Sven Gothel2013-07-165-14/+22
| * Tests: Cleanup for GL core usage (Skip texture enable/disable, proper GLSL ve...Sven Gothel2013-07-1615-128/+155
| * GPUUISceneGLListener0A: Rotate on vertical scroll ..Sven Gothel2013-07-161-1/+1
| * Fix PointsDemoES1: No zero point size allowedSven Gothel2013-07-161-1/+1
| * Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-154-15/+22
| * TestMainVersionGLWindowNEWT: Add 'manual' version get/print for verification.Sven Gothel2013-07-101-0/+6
| * TestGLWindows02NEWTAnimated: Give animator a chance to become paused after pu...Sven Gothel2013-07-101-0/+7