aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added function name aliasing for 'isFunctionAvailable' dyn lookup caseSven Gothel2008-11-141-2/+11
* - EGLSven Gothel2008-11-143-4/+46
* Rollback: EGLConfig back to wrapped buffer, since long nio buffers are not av...Sven Gothel2008-11-134-9/+7
* Adding missing files for EGLExt supportSven Gothel2008-11-132-0/+129
* - Removed StaticGLInfo usage.Sven Gothel2008-11-1315-481/+299
* X11 getPlatformExtensionsString shall use the toolkit lookingSven Gothel2008-11-071-2/+8
* Limit scope of new logic to only be used in NPOT caseKenneth Russel2008-10-201-6/+7
* fix compile errorGerard Ziemski2008-10-201-2/+0
* add Mac filesGerard Ziemski2008-10-204-0/+257
* Added preferential use of GL_ARB_texture_rectangle rather thanKenneth Russel2008-10-201-4/+42
* Fixed sense of test against GL.isGL2() when deciding whether to useKenneth Russel2008-10-201-1/+1
* starte native Cocoa based window implementationGerard Ziemski2008-10-178-13/+20
* rename setCurrentContextOpacity to setContextOpacityGerard Ziemski2008-10-172-2/+2
* add ability to set opacity on GL context: setCurrentContextOpacity takes 0 or 1Gerard Ziemski2008-10-172-0/+7
* using alternate hack for window transparencyChristopher Oliver2008-10-161-7/+30
* Patch from Chris Oliver to enable undecorated frames and setting ofKenneth Russel2008-10-164-6/+78
* Fixes for building with Visual C++ 6.0 (VC98)Kenneth Russel2008-09-163-2/+13
* Added TextureIO.newTexture wrapping an OpenGL texture ID from anKenneth Russel2008-09-033-0/+95
* ES2 support NPOT texturesSven Gothel2008-09-021-1/+2
* Fix: TextureIO/TGA for ES2 (GL formats/types)Sven Gothel2008-09-027-29/+128
* Fix: TextureIO.java* DDSImage.java* (Relocation of io utils)Sven Gothel2008-09-024-7/+7
* Relocated common io helper from com.*.util.io -> com.*.impl.ioSven Gothel2008-09-027-7/+8
* Refactoring common io codeSven Gothel2008-08-305-108/+155
* BufferUtil:Sven Gothel2008-08-2913-644/+1278
* Added missing SystemUtils. Added proper GLSL ArrayData validationSven Gothel2008-08-215-33/+58
* Cleanup GLArrayData*, misc stuffSven Gothel2008-08-2114-150/+239
* Fixing repo (shader directory, removal)Sven Gothel2008-08-1829-561/+0
* Fixing repo (shader directory)Sven Gothel2008-08-1818-0/+322
* Applied patch from Rick Brownrigg from NASA to fix GLU tessellator Kenneth Russel2008-08-182-2/+3
* Temporarily split some TextureIO-related classes into Java SE and Java Kenneth Russel2008-08-179-10/+2646
* Removed obsolete copies of filesKenneth Russel2008-08-163-1057/+0
* ShaderState:Sven Gothel2008-08-1412-42/+164