| Commit message (Expand) | Author | Age | Files | Lines |
* | AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r... | Sven Gothel | 2013-09-07 | 2 | -301/+83 |
* | GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):... | Sven Gothel | 2013-09-06 | 2 | -75/+339 |
* | Add AWTPrintLifecycle interface describing impl. w/ setupPrint()/releasePrint... | Sven Gothel | 2013-09-06 | 2 | -1/+52 |
* | GLCanvas Printing WIP: Perform all print* operations on AWT-EDT, clip before ... | Sven Gothel | 2013-09-06 | 1 | -147/+184 |
* | GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ... | Sven Gothel | 2013-09-06 | 1 | -107/+129 |
* | GLCanvas Printing WIP - Add TestTiledPrintingGearsAWT | Sven Gothel | 2013-09-05 | 1 | -30/+36 |
* | TileRendererBase: API-doc cleanup; Fix GLCanvas, WIP printing .. | Sven Gothel | 2013-09-05 | 1 | -66/+122 |
* | TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE... | Sven Gothel | 2013-09-05 | 1 | -0/+110 |
* | GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati... | Sven Gothel | 2013-09-04 | 1 | -6/+7 |
* | GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience. | Sven Gothel | 2013-09-03 | 2 | -0/+21 |
* | Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib... | Sven Gothel | 2013-09-02 | 1 | -6/+2 |
* | GLContext: Add missing 'isGLESProfile()' and fix 'isGLcore()', i.e. GL2ES2 ->... | Sven Gothel | 2013-08-31 | 1 | -1/+2 |
* | Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl... | Sven Gothel | 2013-08-14 | 1 | -2/+2 |
* | GLDrawableFactory: Expose createDummyDrawable(..) / GLDrawableFactoryImpl: Ma... | Sven Gothel | 2013-08-10 | 1 | -1/+15 |
* | GLContext: Refine API doc (CONTEXT_NOT_CURRENT.. values) / Exception message | Sven Gothel | 2013-08-10 | 1 | -3/+3 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 3 | -8/+19 |
* | Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add... | Sven Gothel | 2013-07-17 | 1 | -7/+11 |
* | Fix GLContext.isGLES3CompatAvailable(..) API doc and reorder query (from comm... | Sven Gothel | 2013-07-16 | 1 | -4/+4 |
* | Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case... | Sven Gothel | 2013-07-16 | 3 | -47/+97 |
* | GLProfile: Abstract profile to impl. mapping, i.e. GL2ES2 -> GL3, favors core... | Sven Gothel | 2013-07-16 | 1 | -26/+20 |
* | GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries. | Sven Gothel | 2013-07-16 | 2 | -10/+52 |
* | Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..); BuildCom... | Sven Gothel | 2013-07-16 | 11 | -2/+238 |
* | Fix value range of CTX_* options bits, regression of commit 3a0d7703da32e9a5d... | Sven Gothel | 2013-07-15 | 1 | -7/+10 |
* | Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo... | Sven Gothel | 2013-07-15 | 2 | -32/+160 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 4 | -197/+442 |
* | Workaround NVidia driver 325.8 returning 4.3-compat for any compat request, i... | Sven Gothel | 2013-07-05 | 1 | -3/+10 |
* | Remove deprecated methods. | Sven Gothel | 2013-07-04 | 1 | -4/+0 |
* | GLJPanel: Add remark about FBO / GLSL texture-unit usage in API doc; Add API ... | Sven Gothel | 2013-07-03 | 1 | -4/+61 |
* | GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names... | Sven Gothel | 2013-07-03 | 1 | -10/+10 |
* | Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa... | Sven Gothel | 2013-06-23 | 1 | -34/+22 |
* | ES3.0 GLContext: Handle ES3.0 GLSL Version Number - Static detection and 'es'... | Sven Gothel | 2013-06-16 | 1 | -9/+22 |
* | Mitigate Bug 728: Java Web Start Shutdown: Exception "java.lang.IllegalStateE... | Sven Gothel | 2013-06-13 | 1 | -1/+9 |
* | Fix my sloppy commit f50caa5241b5eef286e8c10b74b5297e5821da2b: Didn't intend ... | Sven Gothel | 2013-06-12 | 1 | -2/+2 |
* | GLContext: Make 'deviceVersion' fields final. Reviewed by Harvey. | Sven Gothel | 2013-06-12 | 1 | -2/+2 |
* | Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn... | Sven Gothel | 2013-06-09 | 1 | -12/+16 |
* | GLVersionNumber.createVendorVersion(): Only test match result and potentially... | Sven Gothel | 2013-05-31 | 1 | -9/+9 |
* | GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl... | Sven Gothel | 2013-05-17 | 1 | -10/+3 |
* | Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ... | Sven Gothel | 2013-05-17 | 1 | -12/+22 |
* | Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer... | Sven Gothel | 2013-05-09 | 1 | -17/+40 |
* | Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/... | Sven Gothel | 2013-05-08 | 1 | -64/+126 |
* | Add TestGearsGLJPanelAWT, i.e. multiple JPanels w/ GLJPanel running GearsES2 ... | Sven Gothel | 2013-05-08 | 1 | -0/+1 |
* | GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi... | Sven Gothel | 2013-05-08 | 1 | -27/+35 |
* | Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL... | Sven Gothel | 2013-05-06 | 1 | -2/+2 |
* | Complete commit e7064ece049705e013d80985eae698ce0ee3c4e3: Add getDefaultPixel... | Sven Gothel | 2013-04-27 | 1 | -0/+3 |
* | GLContext*'s ctxGLSLVersion: Use zeroVersion to denominate uninitialized Vers... | Sven Gothel | 2013-04-26 | 1 | -9/+11 |
* | Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra... | Sven Gothel | 2013-04-26 | 2 | -6/+18 |
* | Complete intend of commit cdbf3f42ea530f91639536e03b2c203715c3c300 - Test for... | Sven Gothel | 2013-04-23 | 1 | -30/+36 |
* | Test for null against a temp variable to narrow races | Harvey Harrison | 2013-04-19 | 1 | -7/+13 |
* | GLJPanel: Avoid NPE of 'backend' in getChosenGLCapabilities() and DisposeGLEv... | Sven Gothel | 2013-04-18 | 1 | -3/+8 |
* | GLJPanel: setFocusable(true) at ctor to allow keyboard input | Sven Gothel | 2013-04-18 | 1 | -0/+2 |