summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed package name in Picking demo and added Z values to verify Kenneth Russel2007-03-051-0/+5
* Added CustomText demoKenneth Russel2007-02-152-0/+63
* Added RenderDelegate mechanism to TextRenderer to provide more control Kenneth Russel2007-02-111-0/+409
* Added link to Chris Campbell's new Java 2D and JOGL blog entryKenneth Russel2007-01-231-0/+3
* Added TestTextRenderer, FlyingText, TextFlow, and TextCube demosKenneth Russel2007-01-235-0/+252
* Added TestTextRenderer, FlyingText, TextFlow, and TextCube demos toKenneth Russel2007-01-221-0/+4
* Made default size of demo window largerKenneth Russel2007-01-211-1/+8
* Added 3D rendering methods to TextureRenderer and TextRenderer on Kenneth Russel2007-01-204-55/+443
* 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-072-3/+495
* 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
* Updated copyrightKenneth Russel2006-12-301-1/+1
* Fixed Issue 257: RFE: Texture.updateSubImage(x,y,w,h) Kenneth Russel2006-12-291-0/+303
* Added JOGL / JOAL applet test and revised documentation for JOGLKenneth Russel2006-12-223-3/+94
* Updated JOGL applet test and documentation for new factoring ofKenneth Russel2006-12-221-6/+6
* Include lib directory in source bundlesKenneth Russel2006-12-221-1/+1
* Updated joal-demos.jar for bug-fixed SingleStaticSource (not really Kenneth Russel2006-12-221-0/+0
* Added JOGL/JOAL applet testKenneth Russel2006-12-215-2/+60
* Added applettest-joal-next containing mixed JOGL/JOAL appletKenneth Russel2006-12-202-0/+26
* Fixed applettest-next to include gluegen-rt.jar in required jarsKenneth Russel2006-12-201-3/+3
* Test page for "next" version of JOGL -- not functional yetKenneth Russel2006-12-192-0/+41
* Fixed Issue 213: Expose GLCaps from GLDrawable Kenneth Russel2006-11-191-0/+2
* Added link to Chris Campbell's blog entry on 2D/3D mixingKenneth Russel2006-10-161-0/+3
* Placed Particle Engine demo on jogl-demos web pageKenneth Russel2006-06-011-7/+0
* Turned down max FPS to 60 to avoid swamping CPU and locking out Kenneth Russel2006-05-291-1/+1
* Minor adjustments to HTML for demosKenneth Russel2006-05-281-66/+66
* Incorporated Particle Engine demo contributed by Ben Chappell. Added Kenneth Russel2006-05-2810-0/+794
* Added links to JOGL ports of OpenGL Red Book examples and NeHeKenneth Russel2006-03-311-1/+10
* Updated package name for JOGLAppletLauncher for JSR-231 beta 3Kenneth Russel2006-02-171-2/+2
* Added picking example from Thomas BladhKenneth Russel2006-02-161-0/+265
* Issue number:gfxadmin2006-02-161-3/+3
* Renamed "offscreen" capability bits in GLCapabilities to "pbuffer" Kenneth Russel2006-02-161-2/+2
* Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-051-4/+6
* Fixed Issue 199: Incorporate tile rendering library Kenneth Russel2006-02-021-0/+146
* Fixed potential problem in TextureConvert demo where it wasn't Kenneth Russel2006-02-012-7/+9
* Issue number: Various -- I will update themgfxadmin2006-01-311-0/+58
* Fixed Issue 198: Add GLCapsTableDemo Kenneth Russel2006-01-301-0/+322
* Fixed Issue 173: Adjust gamma, brightness and contrast Kenneth Russel2006-01-221-0/+99
* Fixed temporary breakage of JOGL applet test due to rename of Kenneth Russel2006-01-131-1/+1
* Renamed com.sun.opengl.utils to com.sun.opengl.util. Moved Kenneth Russel2006-01-1354-89/+54
* Added output support to TGAImage, SGIImage and newly-renamed DDSImage Kenneth Russel2006-01-093-19/+108
* Reorganized and added code in TextureIO and Texture classes to support Kenneth Russel2006-01-077-275/+188
* Fixed mipmap handling in TextureIO and associated classes. Top-level Kenneth Russel2006-01-072-1/+1
* Changed how Texture returns texture coordinates for both the entire Kenneth Russel2006-01-061-6/+5
* Deleted old copies of image readers from demos.util now that they have Kenneth Russel2006-01-065-1291/+2
* Incorporated TextureIO texture loader (and, eventually, writer) and Kenneth Russel2006-01-067-0/+203