| Commit message (Expand) | Author | Age | Files | Lines |
* | Added GLCapabilities.setBackgroundOpaque() and isBackgroundOpaque() | Kenneth Russel | 2009-01-06 | 1 | -0/+5 |
* | Native (non-AWT) port of Newt to Mac OS X using Cocoa. Most | Kenneth Russel | 2009-01-05 | 1 | -0/+4 |
* | Moved javax.media.opengl.glsl.* and javax.media.opengl.sdk.* classes | Kenneth Russel | 2009-01-03 | 8 | -3/+1361 |
* | Moved FileUtil and StreamUtil classes back into com.sun.opengl.util | Kenneth Russel | 2008-12-30 | 8 | -88/+86 |
* | Refactored AWT dependencies in Animator class differently to allow | Kenneth Russel | 2008-12-30 | 4 | -0/+560 |
* | Moved GLUT into com.sun.opengl.util.gl2 package and renamed to JOGL | Kenneth Russel | 2008-12-30 | 16 | -53/+32 |
* | Added file missed in last checkin | Kenneth Russel | 2008-12-30 | 1 | -0/+601 |
* | Renamed TileRenderer back to JOGL 1.0 naming convention. Updated demos. | Kenneth Russel | 2008-12-30 | 1 | -601/+0 |
* | Moved GL2- and AWT-specific utility classes into the AWT package | Kenneth Russel | 2008-12-30 | 4 | -56/+47 |
* | After more thought, realized once again that because most Java window | Kenneth Russel | 2008-12-29 | 8 | -50/+33 |
* | Removed notion of wrapped windows from the NativeWindow interface, | Kenneth Russel | 2008-12-23 | 1 | -8/+3 |
* | Fixed more bugs in glue code generation related to using opaque long | Kenneth Russel | 2008-12-20 | 1 | -0/+3 |
* | Factored out the remaining toolkit, and specifically AWT, dependencies | Kenneth Russel | 2008-12-20 | 17 | -651/+836 |
* | Removed setSize(), setPosition(), setVisible(), and setFullscreen() | Kenneth Russel | 2008-12-16 | 17 | -130/+46 |
* | Fixed nested toolkit locking problem with X11PbufferGLXDrawable. With | Kenneth Russel | 2008-12-14 | 16 | -57/+92 |
* | Fixed initialization of chosen GLCapabilities on X11 platforms for | Kenneth Russel | 2008-12-13 | 2 | -5/+12 |
* | Fixed NullPointerException during GLDrawable creation on X11 platforms | Kenneth Russel | 2008-12-13 | 1 | -1/+2 |
* | Fixed bug in pbuffer support on Mac OS X due to confusion about what | Kenneth Russel | 2008-12-12 | 2 | -27/+12 |
* | Fixed breakage of GLJPanel caused by confusion between requested and
| Kenneth Russel | 2008-12-12 | 17 | -82/+92 |
* | Made compaction support optional in BackingStoreManager, and therefore | Kenneth Russel | 2008-12-07 | 3 | -11/+46 |
* | OMX cleanup - generic tool | Sven Gothel | 2008-12-01 | 1 | -1/+10 |
* | ../jogl.log | Sven Gothel | 2008-11-27 | 1 | -1/+3 |
* | KD Fix: Use EGL AttributeList directly | Sven Gothel | 2008-11-27 | 2 | -2/+5 |
* | Newt-KD: window working, pointer event buggy | Sven Gothel | 2008-11-26 | 2 | -1/+5 |
* | Newt Window | Sven Gothel | 2008-11-26 | 4 | -69/+197 |
* | Replaced implementation of GLU Registry.gluCheckExtension with | Kenneth Russel | 2008-11-25 | 1 | -8/+6 |
* | Added GLU_TESS_AVOID_DEGENERATE_TRIANGLES boolean property to the GLU | Kenneth Russel | 2008-11-24 | 3 | -4/+67 |
* | proper EGL version attr setting | Sven Gothel | 2008-11-23 | 2 | -9/+14 |
* | Temp. hack to un-break CVM build. Check my comments inline | Sven Gothel | 2008-11-22 | 1 | -2/+8 |
* | Incooperate cleaned up path | Sven Gothel | 2008-11-21 | 2 | -2/+2 |
* | Added parsing of OpenGL version string back into | Kenneth Russel | 2008-11-21 | 1 | -0/+155 |
* | EGLDrawable: Update the capabilities to the chosen one by EGL | Sven Gothel | 2008-11-19 | 1 | -1/+21 |
* | cleanup | Sven Gothel | 2008-11-14 | 1 | -3/+3 |
* | Added function name aliasing for 'isFunctionAvailable' dyn lookup case | Sven Gothel | 2008-11-14 | 1 | -2/+11 |
* | - EGL | Sven Gothel | 2008-11-14 | 2 | -4/+37 |
* | Rollback: EGLConfig back to wrapped buffer, since long nio buffers are not av... | Sven Gothel | 2008-11-13 | 2 | -6/+6 |
* | - Removed StaticGLInfo usage. | Sven Gothel | 2008-11-13 | 8 | -441/+265 |
* | X11 getPlatformExtensionsString shall use the toolkit looking | Sven Gothel | 2008-11-07 | 1 | -2/+8 |
* | Limit scope of new logic to only be used in NPOT case | Kenneth Russel | 2008-10-20 | 1 | -6/+7 |
* | Added preferential use of GL_ARB_texture_rectangle rather than | Kenneth Russel | 2008-10-20 | 1 | -4/+42 |
* | Fixed sense of test against GL.isGL2() when deciding whether to use | Kenneth Russel | 2008-10-20 | 1 | -1/+1 |
* | Fixes for building with Visual C++ 6.0 (VC98) | Kenneth Russel | 2008-09-16 | 1 | -0/+4 |
* | Added TextureIO.newTexture wrapping an OpenGL texture ID from an | Kenneth Russel | 2008-09-03 | 3 | -0/+95 |
* | ES2 support NPOT textures | Sven Gothel | 2008-09-02 | 1 | -1/+2 |
* | Fix: TextureIO/TGA for ES2 (GL formats/types) | Sven Gothel | 2008-09-02 | 5 | -29/+92 |
* | Fix: TextureIO.java* DDSImage.java* (Relocation of io utils) | Sven Gothel | 2008-09-02 | 4 | -7/+7 |
* | Relocated common io helper from com.*.util.io -> com.*.impl.io | Sven Gothel | 2008-09-02 | 5 | -4/+5 |
* | Refactoring common io code | Sven Gothel | 2008-08-30 | 3 | -11/+143 |
* | BufferUtil: | Sven Gothel | 2008-08-29 | 2 | -13/+7 |
* | Added missing SystemUtils. Added proper GLSL ArrayData validation | Sven Gothel | 2008-08-21 | 2 | -0/+28 |