aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes
Commit message (Expand)AuthorAgeFilesLines
* refactoring .. wip ..Sven Gothel2008-06-015-19/+16
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-0143-493/+1656
* EGLDrawableFactory: Removed shutdown.Sven Gothel2008-05-302-2/+10
* Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1.Sven Gothel2008-05-309-56/+292
* Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested.Sven Gothel2008-05-3010-9/+1005
* Added GLDrawableFactory.shutdown() to enable clean and cooperative Kenneth Russel2008-05-304-1/+25
* Changes to WindowsWindow.c to compile on Windows CE. Slight changes to Kenneth Russel2008-05-301-1/+1
* Made call to ByteOrder.nativeOrder() in BufferUtil reflective so it Kenneth Russel2008-05-291-2/+37
* Various bug fixes. Incorporated minimal window abstraction to Kenneth Russel2008-05-296-18/+255
* Implemented dynamic function lookup in EGLDrawableFactory and Kenneth Russel2008-05-281-9/+59
* Filled out EGLContext, EGLDrawable, and EGLDrawableFactory Kenneth Russel2008-05-288-45/+347
* Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. Kenneth Russel2008-05-1325-339/+2936
* Addendum to fix for Issue 344: Serious TextRenderer problems involving large ...Kenneth Russel2008-02-191-1/+1
* Added table of Porter-Duff compositing rules in the face of Kenneth Russel2008-02-181-0/+22
* Fixed Issue 344: Serious TextRenderer problems involving large fonts & unicod...Kenneth Russel2008-02-181-476/+462
* Fixed Issue 342: demos/j2d/TextFlow (TextRenderer) demo gives fuzzy text Kenneth Russel2008-02-161-7/+32
* Fixed Issue 339: Add system properties to turn off VAs/VBOs in TextRenderer Kenneth Russel2008-02-161-17/+80
* Removed incorrect statements from TextureIO class about certain Kenneth Russel2008-01-161-8/+4
* Fixed Issue 332: TextRenderer depends on OpenGL 1.3 glClientActiveTexture Kenneth Russel2007-11-151-1/+0
* Fixed Issue 326: TextRenderer corruption with certain text Kenneth Russel2007-11-091-6/+19
* Added RenderDelegate.getBounds(GlyphVector, FontRenderContext) and Kenneth Russel2007-11-031-6/+12
* Fixes from John Burkey: Kenneth Russel2007-11-031-53/+117
* Whitespace changes only; for consistency, processed with Jalopy and Kenneth Russel2007-11-031-1457/+1491
* Made TextRenderer.DefaultRenderDelegate public and static on request Kenneth Russel2007-10-191-1/+1
* Fixed Issue 316: Multi-Head issues, identical to issue 241 Kenneth Russel2007-10-191-1/+112
* Fixed Issue 324: Rendering artifacts with glyph-based TextRenderer Kenneth Russel2007-10-171-1/+1
* Fixed Issue 323: TextRenderer leaves VBOs bound Kenneth Russel2007-10-171-14/+39
* Undid last checkin as it appears the current glPushClientAttrib / Kenneth Russel2007-10-131-6/+0
* Pre-emptively added clearing out of the GL_ARRAY_BUFFER binding after Kenneth Russel2007-10-121-0/+6
* Fixed problems causing breakage of NASA's World Wind Java. Added need Kenneth Russel2007-10-101-0/+19
* Integration of Tomas Hrasky's port of basic GLU NURBS functionality Kenneth Russel2007-10-0956-3595/+7673
* Integrated John Burkey's new TextRenderer implementation using Kenneth Russel2007-10-091-172/+853
* Fixed Issue 317: GLJPanel handleReshape bug Kenneth Russel2007-10-021-1/+1
* Added support for loading non-mipmapped, non-power-of-two compressed Kenneth Russel2007-09-042-5/+75
* Fixed Issue 307: Rectangular (but still pow2) dds textures with mipmaps incor...Kenneth Russel2007-08-061-6/+6
* Incorporated fix from Justin Couch about using the default screen forKenneth Russel2007-07-241-1/+1
* Added workaround for running in headless mode while still retainingKenneth Russel2007-07-241-5/+22
* Synced loadLibraryInternal implementation with JNLPAppletLauncher's Kenneth Russel2007-07-211-1/+12
* Fixed issues pointed out by Justin Couch with Java2D class while Kenneth Russel2007-07-191-116/+127
* Fixed regression pointed out by Tom Gaskins where Kenneth Russel2007-07-121-7/+21
* Added support for the new JNLPAppletLauncher (http://applet-launcher.dev.java...Kenneth Russel2007-06-281-2/+38
* Cleaner version of previous fix. Clarified documentation, made the Kenneth Russel2007-05-171-13/+12
* Fixed problem in TextRenderer where custom render delegates would Kenneth Russel2007-05-171-0/+8
* Fixed problems in TextureIO classes where they did not work with Kenneth Russel2007-05-072-15/+73
* More changes to make GLCanvas work better in NetBeans GUI builder on Kenneth Russel2007-05-071-5/+14
* More changes to make the GLCanvas work more reliably in the NetBeans Kenneth Russel2007-05-061-27/+41
* Changes to make GLCanvas and GLJPanel work better in NetBeans GUI Kenneth Russel2007-05-052-0/+46
* Added note on usage of TextRenderer with TileRendererKenneth Russel2007-05-041-0/+9
* Fixed Issue 296: TextureIO cube map support brokenKenneth Russel2007-04-212-36/+56
* Re-fixed Issue 226: JOGL seg faulting on Solaris AMD64Kenneth Russel2007-04-211-17/+1