| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -10/+35 |
* | ../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 |
* | Fix: TextureIO.java* DDSImage.java* (Relocation of io utils) | Sven Gothel | 2008-09-02 | 1 | -3/+3 |
* | Relocated common io helper from com.*.util.io -> com.*.impl.io | Sven Gothel | 2008-09-02 | 3 | -0/+295 |
* | 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 |
* | Cleanup GLArrayData*, misc stuff | Sven Gothel | 2008-08-21 | 4 | -67/+137 |
* | Fixing repo (shader directory, removal) | Sven Gothel | 2008-08-18 | 29 | -561/+0 |
* | Fixing repo (shader directory) | Sven Gothel | 2008-08-18 | 18 | -0/+322 |
* | Applied patch from Rick Brownrigg from NASA to fix GLU tessellator
| Kenneth Russel | 2008-08-18 | 2 | -2/+3 |
* | ShaderState: | Sven Gothel | 2008-08-14 | 7 | -19/+67 |
* | GLArrayData* | Sven Gothel | 2008-08-13 | 2 | -16/+17 |
* | Ooops .. (repairing) | Sven Gothel | 2008-08-12 | 2 | -1/+10 |
* | Proper ES2 demo with precompiled shader (cleanup) | Sven Gothel | 2008-08-12 | 1 | -9/+0 |
* | Proper ES2 demo with precompiled shader | Sven Gothel | 2008-08-12 | 1 | -1/+1 |
* | GLWindow: Added perf logging; FBO: adjusted texture format; Fixed: ColorTextu... | Sven Gothel | 2008-08-12 | 2 | -2/+3 |
* | Working: | Sven Gothel | 2008-08-12 | 20 | -64/+358 |
* | FixedFunction shader as files, prepared for binary shader files | Sven Gothel | 2008-08-11 | 16 | -275/+278 |
* | Minor CVM/ES1 fixes | Sven Gothel | 2008-08-11 | 4 | -20/+51 |
* | Removed unnecessary GL2 dependencies from desktop window system code.
| Kenneth Russel | 2008-08-08 | 4 | -20/+1 |
* | Fixed new glsl packaging | Sven Gothel | 2008-08-04 | 5 | -5/+5 |
* | ../jogl.log | Sven Gothel | 2008-08-04 | 14 | -660/+864 |
* | Fixed loading of GLES and EGL libraries, and error reporting when none
| Kenneth Russel | 2008-07-31 | 1 | -15/+23 |
* | Changes needed to build against JDK 1.4.2 and in particular with -Djogl.cdcfp=1 | Kenneth Russel | 2008-07-31 | 1 | -1/+0 |
* | ES2 FixedFunction w. texture (demo.es1.cubefbo.Main) working | Sven Gothel | 2008-07-25 | 2 | -19/+33 |
* | ../jogl.log | Sven Gothel | 2008-07-25 | 10 | -79/+654 |