aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java
Commit message (Expand)AuthorAgeFilesLines
* Added dual-context test. Changed Kenneth Russel2005-08-151-2/+13
* Fixed bug in FPSAnimatorKenneth Russel2005-08-141-0/+1
* Restructured Animator to handle multiple GLAutoDrawables and to yield Kenneth Russel2005-08-142-40/+209
* Fixed build problem after adding repaint() to GLAutoDrawableKenneth Russel2005-08-091-0/+4
* Added repaint() to GLAutoDrawable interface and used it in gleem Kenneth Russel2005-08-061-0/+4
* More debugging infoKenneth Russel2005-08-051-3/+3
* Fixed build breakage after recent changesKenneth Russel2005-07-281-1/+1
* Refactored platform extensions out of the GL interface and Kenneth Russel2005-07-2714-203/+274
* Added new IgnoreExtension directive to the GLEmitter which allows a Kenneth Russel2005-07-225-15/+73
* Extended BuildStaticGLInfo to parse #defined tokens as well as Kenneth Russel2005-07-211-60/+123
* Documentation updates and minor cleanupsKenneth Russel2005-07-1911-114/+137
* Added GLContext.getGLDrawable(). Made GLJPanel constructor protected Kenneth Russel2005-07-195-4/+24
* Added workaround for problem loading JAWT library on X11 platformsKenneth Russel2005-07-1910-89/+110
* Added files missed in last checkinKenneth Russel2005-07-194-0/+804
* Moved all functionality from GLContextFactory implementations into Kenneth Russel2005-07-1914-920/+89
* Moved pbuffer creation support from MacOSXOnscreenGLDrawable toKenneth Russel2005-07-1814-213/+64
* Moved support for instantiating GLPbuffers from X11OnscreenGLContextKenneth Russel2005-07-185-140/+216
* Implemented pbuffer instantiation support in GLDrawableFactory rather Kenneth Russel2005-07-1810-178/+211
* Rewrote and refactored creation of dummy window and OpenGL context on Kenneth Russel2005-07-1715-569/+351
* Further context-related changes for the JSR-231 API. The GLContext Kenneth Russel2005-07-1740-2449/+3213
* Fixed Mac OS X port after initial GLContext changesKenneth Russel2005-07-102-1/+5
* Initial set of context-related changes for the JSR-231 API. GLContext Kenneth Russel2005-07-1030-1302/+1070
* Fixed Mac OS X port after GlueGen changes to add array offsetsKenneth Russel2005-07-082-2/+2
* Fixed Windows port after changes to GlueGen to include array offsets. Kenneth Russel2005-07-085-20/+68
* Merged with main trunk (tag JOGL_PRE_1_1_1)Kenneth Russel2005-07-07118-412/+800
* This putback adds array offsets to the public JOGL API. The offsets areTravis Bryson2005-06-2420-215/+429
* * Use cleaner and more OOP method to refer to Buffer types in gluegen'sTravis Bryson2005-05-251-9/+2
* Modified Files:Travis Bryson2005-05-259-30/+291
* Merged with current JOGL trunk (by using -r HEAD)Kenneth Russel2005-04-2413-59/+409
* Add PrimitiveArrayExpansion mode option to grammar, Implement PrimitiveArrayE...Travis Bryson2005-02-282-10/+210
* Merged with current JOGL trunk (tag JOGL_1_1_PRE_B10)Kenneth Russel2005-02-2633-365/+1110
* This commit was manufactured by cvs2svn to create branch 'JSR-231'.First Last2005-02-2633-0/+10243
* Initial incomplete GLU NURBS port under net.java.games.jogl.impl.nurbs Kenneth Russel2004-12-2013-0/+3485
* Fixed Issue 123: Use of "enum" as variable name should be eliminated in JOGLKenneth Russel2004-12-071-3/+3
* Upgraded JOGL and JOGL demo webstart jars to 1.1 b07.Kenneth Russel2004-11-201-1/+1
* Fixed bug pointed out by art in the JOGL forums where cap of sphere Kenneth Russel2004-11-191-1/+1
* Added files missed in recent GLU putbackKenneth Russel2004-11-194-0/+1891
* Conditioned ATI_WORKAROUND notice on jogl.verbose system propertyKenneth Russel2004-11-191-1/+3
* Partial fix for Issue 42: Problems invoking GLU functions Kenneth Russel2004-11-182-6/+31
* Fixed Issue 22: GLException hides user exception Kenneth Russel2004-11-181-7/+33
* Fixed Issue 119: Dual-head problems on Windows XP Kenneth Russel2004-11-152-4/+5
* Incremented version number to 1.1 b07Kenneth Russel2004-11-011-1/+1
* Removed redundant code.gkw2004-10-291-7/+1
* recomputeSingleThreadedWorkaround() erroneously disabled contextgkw2004-10-271-1/+3
* Removed hacks from cg.h and cgGL.h that are no longer necessary now Kenneth Russel2004-10-221-1/+2
* Fixed Issue 34: glutWireCube / glutSolidCube generate wrong cubesKenneth Russel2004-10-051-11/+15
* Fixed Issue 71: glMultiDrawElements() is missing Kenneth Russel2004-10-047-125/+230
* addShutdownHook needed to be wrapped in a call to AccessController.doPrivileg...gkw2004-08-171-2/+8
* Incremented version number to 1.1 b06Kenneth Russel2004-08-061-1/+1
* Bug fix from user GKW on the JOGL forums for problems reported by Kenneth Russel2004-08-035-81/+240