summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-011-16/+15
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ...Sven Gothel2014-02-181-13/+2
* Fix javadoc: TileRendererBase (links to manual anchors) and GLSharedContextSe...Sven Gothel2013-11-121-4/+4
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-74/+74
* Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-161-2/+1
* Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...Sven Gothel2013-10-121-2/+39
* Fix TileRenderer regression of commit c8abb9d2c9a8c92f0c5c42aba13e3e80c69739d...Sven Gothel2013-09-281-4/+4
* TileRendererBase.GLEL.display(): Skip tile-rendering if TR is not yet setup. ...Sven Gothel2013-09-281-0/+13
* TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...Sven Gothel2013-09-271-60/+161
* TileRendererBase: Remove redundant reshape propagation of atached GLEL, call ...Sven Gothel2013-09-241-12/+3
* Fix TileRendererBase Bug: Avoid multiple GLEL init(..) call.Sven Gothel2013-09-111-2/+11
* TileRenderer*: API doc fixesSven Gothel2013-09-081-2/+2
* TileRenderer*: Fix pre-swap and post-swap in regards to endTile(..), i.e. pre...Sven Gothel2013-09-081-10/+52
* TileRenderer*: Fix FBO MSAA use-case, i.e. call swapBuffers() before endTile(...Sven Gothel2013-09-071-2/+30
* Fix TileRenderer*: Allow general usage w/ any GL profile, only image-buffer r...Sven Gothel2013-09-071-15/+45
* TileRenderer*: Add more detailed 'toString()' - override for TileRendererSven Gothel2013-09-061-4/+17
* TileRenderer*: TileRenderer adds setTileOffset(..), getParam(pname) shall alw...Sven Gothel2013-09-061-2/+2
* TileRendererBase: API-doc cleanup; Fix GLCanvas, WIP printing ..Sven Gothel2013-09-051-2/+2
* TileRendererBase: Add interface TileRendererNotify, to notify implementing GL...Sven Gothel2013-09-051-8/+40
* TileRendererBase: Add toString(), Proper tile unit test names, i.e. add NEWT ...Sven Gothel2013-09-051-1/+10
* TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE...Sven Gothel2013-09-051-44/+134
* TileRenderer*: Align impl. to common abstract superclass TileRendererBase (cl...Sven Gothel2013-09-041-0/+281