summaryrefslogtreecommitdiffstats
path: root/src/demos/j2d
Commit message (Expand)AuthorAgeFilesLines
* Copied JOGL_2_SANDBOX r350 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-157-0/+1983
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-157-1865/+0
* Added flush() call to render loop needed for new TextRenderer. Added Kenneth Russel2007-11-031-1/+5
* Integrated John Burkey's new TextRenderer implementation using Kenneth Russel2007-10-092-0/+19
* Added a markDirty() method to TextureRenderer and removed the sync() Kenneth Russel2007-03-272-4/+4
* Added RenderDelegate mechanism to TextRenderer to provide more control Kenneth Russel2007-02-111-0/+409
* Made default size of demo window largerKenneth Russel2007-01-211-1/+8
* Added 3D rendering methods to TextureRenderer and TextRenderer on Kenneth Russel2007-01-203-55/+218
* Robustness improvements to TextRenderer and underlying RectanglePacker. Kenneth Russel2007-01-131-0/+202
* Added new FlyingText demo to illustrate more advanced usage of the Kenneth Russel2007-01-071-0/+472
* With help from Chris Campbell, fixed incredibly stupid bug on my part Kenneth Russel2007-01-063-9/+13
* Removed debugging codeKenneth Russel2007-01-041-69/+1
* With extensive help from Phil Race and Chris Campbell from the Java 2D Kenneth Russel2007-01-041-0/+246
* Moved J2DTextureRenderer and J2DOverlay into their own sub-package and Kenneth Russel2007-01-042-13/+13
* On request from James Gosling and others, added a J2DTextureRenderer Kenneth Russel2006-12-302-0/+407