aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/awt
Commit message (Expand)AuthorAgeFilesLines
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-2/+8
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-173-155/+155
* AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3...Sven Gothel2013-10-181-6/+7
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-152-19/+37
* Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...Sven Gothel2013-10-122-23/+38
* Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:...Sven Gothel2013-10-031-1/+10
* GLJPanel: Fix 7u40 access to property 'sun.java2d.opengl'. Property was trust...Sven Gothel2013-10-031-6/+1
* Add notice about 'GL states' regarding GLSL vertical flip (Bug 842 and Bug 826).Sven Gothel2013-10-021-2/+13
* GLJPanel/AWTGLPixelBuffer: Reused BufferedImage didn't account for row-stride...Sven Gothel2013-10-021-9/+17
* GLJPanel/Printing: Perform backend.reshape immediatly after printing if resiz...Sven Gothel2013-09-291-9/+15
* GLJPanel: Remove forced DEBUG .. at handleReshape in releasePrint (added w/ c...Sven Gothel2013-09-281-1/+1
* AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han...Sven Gothel2013-09-282-13/+31
* Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW...Sven Gothel2013-09-282-7/+8
* TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...Sven Gothel2013-09-272-2/+2
* Fix Bug 826: GLJPanel: Fully restore TextureState and ViewportSven Gothel2013-09-201-7/+46
* AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou...Sven Gothel2013-09-192-24/+36
* AWT Printing: Move init-test of setupPrint(..) to AWT-EDT Runnable ; GLJPanel...Sven Gothel2013-09-172-35/+43
* Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-153-217/+25
* AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr...Sven Gothel2013-09-132-1/+2
* AWT Printing: AWTTilePainter needs to handle null clip!Sven Gothel2013-09-102-2/+2
* AWTPrintLifecycle: Add DEFAULT_PRINT_TILE_SIZE (512); Remove unused imports.Sven Gothel2013-09-083-12/+5
* Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ...Sven Gothel2013-09-082-22/+2
* AWTPrintLifecycle: Add detailed API docSven Gothel2013-09-081-1/+62
* Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an...Sven Gothel2013-09-083-72/+183
* TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint...Sven Gothel2013-09-073-29/+51
* AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r...Sven Gothel2013-09-072-301/+83
* GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):...Sven Gothel2013-09-062-75/+339
* Add AWTPrintLifecycle interface describing impl. w/ setupPrint()/releasePrint...Sven Gothel2013-09-062-1/+52
* GLCanvas Printing WIP: Perform all print* operations on AWT-EDT, clip before ...Sven Gothel2013-09-061-147/+184
* GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ...Sven Gothel2013-09-061-107/+129
* GLCanvas Printing WIP - Add TestTiledPrintingGearsAWTSven Gothel2013-09-051-30/+36
* TileRendererBase: API-doc cleanup; Fix GLCanvas, WIP printing ..Sven Gothel2013-09-051-66/+122
* TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE...Sven Gothel2013-09-051-0/+110
* GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati...Sven Gothel2013-09-041-6/+7
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-3/+9
* GLJPanel: Add remark about FBO / GLSL texture-unit usage in API doc; Add API ...Sven Gothel2013-07-031-4/+61
* GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl...Sven Gothel2013-05-171-10/+3
* Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer...Sven Gothel2013-05-091-17/+40
* Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...Sven Gothel2013-05-081-64/+126
* Add TestGearsGLJPanelAWT, i.e. multiple JPanels w/ GLJPanel running GearsES2 ...Sven Gothel2013-05-081-0/+1
* GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi...Sven Gothel2013-05-081-27/+35
* Complete intend of commit cdbf3f42ea530f91639536e03b2c203715c3c300 - Test for...Sven Gothel2013-04-231-30/+36
* Test for null against a temp variable to narrow racesHarvey Harrison2013-04-191-7/+13
* GLJPanel: Avoid NPE of 'backend' in getChosenGLCapabilities() and DisposeGLEv...Sven Gothel2013-04-181-3/+8
* GLJPanel: setFocusable(true) at ctor to allow keyboard inputSven Gothel2013-04-181-0/+2
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-182-26/+20
* GLJPanel.toString(): Avoid NPESven Gothel2013-04-171-1/+4
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-102-7/+3
* GLJPanel: Refine API docSven Gothel2013-03-261-8/+15
* GLJPanel: No need to utilize AWT Component's default ImageObserver code - pix...Sven Gothel2013-03-191-1/+1