aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some JavaDoc and API doc (reference) bugs ..Sven Gothel2013-09-089-54/+65
* 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
* Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ...Sven Gothel2013-09-072-2/+10
* 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
* GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience.Sven Gothel2013-09-032-0/+21
* Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib...Sven Gothel2013-09-021-6/+2
* GLContext: Add missing 'isGLESProfile()' and fix 'isGLcore()', i.e. GL2ES2 ->...Sven Gothel2013-08-311-1/+2
* Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl...Sven Gothel2013-08-141-2/+2
* GLDrawableFactory: Expose createDummyDrawable(..) / GLDrawableFactoryImpl: Ma...Sven Gothel2013-08-101-1/+15
* GLContext: Refine API doc (CONTEXT_NOT_CURRENT.. values) / Exception messageSven Gothel2013-08-101-3/+3
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-173-8/+19
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-171-7/+11
* Fix GLContext.isGLES3CompatAvailable(..) API doc and reorder query (from comm...Sven Gothel2013-07-161-4/+4
* Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...Sven Gothel2013-07-163-47/+97
* GLProfile: Abstract profile to impl. mapping, i.e. GL2ES2 -> GL3, favors core...Sven Gothel2013-07-161-26/+20
* GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries.Sven Gothel2013-07-162-10/+52
* Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..); BuildCom...Sven Gothel2013-07-1611-2/+238
* Fix value range of CTX_* options bits, regression of commit 3a0d7703da32e9a5d...Sven Gothel2013-07-151-7/+10
* Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo...Sven Gothel2013-07-152-32/+160
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-154-197/+442
* Workaround NVidia driver 325.8 returning 4.3-compat for any compat request, i...Sven Gothel2013-07-051-3/+10
* Remove deprecated methods.Sven Gothel2013-07-041-4/+0
* GLJPanel: Add remark about FBO / GLSL texture-unit usage in API doc; Add API ...Sven Gothel2013-07-031-4/+61
* GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names...Sven Gothel2013-07-031-10/+10
* Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa...Sven Gothel2013-06-231-34/+22
* ES3.0 GLContext: Handle ES3.0 GLSL Version Number - Static detection and 'es'...Sven Gothel2013-06-161-9/+22
* Mitigate Bug 728: Java Web Start Shutdown: Exception "java.lang.IllegalStateE...Sven Gothel2013-06-131-1/+9
* Fix my sloppy commit f50caa5241b5eef286e8c10b74b5297e5821da2b: Didn't intend ...Sven Gothel2013-06-121-2/+2
* GLContext: Make 'deviceVersion' fields final. Reviewed by Harvey.Sven Gothel2013-06-121-2/+2
* Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn...Sven Gothel2013-06-091-12/+16
* GLVersionNumber.createVendorVersion(): Only test match result and potentially...Sven Gothel2013-05-311-9/+9
* GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl...Sven Gothel2013-05-171-10/+3
* Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-171-12/+22
* 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