aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed new glsl packagingSven Gothel2008-08-045-5/+5
* ../jogl.logSven Gothel2008-08-0414-660/+864
* Fixed loading of GLES and EGL libraries, and error reporting when none Kenneth Russel2008-07-311-15/+23
* Changes needed to build against JDK 1.4.2 and in particular with -Djogl.cdcfp=1Kenneth Russel2008-07-311-1/+0
* ES2 FixedFunction w. texture (demo.es1.cubefbo.Main) workingSven Gothel2008-07-252-19/+33
* ../jogl.logSven Gothel2008-07-2510-79/+654
* GLUquadricImpl: now part of jogl.core; fixed GL2 immediate modeSven Gothel2008-07-211-4/+16
* - New profile GL2ES12 (desktop)Sven Gothel2008-07-213-19/+11
* Cleanup and partitioning of GLUSven Gothel2008-07-181-2/+12
* - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc...Sven Gothel2008-07-1813-28/+28
* Moved rectangle packer out of AWT-specific sub-package to make it moreKenneth Russel2008-07-167-6/+6
* Fixed:Sven Gothel2008-07-114-142/+67
* Fixed:Sven Gothel2008-07-101-0/+7
* GL Unification 2nd round.Sven Gothel2008-07-045-24/+26
* GL Unification 1st round.Sven Gothel2008-07-038-117/+117
* Synced locking of EGLDrawable/EGLContext with X11GLX* counterpart.Sven Gothel2008-06-283-25/+70
* 3rd round cdcfp - compile clean.Sven Gothel2008-06-2831-147/+190
* Mac OS X port of new JOGL and Newt. Currently leverages the AWT; willKenneth Russel2008-06-276-0/+61
* Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al...Sven Gothel2008-06-268-27/+24
* Added getSurfaceHandle() to NativeWindow abstraction in support of Kenneth Russel2008-06-269-29/+34
* Bug fixes to compile and run on Windows. Added more debugging code. Kenneth Russel2008-06-262-1/+13
* merging awt,j2d,swing to awt subpackagesSven Gothel2008-06-263-3/+2
* removing relocated filesSven Gothel2008-06-2661-17571/+0
* removinbg relocated filesSven Gothel2008-06-2641-6586/+0
* re-adding accidently removed filesSven Gothel2008-06-2670-0/+13347
* re-adding accidently removed filesSven Gothel2008-06-2628-0/+10262
* Auto GL profile selection working (GLES1 and GL2 (X11))Sven Gothel2008-06-251-2/+0