aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com
Commit message (Expand)AuthorAgeFilesLines
...
| * Bug 818 (OSX 10.6.8 NVIDIA GeForce GT 330M): Add unit test (manual applet)Sven Gothel2013-10-031-0/+308
| * GLJPanel/Printing: Perform backend.reshape immediatly after printing if resiz...Sven Gothel2013-09-295-46/+112
| * AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han...Sven Gothel2013-09-281-0/+13
| * Test AWT Printing: Frame size contains border/insets, use as-is for scaling; ...Sven Gothel2013-09-273-25/+22
| * Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...Sven Gothel2013-09-273-13/+304
| * TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...Sven Gothel2013-09-277-100/+149
| * DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins...Sven Gothel2013-09-278-51/+91
| * Fix MovieCube/Simple Demo in 'Applet' mode: Use default ctor to completly ini...Sven Gothel2013-09-254-16/+93
| * Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...Sven Gothel2013-09-241-23/+97
| * Bug 816: Add unit test 'TestBug816OSXCALayerPosAWT'Sven Gothel2013-09-241-0/+363
| * AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ...Sven Gothel2013-09-203-3/+407
| * Fix Bug 826: GLJPanel: Fully restore TextureState and ViewportSven Gothel2013-09-2013-50/+684
| * TestTiledPrintingGearsSwingAWT: Enable 'bitmap' test only on Windows, issues ...Sven Gothel2013-09-191-7/+12
| * AWT Print Tests: Only include 600dpi tests if requested via main arg '-600dpi'Sven Gothel2013-09-194-4/+8
| * AWTTilePainter: Fix case with no GLOrientation, i.e. no vertical-flip. Tile l...Sven Gothel2013-09-181-2/+17
| * RedSquareES1: Add TileRendererBase.TileRendererNotifySven Gothel2013-09-181-17/+69
| * Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO...Sven Gothel2013-09-177-207/+536
| * TestTiledPrintingNIOImageSwingAWT: Add layered test ; Use 300dpi instead of 6...Sven Gothel2013-09-161-3/+9
| * Add 'DirectDataBufferInt' supporting NIO based BufferedImagesSven Gothel2013-09-162-2/+298
| * Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-154-86/+138
| * Gears, GearsES2, RedSquareES2: Proper debug output for init, reshape and disposeSven Gothel2013-09-113-7/+7
| * Add 2nd 'demo' canvas to the other tiled printing tests.Sven Gothel2013-09-112-31/+63
| * RedSquareES2: Fix tiled aspect ratioSven Gothel2013-09-111-1/+1
| * TestTiledPrintingGearsSwingAWT: Add a second demo GLEventListener showing it'...Sven Gothel2013-09-104-25/+104
| * Gears*: Clarify frustum calculation for tilingSven Gothel2013-09-102-4/+4
| * NewtCanvasAWT: Implement AWTPrintLifecycle and hence support for AWT printing.Sven Gothel2013-09-081-0/+241
| * TiledPrintingAWTBase/doc: Add description of how-to add a 'print-to-file' pri...Sven Gothel2013-09-081-13/+33
| * TileRenderer*: Fix pre-swap and post-swap in regards to endTile(..), i.e. pre...Sven Gothel2013-09-081-16/+56
| * Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an...Sven Gothel2013-09-083-143/+98
| * TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint...Sven Gothel2013-09-074-205/+293
| * TileRenderer*: Fix FBO MSAA use-case, i.e. call swapBuffers() before endTile(...Sven Gothel2013-09-076-41/+187
| * Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ...Sven Gothel2013-09-075-15/+16
| * TestTiledPrintingGears*AWT: Add 4s delay before closing frame and ending unit...Sven Gothel2013-09-063-9/+5
| * 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