aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Native (non-AWT) port of Newt to Mac OS X using Cocoa. MostKenneth Russel2009-01-0512-61/+1364
* Moved javax.media.opengl.glsl.* and javax.media.opengl.sdk.* classesKenneth Russel2009-01-039-11/+9
* Moved FileUtil and StreamUtil classes back into com.sun.opengl.utilKenneth Russel2008-12-3010-90/+88
* Refactored AWT dependencies in Animator class differently to allowKenneth Russel2008-12-307-423/+440
* Cleaned up java.part.util.gl2 definition after movement of GLUT classes.Kenneth Russel2008-12-301-1/+1
* Moved GLUT into com.sun.opengl.util.gl2 package and renamed to JOGLKenneth Russel2008-12-3016-53/+32
* Added file missed in last checkinKenneth Russel2008-12-301-0/+601
* Renamed TileRenderer back to JOGL 1.0 naming convention. Updated demos.Kenneth Russel2008-12-301-601/+0
* Moved GL2- and AWT-specific utility classes into the AWT packageKenneth Russel2008-12-304-56/+47
* Removed JOGLAppletLauncher, superseded by JNLPAppletLauncher atKenneth Russel2008-12-301-1080/+0
* After more thought, realized once again that because most Java windowKenneth Russel2008-12-2912-84/+75
* Removed notion of wrapped windows from the NativeWindow interface,Kenneth Russel2008-12-2310-71/+24
* Removed lockSurface(), unlockSurface(), and isSurfaceLocked() fromKenneth Russel2008-12-214-37/+0
* Fixed more bugs in glue code generation related to using opaque longKenneth Russel2008-12-203-3/+10
* Factored out the remaining toolkit, and specifically AWT, dependenciesKenneth Russel2008-12-2024-908/+1180
* Removed setSize(), setPosition(), setVisible(), and setFullscreen()Kenneth Russel2008-12-1622-161/+74
* Integrated work from several months ago to refactor GLJPanelKenneth Russel2008-12-161-735/+850
* Fixed bug in glMapBuffer native code generation and bug inKenneth Russel2008-12-164-8/+8
* Moved javax.media.opengl.awt.gl2.GL2JPanel (back) toKenneth Russel2008-12-161-39/+39
* Fixed nested toolkit locking problem with X11PbufferGLXDrawable. WithKenneth Russel2008-12-1417-76/+92
* Fixed initialization of chosen GLCapabilities on X11 platforms forKenneth Russel2008-12-132-5/+12
* Fixed NullPointerException during GLDrawable creation on X11 platformsKenneth Russel2008-12-131-1/+2
* Fixed bug in pbuffer support on Mac OS X due to confusion about whatKenneth Russel2008-12-122-27/+12
* Fixed breakage of GLJPanel caused by confusion between requested and Kenneth Russel2008-12-1221-109/+92
* Made compaction support optional in BackingStoreManager, and thereforeKenneth Russel2008-12-073-11/+46
* cleanSven Gothel2008-12-011-549/+0
* OMX cleanup - generic toolSven Gothel2008-12-0110-621/+1163
* ? buildSven Gothel2008-11-296-146/+168
* ../jogl.logSven Gothel2008-11-2730-19/+10171
* KD Fix: Use EGL AttributeList directlySven Gothel2008-11-279-102/+89
* KDScreen cleanupSven Gothel2008-11-271-2/+0
* Newt-KD: working inc. events. Screen size can be set w/ property newt.ws.swid...Sven Gothel2008-11-2712-123/+139
* Newt-KD: window working, pointer event buggySven Gothel2008-11-267-60/+91
* Ooops. Fix Newt KD package namesSven Gothel2008-11-262-2/+2
* Newt WindowSven Gothel2008-11-2625-107/+2097
* Replaced implementation of GLU Registry.gluCheckExtension withKenneth Russel2008-11-251-8/+6
* Added GLU_TESS_AVOID_DEGENERATE_TRIANGLES boolean property to the GLUKenneth Russel2008-11-244-4/+69
* proper EGL version attr settingSven Gothel2008-11-232-9/+14
* Temp. hack to un-break CVM build. Check my comments inlineSven Gothel2008-11-221-2/+8
* Adding missing EGLExtImpl_JNI.cSven Gothel2008-11-223-2/+12
* Incooperate cleaned up pathSven Gothel2008-11-212-2/+2
* Added parsing of OpenGL version string back intoKenneth Russel2008-11-211-0/+155
* Fixed build.xml to build correct version of TextureIO classes on theKenneth Russel2008-11-212-2/+10
* Moved gluErrorString, gluCheckExtension and gluGetString to base GLU classKenneth Russel2008-11-214-21/+23
* Adding wince6 vs9 project filesSven Gothel2008-11-206-0/+5391
* EGLDrawable: Update the capabilities to the chosen one by EGLSven Gothel2008-11-192-1/+22
* Package com/sun/opengl/impl/packrect is now part of utilities and cdcfpSven Gothel2008-11-191-2/+2
* Fixed typo pointed out by Jason MooreKenneth Russel2008-11-151-1/+1
* - EGL/EGLExtSven Gothel2008-11-1412-840/+326
* cleanupSven Gothel2008-11-141-3/+3