summaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/util/j2d/TextureRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-695/+0
* Added automatic mipmap generation support via GL_GENERATE_MIPMAP Kenneth Russel2007-04-081-8/+60
* Added a markDirty() method to TextureRenderer and removed the sync() Kenneth Russel2007-03-271-17/+50
* Made disabling of the depth test optional in TextRenderer and Kenneth Russel2007-02-271-6/+31
* Fixed Issue 272: Move setColor method from TextRenderer up to TextureRenderer Kenneth Russel2007-02-201-1/+60
* Added GL_TEXTURE_BIT and GL_COLOR_BUFFER_BIT to set of attributes Kenneth Russel2007-01-251-1/+2
* Added 3D rendering methods to TextureRenderer and TextRenderer on Kenneth Russel2007-01-201-51/+126
* Added new FlyingText demo to illustrate more advanced usage of the Kenneth Russel2007-01-071-14/+21
* With help from Chris Campbell, fixed incredibly stupid bug on my part Kenneth Russel2007-01-061-1/+7
* With extensive help from Phil Race and Chris Campbell from the Java 2D Kenneth Russel2007-01-041-5/+71
* Moved J2DTextureRenderer and J2DOverlay into their own sub-package and Kenneth Russel2007-01-041-0/+371