aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl
Commit message (Expand)AuthorAgeFilesLines
* - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ...Sven Gothel2009-03-0513-84/+138
* Added GLCapabilities.setBackgroundOpaque() and isBackgroundOpaque()Kenneth Russel2009-01-061-0/+5
* Moved javax.media.opengl.glsl.* and javax.media.opengl.sdk.* classesKenneth Russel2009-01-033-3/+2
* Moved FileUtil and StreamUtil classes back into com.sun.opengl.utilKenneth Russel2008-12-302-189/+0
* After more thought, realized once again that because most Java windowKenneth Russel2008-12-298-50/+33
* Removed notion of wrapped windows from the NativeWindow interface,Kenneth Russel2008-12-231-8/+3
* Fixed more bugs in glue code generation related to using opaque longKenneth Russel2008-12-201-0/+3
* Factored out the remaining toolkit, and specifically AWT, dependenciesKenneth Russel2008-12-2017-651/+836
* Removed setSize(), setPosition(), setVisible(), and setFullscreen()Kenneth Russel2008-12-1617-130/+46
* Fixed nested toolkit locking problem with X11PbufferGLXDrawable. WithKenneth Russel2008-12-1416-57/+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-1217-82/+92
* Made compaction support optional in BackingStoreManager, and thereforeKenneth Russel2008-12-072-10/+35
* ../jogl.logSven Gothel2008-11-271-1/+3
* KD Fix: Use EGL AttributeList directlySven Gothel2008-11-272-2/+5
* Newt-KD: window working, pointer event buggySven Gothel2008-11-262-1/+5
* Newt WindowSven Gothel2008-11-264-69/+197
* 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-243-4/+67
* 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
* Incooperate cleaned up pathSven Gothel2008-11-212-2/+2
* Added parsing of OpenGL version string back intoKenneth Russel2008-11-211-0/+155
* EGLDrawable: Update the capabilities to the chosen one by EGLSven Gothel2008-11-191-1/+21
* cleanupSven Gothel2008-11-141-3/+3
* Added function name aliasing for 'isFunctionAvailable' dyn lookup caseSven Gothel2008-11-141-2/+11
* - EGLSven Gothel2008-11-142-4/+37
* Rollback: EGLConfig back to wrapped buffer, since long nio buffers are not av...Sven Gothel2008-11-132-6/+6
* - Removed StaticGLInfo usage.Sven Gothel2008-11-138-441/+265
* X11 getPlatformExtensionsString shall use the toolkit lookingSven Gothel2008-11-071-2/+8
* Fix: TextureIO.java* DDSImage.java* (Relocation of io utils)Sven Gothel2008-09-021-3/+3
* Relocated common io helper from com.*.util.io -> com.*.impl.ioSven Gothel2008-09-023-0/+295
* BufferUtil:Sven Gothel2008-08-292-13/+7
* Added missing SystemUtils. Added proper GLSL ArrayData validationSven Gothel2008-08-212-0/+28
* Cleanup GLArrayData*, misc stuffSven Gothel2008-08-214-67/+137
* 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
* ShaderState:Sven Gothel2008-08-147-19/+67
* GLArrayData*Sven Gothel2008-08-132-16/+17
* Ooops .. (repairing)Sven Gothel2008-08-122-1/+10
* Proper ES2 demo with precompiled shader (cleanup)Sven Gothel2008-08-121-9/+0
* Proper ES2 demo with precompiled shaderSven Gothel2008-08-121-1/+1
* GLWindow: Added perf logging; FBO: adjusted texture format; Fixed: ColorTextu...Sven Gothel2008-08-122-2/+3
* Working:Sven Gothel2008-08-1220-64/+358
* FixedFunction shader as files, prepared for binary shader filesSven Gothel2008-08-1116-275/+278
* Minor CVM/ES1 fixesSven Gothel2008-08-114-20/+51
* Removed unnecessary GL2 dependencies from desktop window system code. Kenneth Russel2008-08-084-20/+1