aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Fix: glShaderCompilerAvailable() and glGetShaderBinaryFormats()Sven Gothel2009-03-201-0/+6
* Fix build all javadoc generated source pathSven Gothel2009-03-201-1/+1
* Fix GL2ES12.isGL() and re-adding the shader code to the jarSven Gothel2009-03-202-1/+6
* Fix some scripts, AWTAnimator to it's awt packageSven Gothel2009-03-203-21/+27
* Removed GL2ES12 interface from the public API since it is only anKenneth Russel2009-03-194-38/+40
* Removed reflective queries from GLProfile and their use inKenneth Russel2009-03-191-1/+0
* Moved remaining portions of fixed function emulation out of core JOGLKenneth Russel2009-03-1926-163/+203
* Movement of Capabilities class and chooseCapabilities functionalityKenneth Russel2009-03-1911-21/+21
* Finish (?) moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2009-03-1710-28/+28
* Continue moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2009-03-1711-276/+277
* Continue moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2009-03-173-0/+0
* Added back "clean" targetKenneth Russel2009-03-161-0/+6
* repairSven Gothel2009-03-161-5/+0
* repairSven Gothel2009-03-163-0/+2497
* JOGL refactoring:Sven Gothel2009-03-1675-530/+452
* NEWT window closing:Sven Gothel2009-03-149-36/+34
* javadoc update (2)Sven Gothel2009-03-131-1/+1
* javadoc updateSven Gothel2009-03-132-5/+5
* New package Native Window Interface 'java.media.nwi',Sven Gothel2009-03-135-12/+18
* Fix NEWT X11 KeymappingSven Gothel2009-03-131-0/+14
* Unified some double GL enums (register combiner), ..Sven Gothel2009-03-062-27/+28
* - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ...Sven Gothel2009-03-0538-1061/+609
* Fixed ArgumentIsString directive for glProgramStringARB (nowKenneth Russel2009-01-122-0/+2
* Native (non-AWT) port of Newt to Mac OS X using Cocoa. MostKenneth Russel2009-01-051-1/+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-301-2/+2
* Cleaned up java.part.util.gl2 definition after movement of GLUT classes.Kenneth Russel2008-12-301-1/+1
* Fixed more bugs in glue code generation related to using opaque longKenneth Russel2008-12-202-3/+7
* Fixed bug in glMapBuffer native code generation and bug inKenneth Russel2008-12-164-8/+8
* OMX cleanup - generic toolSven Gothel2008-12-013-10/+10
* ? buildSven Gothel2008-11-292-1/+4
* ../jogl.logSven Gothel2008-11-2724-16/+7513
* KD Fix: Use EGL AttributeList directlySven Gothel2008-11-275-66/+66
* Newt-KD: window working, pointer event buggySven Gothel2008-11-263-2/+26
* Newt WindowSven Gothel2008-11-268-4/+1206
* Added GLU_TESS_AVOID_DEGENERATE_TRIANGLES boolean property to the GLUKenneth Russel2008-11-241-0/+2
* Adding missing EGLExtImpl_JNI.cSven Gothel2008-11-223-2/+12
* Fixed build.xml to build correct version of TextureIO classes on theKenneth Russel2008-11-211-2/+3
* 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-191-0/+1
* Package com/sun/opengl/impl/packrect is now part of utilities and cdcfpSven Gothel2008-11-191-2/+2
* - EGL/EGLExtSven Gothel2008-11-1412-840/+326
* - EGLSven Gothel2008-11-141-0/+9
* Rollback: EGLConfig back to wrapped buffer, since long nio buffers are not av...Sven Gothel2008-11-132-3/+1
* Adding missing files for EGLExt supportSven Gothel2008-11-132-0/+129
* - Removed StaticGLInfo usage.Sven Gothel2008-11-135-37/+22
* starte native Cocoa based window implementationGerard Ziemski2008-10-174-13/+13
* rename setCurrentContextOpacity to setContextOpacityGerard Ziemski2008-10-171-1/+1
* add ability to set opacity on GL context: setCurrentContextOpacity takes 0 or 1Gerard Ziemski2008-10-171-0/+1