aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/javax
Commit message (Expand)AuthorAgeFilesLines
* Added GLCapabilities.setBackgroundOpaque() and isBackgroundOpaque()Kenneth Russel2009-01-061-0/+28
* Native (non-AWT) port of Newt to Mac OS X using Cocoa. MostKenneth Russel2009-01-051-1/+2
* Moved javax.media.opengl.glsl.* and javax.media.opengl.sdk.* classesKenneth Russel2009-01-036-1361/+1
* Moved FileUtil and StreamUtil classes back into com.sun.opengl.utilKenneth Russel2008-12-301-1/+1
* Refactored AWT dependencies in Animator class differently to allowKenneth Russel2008-12-303-543/+0
* Removed JOGLAppletLauncher, superseded by JNLPAppletLauncher atKenneth Russel2008-12-301-1080/+0
* After more thought, realized once again that because most Java windowKenneth Russel2008-12-293-29/+41
* Removed notion of wrapped windows from the NativeWindow interface,Kenneth Russel2008-12-232-34/+14
* Removed lockSurface(), unlockSurface(), and isSurfaceLocked() fromKenneth Russel2008-12-213-25/+0
* Factored out the remaining toolkit, and specifically AWT, dependenciesKenneth Russel2008-12-207-291/+378
* Removed setSize(), setPosition(), setVisible(), and setFullscreen()Kenneth Russel2008-12-164-18/+12
* Integrated work from several months ago to refactor GLJPanelKenneth Russel2008-12-161-735/+850
* Moved javax.media.opengl.awt.gl2.GL2JPanel (back) toKenneth Russel2008-12-161-39/+39
* Fixed nested toolkit locking problem with X11PbufferGLXDrawable. WithKenneth Russel2008-12-141-19/+0
* Fixed breakage of GLJPanel caused by confusion between requested and Kenneth Russel2008-12-123-23/+0
* ../jogl.logSven Gothel2008-11-271-2/+2
* Fixed build.xml to build correct version of TextureIO classes on theKenneth Russel2008-11-211-0/+7
* Fixed typo pointed out by Jason MooreKenneth Russel2008-11-151-1/+1
* - Removed StaticGLInfo usage.Sven Gothel2008-11-132-3/+12
* Fix: TextureIO/TGA for ES2 (GL formats/types)Sven Gothel2008-09-022-0/+36
* Relocated common io helper from com.*.util.io -> com.*.impl.ioSven Gothel2008-09-022-3/+3
* Refactoring common io codeSven Gothel2008-08-302-97/+12
* BufferUtil:Sven Gothel2008-08-2910-623/+1257
* Added missing SystemUtils. Added proper GLSL ArrayData validationSven Gothel2008-08-213-33/+30
* Cleanup GLArrayData*, misc stuffSven Gothel2008-08-214-80/+77
* Removed obsolete copies of filesKenneth Russel2008-08-163-1057/+0
* ShaderState:Sven Gothel2008-08-143-22/+90
* GLArrayData*Sven Gothel2008-08-135-154/+175
* Adding build.xml property: 'javacdebug' and 'javacdebuglevel',Sven Gothel2008-08-121-0/+11
* GLWindow: Added perf logging; FBO: adjusted texture format; Fixed: ColorTextu...Sven Gothel2008-08-121-1/+1
* Working:Sven Gothel2008-08-1210-20/+1448
* FixedFunction shader as files, prepared for binary shader filesSven Gothel2008-08-111-1/+152
* Minor CVM/ES1 fixesSven Gothel2008-08-111-0/+3
* Removed unnecessary GL2 dependencies from desktop window system code. Kenneth Russel2008-08-081-0/+7
* ../jogl.logSven Gothel2008-08-0412-555/+2917
* Cleaned up error messages printed from GLProfile selectionKenneth Russel2008-08-021-17/+8
* Fixed loading of GLES and EGL libraries, and error reporting when none Kenneth Russel2008-07-311-2/+10
* Changes needed to build against JDK 1.4.2 and in particular with -Djogl.cdcfp=1Kenneth Russel2008-07-311-2/+4
* ../jogl.logSven Gothel2008-07-258-90/+456
* - New profile GL2ES12 (desktop)Sven Gothel2008-07-212-9/+46
* - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc...Sven Gothel2008-07-181-0/+68
* Added working javax.media.opengl.util.FBObjectSven Gothel2008-07-111-0/+212
* Fix: GL Enums: FRAME/RENDER BUFFER, STENCIL_INDEX, FIXEDSven Gothel2008-07-101-1/+1
* Fixed:Sven Gothel2008-07-102-8/+30
* GL Unification 2nd round.Sven Gothel2008-07-041-2/+3
* Further GL-Enum cleanup: FRAMEBUFFER, RENDERBUFFER, ..Sven Gothel2008-07-031-21/+21
* GL Unification 1st round.Sven Gothel2008-07-031-1/+1
* Refactored more C compiler setup into gluegen-cpptasks.xml to make itKenneth Russel2008-06-303-6/+5
* 3rd round cdcfp - compile clean.Sven Gothel2008-06-289-82/+154
* Fixed typos in javadocKenneth Russel2008-06-271-2/+2