aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed Issue 177: Bug in gluBuildMipMaps2D Kenneth Russel2005-10-221-0/+56
* Fixed Issue 178: Need to add extra sizeof consts to BufferUtils Kenneth Russel2005-10-191-3/+4
* Added glFinish() when Java2D/JOGL bridge is enabled in order to Kenneth Russel2005-10-121-0/+15
* Fixed X11 build breakage after canCreateGLPbuffer() API changeKenneth Russel2005-09-271-1/+1
* Removed GLU entry points for mipmapping and scaling routines taking Kenneth Russel2005-09-261-18/+181
* Changed GLDrawableFactory.canCreateGLPbuffer(GLCapabilities, int, int) Kenneth Russel2005-09-256-20/+10
* Cleaned up Javadoc in particular for GLU class. Fixed bug in GlueGen Kenneth Russel2005-09-253-15/+9
* Added public Threading class to javax.media.opengl based on JSR-231 Kenneth Russel2005-09-257-223/+228
* Changed GLU to be a single class rather than a separate interface and Kenneth Russel2005-09-2512-141/+75
* Cleaned up glue code generation for GLU interface and implementation. Kenneth Russel2005-09-238-25/+150
* Fixed build breakage on X11 platforms after refactoring of handling ofKenneth Russel2005-09-232-1/+1
* Fixed regression in destruction and recreation of OpenGL contexts on Kenneth Russel2005-09-232-1/+5
* Deleted some GLJPanel-convenience methods from GLDrawableFactory based Kenneth Russel2005-09-225-28/+28
* Undid accidental error message-related changes in last checkinKenneth Russel2005-09-122-6/+15
* Renamed GLJPanel.isOGLPipelineEnabled() to Kenneth Russel2005-09-123-16/+19
* Moved GLU-related classes into javax.media.opengl.glu package. Still Kenneth Russel2005-09-1125-91/+103
* Fixed longstanding typo (even in C headers) in naming of GLUtesselator; Kenneth Russel2005-09-1122-261/+261
* Initial integration of JOGL with the Java2D OpenGL pipeline in the Sun JDK. Kenneth Russel2005-09-098-207/+662
* Restructured GLJPanel to handle reshapes explicitly without needing to Kenneth Russel2005-09-092-99/+99
* Instantiated HDR demo's CgPipeline class reflectively to break Kenneth Russel2005-09-091-1/+4
* Changed Animator to use Thread.yield() instead of Thread.sleep(1)Kenneth Russel2005-09-071-4/+1
* Added back in variant of zero width / height check as workaround forKenneth Russel2005-09-071-0/+12
* Javadoc cleanupsKenneth Russel2005-09-072-7/+6
* Added Vertex Buffer Object and Pixel Buffer Object variants of Kenneth Russel2005-09-0313-237/+706
* Fixed problem with offscreen (pixmap) contexts on Solaris/SPARCKenneth Russel2005-08-311-1/+1
* Renamed all files to intended destination packages for JSR-231. The Kenneth Russel2005-08-30216-570/+567
* Merged in some work from Java2D/JOGL integration workspaceKenneth Russel2005-08-3010-50/+42
* Added isAnimating() on request of AK77 on JOGL forumsKenneth Russel2005-08-292-0/+16
* Added Linux/x86_64 support to StructLayout based on feedback from user Kenneth Russel2005-08-291-0/+1
* Restructured generation of MethodBindings and emitters to more closely Kenneth Russel2005-08-2916-2265/+1584
* This putback may break Windows/Mac build temporarily for a few hoursTravis Bryson2005-08-238-43/+314
* Refactored Animator and FPSAnimator and improved efficiency in base Kenneth Russel2005-08-203-29/+128
* Fixed bug in MacOSXOnscreenGLDrawable.swapBuffers() uncovered byKenneth Russel2005-08-181-8/+0
* Fixed bug in X11OnscreenGLDrawable.swapBuffers() when surface was notKenneth Russel2005-08-181-1/+18
* Fixed bug in makeCurrent in new external context implementationsKenneth Russel2005-08-172-0/+2
* Added GLDrawableFactory.createExternalGLContext, Kenneth Russel2005-08-178-0/+542
* 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