lwjgl2-arm64/src/java/org/lwjgl/opengl
2005-11-02 09:28:12 +00:00
..
glu patch as per: http://lwjgl.org/forum/viewtopic.php?t=1130 2005-06-16 11:18:44 +00:00
AWTCanvasImplementation.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
AWTGLCanvas.java use internal lock mechanism instead of own instance 2005-05-12 15:45:53 +00:00
AWTSurfaceLock.java Workaround for Sun JDK bug 4796548 which still exists in java for OS X 2005-08-20 19:09:02 +00:00
Context.java Added support for doubles (ALdouble and GLdouble) 2005-11-02 09:28:12 +00:00
ContextImplementation.java Mac OS X port of the refactoring. Linux and Win32 fixes. 2005-02-23 11:11:08 +00:00
Display.java create windows with LWJGL logo 2005-10-21 18:53:21 +00:00
DisplayImplementation.java Added methods to set the window icon. MacOS implementation added using AWT images. 2005-07-05 21:54:12 +00:00
DisplayMode.java Code cleanup 2004-11-25 22:31:38 +00:00
Drawable.java Linux support for AWTGLCanvas. Big refactor of context specific code into Context.java that is now shared between Display, Pbuffer and AWTGLCanvas. (Win32 and Mac OS X is now broken while I implement the same changes on those platforms) 2005-02-20 11:24:22 +00:00
EventQueue.java Code cleanup 2004-11-25 22:31:38 +00:00
GLChecks.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
GLContext.java Made GLContext OGL version parsing more robust 2005-08-29 20:14:59 +00:00
GLUConstants.java Code cleanup 2004-11-25 22:20:45 +00:00
KeyboardEventQueue.java MacOSX: improved key mapping 2004-12-10 10:01:21 +00:00
LinuxAWTGLCanvasPeerInfo.java Linux AWT: in case we're not on a SUN jdk, try to determine values instead of bombing out. This should help us compile and run on gcj 2005-05-27 11:50:13 +00:00
LinuxCanvasImplementation.java Added AccessController.doPrivileged where needed 2005-05-30 16:21:05 +00:00
LinuxContextImplementation.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
LinuxDisplay.java Linux: Don't assume JAWT Lock()/Unlock() are re-entrant, fixing a hang with GCJ 4 2005-10-23 19:41:09 +00:00
LinuxDisplayPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
LinuxPbufferPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
LinuxPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
MacOSXAWTGLCanvasPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
MacOSXCanvasImplementation.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
MacOSXCanvasPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
MacOSXContextImplementation.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
MacOSXDisplay.java MacOSX: Fix bugs in MacOSXDisplay.setIcon 2005-10-31 10:51:54 +00:00
MacOSXDisplayPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
MacOSXFrame.java Added AccessController.doPrivileged where needed 2005-05-30 16:21:05 +00:00
MacOSXGLCanvas.java Mac OS X: Added a workaround for the 'white screen' problem 2005-04-28 12:55:23 +00:00
MacOSXPbufferPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
MacOSXPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
MouseEventQueue.java Mac OS X: Handle MouseEvent.NOBUTTON case 2005-06-29 07:39:28 +00:00
OpenGLException.java Code cleanup 2004-11-25 22:20:45 +00:00
Pbuffer.java fix for matrox parhelia, they wont accept NULL buffer, despite the specs saying it's legit. Bugfinding: Javazoid 2005-07-20 07:30:26 +00:00
PeerInfo.java Don't fail on two threads wanting to lock the same PeerInfo 2005-10-23 19:52:15 +00:00
PixelFormat.java Minimum requirements for PixelFormat is 8 bit depth 2004-11-29 08:20:13 +00:00
ReferencesStack.java Implemented strong references in glVertexPointer and friends 2005-03-21 08:27:45 +00:00
RenderTexture.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
StateStack.java Code cleanup 2004-11-25 22:20:45 +00:00
StateTracker.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
Util.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
Win32AWTGLCanvasPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
Win32CanvasImplementation.java Linux AWT: in case we're not on a SUN jdk, try to determine values instead of bombing out. This should help us compile and run on gcj 2005-05-27 11:50:13 +00:00
Win32ContextImplementation.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
Win32Display.java Win32: Moved some Win32Display.getVersion code to java 2005-09-23 10:39:56 +00:00
Win32DisplayPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
Win32PbufferPeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
Win32PeerInfo.java Cleanup of unused imports 2005-05-04 20:59:44 +00:00
Win32Registry.java Win32: Moved some registry access code to java (for Win32Display.getAdapter()) 2005-09-23 10:25:24 +00:00