lwjgl/src/java/org/lwjgl/opengl
Elias Naur 5faf661f04 Added setSwapInterval to Display and AWTGLCanvas 2006-01-01 19:50:06 +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 Added setSwapInterval to Display and AWTGLCanvas 2006-01-01 19:50:06 +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 setSwapInterval to Display and AWTGLCanvas 2006-01-01 19:50:06 +00:00
ContextImplementation.java Added setSwapInterval to Display and AWTGLCanvas 2006-01-01 19:50:06 +00:00
Display.java Added setSwapInterval to Display and AWTGLCanvas 2006-01-01 19:50:06 +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 PBO/VBO checks now query OpenGL directly instead of keeping track of the currently bound buffers 2005-12-27 14:46:42 +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 Added setSwapInterval to Display and AWTGLCanvas 2006-01-01 19:50:06 +00:00
LinuxDisplay.java Linux: More native code refactoring 2005-11-22 13:53:13 +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 Mac OS X: Fixed an issue where pbuffer contexts could not share with the display context. 2005-11-04 12:38:59 +00:00
MacOSXCanvasImplementation.java Mac OS X: Fixed an issue where pbuffer contexts could not share with the display context. 2005-11-04 12:38:59 +00:00
MacOSXCanvasPeerInfo.java Mac OS X: Fixed an issue where pbuffer contexts could not share with the display context. 2005-11-04 12:38:59 +00:00
MacOSXContextImplementation.java Added setSwapInterval to Display and AWTGLCanvas 2006-01-01 19:50:06 +00:00
MacOSXDisplay.java Mac OS X: Fixed an issue where pbuffer contexts could not share with the display context. 2005-11-04 12:38:59 +00:00
MacOSXDisplayPeerInfo.java Mac OS X: Fixed an issue where pbuffer contexts could not share with the display context. 2005-11-04 12:38:59 +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 Make Display, Pbuffer and AWTGLCanvas fail on null PixelFormats 2005-12-29 22:30:14 +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 PBO/VBO checks now query OpenGL directly instead of keeping track of the currently bound buffers 2005-12-27 14:46:42 +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 Added setSwapInterval to Display and AWTGLCanvas 2006-01-01 19:50:06 +00:00
Win32Display.java Win32: Moved getGammaRampLength to java side 2005-12-27 13:47:25 +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