lwjgl2-arm64/src/native/linux
2007-02-23 10:14:18 +00:00
..
context.c Linux: Fixed fetch of a boolean field with GetIntField JNI 2006-07-10 15:29:29 +00:00
context.h 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
display.c Linux: Don't double free the Display connection in the switchDisplayMode error path 2006-12-02 22:21:32 +00:00
extgl_glx.c Added floating point format to PixelFormat. Linux implementation 2006-06-12 13:01:05 +00:00
extgl_glx.h Added floating point format to PixelFormat. Linux implementation 2006-06-12 13:01:05 +00:00
linux_al.c OpenAL: Split platform dependent code from extal.c into platform subdirs. Made nCreate take a path instead of an array of paths. 2006-01-16 15:54:50 +00:00
lwjgl.map Linux: Added lwjgl.map to specify symbol visibility. Only Java_ symbols will be exported from the liblwjgl.so library now 2005-12-20 09:23:14 +00:00
org_lwjgl_input_Cursor.c Linux: Made cursor handles longs instead of ByteBuffers 2006-10-26 12:14:37 +00:00
org_lwjgl_opengl_Display.c Linux: When creating a window don't loop waiting for the MapNotify event. Instead, make sure we don't immediately go from fullscreen to minimized by checking if the window has been focused at least once before minimizing (and resetting display mode). 2007-02-23 10:14:18 +00:00
org_lwjgl_opengl_LinuxAWTGLCanvasPeerInfo.c Linux: Don't use the SUN specific getScreenFromDevice in LinuxAWTCanvasPeerInfo. This avoids garbage creation per frame and avoids one bit of SUN JRE dependency. 2006-10-20 11:51:34 +00:00
org_lwjgl_opengl_LinuxAWTInput.c Added org.lwjgl.opengl.AWTInputAdapter which enabled use of Mouse and 2006-10-26 20:19:40 +00:00
org_lwjgl_opengl_LinuxCanvasImplementation.c Linux: Removed redundant include statements 2006-10-24 08:33:09 +00:00
org_lwjgl_opengl_LinuxContextImplementation.c Linux: Removed redundant include statements 2006-10-24 08:33:09 +00:00
org_lwjgl_opengl_LinuxEvent.c Linux: Fixed wrong return type in LinuxEvent.nGetKeyAddress 2007-01-17 08:16:16 +00:00
org_lwjgl_opengl_LinuxKeyboard.c Linux: Removed redundant include statements 2006-10-24 08:33:09 +00:00
org_lwjgl_opengl_LinuxMouse.c Linux: Removed redundant include statements 2006-10-24 08:33:09 +00:00
org_lwjgl_opengl_LinuxPeerInfo.c Added org.lwjgl.opengl.AWTInputAdapter which enabled use of Mouse and 2006-10-26 20:19:40 +00:00
org_lwjgl_opengl_Pbuffer.c Linux: Removed redundant include statements 2006-10-24 08:33:09 +00:00