| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE... | Sven Gothel | 2014-07-01 | 1 | -16/+15 |
* | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ... | Sven Gothel | 2014-02-18 | 1 | -13/+2 |
* | Fix javadoc: TileRendererBase (links to manual anchors) and GLSharedContextSe... | Sven Gothel | 2013-11-12 | 1 | -4/+4 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -74/+74 |
* | Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ... | Sven Gothel | 2013-10-16 | 1 | -2/+1 |
* | Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi... | Sven Gothel | 2013-10-12 | 1 | -2/+39 |
* | Fix TileRenderer regression of commit c8abb9d2c9a8c92f0c5c42aba13e3e80c69739d... | Sven Gothel | 2013-09-28 | 1 | -4/+4 |
* | TileRendererBase.GLEL.display(): Skip tile-rendering if TR is not yet setup. ... | Sven Gothel | 2013-09-28 | 1 | -0/+13 |
* | TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct... | Sven Gothel | 2013-09-27 | 1 | -60/+161 |
* | TileRendererBase: Remove redundant reshape propagation of atached GLEL, call ... | Sven Gothel | 2013-09-24 | 1 | -12/+3 |
* | Fix TileRendererBase Bug: Avoid multiple GLEL init(..) call. | Sven Gothel | 2013-09-11 | 1 | -2/+11 |
* | TileRenderer*: API doc fixes | Sven Gothel | 2013-09-08 | 1 | -2/+2 |
* | TileRenderer*: Fix pre-swap and post-swap in regards to endTile(..), i.e. pre... | Sven Gothel | 2013-09-08 | 1 | -10/+52 |
* | TileRenderer*: Fix FBO MSAA use-case, i.e. call swapBuffers() before endTile(... | Sven Gothel | 2013-09-07 | 1 | -2/+30 |
* | Fix TileRenderer*: Allow general usage w/ any GL profile, only image-buffer r... | Sven Gothel | 2013-09-07 | 1 | -15/+45 |
* | TileRenderer*: Add more detailed 'toString()' - override for TileRenderer | Sven Gothel | 2013-09-06 | 1 | -4/+17 |
* | TileRenderer*: TileRenderer adds setTileOffset(..), getParam(pname) shall alw... | Sven Gothel | 2013-09-06 | 1 | -2/+2 |
* | TileRendererBase: API-doc cleanup; Fix GLCanvas, WIP printing .. | Sven Gothel | 2013-09-05 | 1 | -2/+2 |
* | TileRendererBase: Add interface TileRendererNotify, to notify implementing GL... | Sven Gothel | 2013-09-05 | 1 | -8/+40 |
* | TileRendererBase: Add toString(), Proper tile unit test names, i.e. add NEWT ... | Sven Gothel | 2013-09-05 | 1 | -1/+10 |
* | TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE... | Sven Gothel | 2013-09-05 | 1 | -44/+134 |
* | TileRenderer*: Align impl. to common abstract superclass TileRendererBase (cl... | Sven Gothel | 2013-09-04 | 1 | -0/+281 |