| Commit message (Expand) | Author | Age | Files | Lines |
* | eglBindAPI optional | sg215889 | 2009-07-29 | 1 | -2/+9 |
* | Add BroadcomEGL verbose messages | sg215889 | 2009-07-29 | 2 | -6/+21 |
* | Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(... | sg215889 | 2009-07-29 | 19 | -64/+135 |
* | Fixed GL* documentation. Moved common GL functions to GLBase. Moved glAllocat... | sg215889 | 2009-07-29 | 4 | -24/+174 |
* | Refine debug message | sg215889 | 2009-07-29 | 2 | -2/+9 |
* | NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEG... | sg215889 | 2009-07-28 | 3 | -5/+10 |
* | Use getNativeWindowType(custom=true) for factory selection; Don't fail is non... | sg215889 | 2009-07-28 | 4 | -8/+12 |
* | Cleanup .. | sg215889 | 2009-07-28 | 7 | -46/+15 |
* | Fix BroadcomEGL: Proper EGLGraphicsConfiguration at creation time | sg215889 | 2009-07-28 | 2 | -6/+11 |
* | EGL changes for device | Morris Meyer | 2009-07-28 | 8 | -13/+54 |
* | Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG... | sg215889 | 2009-07-27 | 12 | -46/+438 |
* | mips changes | Morris Meyer | 2009-07-27 | 4 | -2/+93 |
* | NEWT: Adding KD if building with OpenGL. Fixing build in case no native libra... | sg215889 | 2009-07-24 | 1 | -12/+16 |
* | Add: Extended support for CVM crosscompile: | sg215889 | 2009-07-24 | 33 | -702/+852 |
* | Using commont JAWTUtil for final locking | sg215889 | 2009-07-20 | 1 | -5/+5 |
* | Add: Extended support for CVM: | sg215889 | 2009-07-12 | 11 | -35/+96 |
* | Fix jnlp macosx ; Ignore jawt lib loading error | Sven Gothel | 2009-07-04 | 1 | -1/+8 |
* | Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1... | Sven Gothel | 2009-07-04 | 5 | -188/+101 |
* | Local property access package-private (no qualifiers) | Sven Gothel | 2009-07-04 | 3 | -12/+12 |
* | Fix property query. Thx to Ken pointing this out. | Sven Gothel | 2009-07-03 | 15 | -79/+188 |
* | Fix property handling ; Adding jnlp. aliasing for properties | Sven Gothel | 2009-07-03 | 18 | -92/+95 |
* | - Fixed: JOGL Cg Dependencies .. | Sven Gothel | 2009-07-01 | 1 | -5/+16 |
* | - Removed useless GLX synchronized hacks in X11GLXGraphicsConfiguration | Sven Gothel | 2009-06-18 | 2 | -21/+27 |
* | Fix NEWT static singleton init | Sven Gothel | 2009-06-18 | 4 | -36/+16 |
* | Refactored static initialization to let the JVM ensure it only runs | Kenneth Russel | 2009-06-18 | 1 | -9/+3 |
* | - Fix: X11 locking | Sven Gothel | 2009-06-18 | 16 | -218/+331 |
* | Fixes for javadoc targets | Kenneth Russel | 2009-06-18 | 1 | -0/+2 |
* | Corrected non-C syntax. Worked around ancient compiler/OS on | Kenneth Russel | 2009-06-17 | 1 | -26/+49 |
* | - Fix: Native X11 Display deadlock (Linux x86_64 32bit on 64bit) | Sven Gothel | 2009-06-17 | 5 | -174/+87 |
* | - Add: GLProfile.get(name) return default if name=="GL" as well (or if null) | Sven Gothel | 2009-06-17 | 27 | -933/+1547 |
* | Newt: update to the previous fix : need to use 0xFFFF not 0xFF. | Dmitri Trembovetski | 2009-06-17 | 1 | -7/+7 |
* | Newt: fix to avoid crash on windows when compiled with vc7 configuration (cau... | Dmitri Trembovetski | 2009-06-16 | 1 | -6/+8 |
* | There is no #warning or #warn preprocessor directive in MSVC | Kenneth Russel | 2009-06-16 | 1 | -1/+0 |
* | Attempt to fix compilation under MSVC 6 | Kenneth Russel | 2009-06-16 | 1 | -3/+3 |
* | Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closed | Kenneth Russel | 2009-06-15 | 415 | -0/+111443 |
* | Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX | Kenneth Russel | 2009-06-15 | 231 | -77409/+0 |
* | Added documentation to describe the target parameter. | moorej | 2008-05-02 | 1 | -0/+3 |
* | Incorporated patch from java.net user neugens to stop downcasting to
| Kenneth Russel | 2008-04-17 | 1 | -2/+2 |
* | Fixed Issue 279: GLJPanel.setAutoSwapBufferMode(false) throws NPE
| Kenneth Russel | 2008-03-30 | 1 | -27/+16 |
* | Addendum to fix for Issue 344: Serious TextRenderer problems involving large ... | Kenneth Russel | 2008-02-19 | 1 | -1/+1 |
* | Added table of Porter-Duff compositing rules in the face of
| Kenneth Russel | 2008-02-18 | 1 | -0/+22 |
* | Fixed Issue 344: Serious TextRenderer problems involving large fonts & unicod... | Kenneth Russel | 2008-02-18 | 1 | -476/+462 |
* | Fixed Issue 342: demos/j2d/TextFlow (TextRenderer) demo gives fuzzy text
| Kenneth Russel | 2008-02-16 | 1 | -7/+32 |
* | Fixed Issue 339: Add system properties to turn off VAs/VBOs in TextRenderer
| Kenneth Russel | 2008-02-16 | 1 | -17/+80 |
* | Fixed Issue 341: JNI Global Reference in native code prevents clean applet te... | Kenneth Russel | 2008-02-03 | 1 | -30/+1 |
* | Removed incorrect statements from TextureIO class about certain
| Kenneth Russel | 2008-01-16 | 1 | -8/+4 |
* | Fixed Issue 332: TextRenderer depends on OpenGL 1.3 glClientActiveTexture
| Kenneth Russel | 2007-11-15 | 1 | -1/+0 |
* | Fixed Issue 326: TextRenderer corruption with certain text
| Kenneth Russel | 2007-11-09 | 1 | -6/+19 |
* | Added RenderDelegate.getBounds(GlyphVector, FontRenderContext) and
| Kenneth Russel | 2007-11-03 | 1 | -6/+12 |
* | Fixes from John Burkey:
| Kenneth Russel | 2007-11-03 | 1 | -53/+117 |