| .. |
|
context.c
|
Windows implementation of floating point pixel formats
|
2006-06-12 13:28:56 +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: Fixed resetDisplayMode in case XRandr is used and the first reported mode is not the initial mode
|
2006-01-31 12:31:41 +00:00 |
|
display.h
|
Linux: More native code refactoring
|
2005-11-22 13:53:13 +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 |
|
Makefile
|
Linux: Added Xfixes to the list of libraries liblwjgl.so statically links to
|
2006-05-29 19:03:02 +00:00 |
|
Makefile.amd64
|
Linux: Added Xfixes to the list of libraries liblwjgl.so statically links to
|
2006-05-29 19:03:02 +00:00 |
|
org_lwjgl_input_Cursor.c
|
Linux: moved Cursor handle allocation to native side
|
2005-02-21 15:56:53 +00:00 |
|
org_lwjgl_input_Keyboard.c
|
Linux: use the correct KEYBOARD_SIZE
|
2005-11-23 17:08:17 +00:00 |
|
org_lwjgl_input_Mouse.c
|
Linux: Removed redundant initEventQueue from Mouse.c
|
2005-11-23 15:36:21 +00:00 |
|
org_lwjgl_opengl_Display.c
|
Linux: Removed unused vsync_enabled from Display.c
|
2005-11-23 15:56:57 +00:00 |
|
org_lwjgl_opengl_LinuxAWTGLCanvasPeerInfo.c
|
Linux: Added -lm and -std=c99 to fix the warning abount round(). Removed some unnecessary headers
|
2005-11-23 15:10:05 +00:00 |
|
org_lwjgl_opengl_LinuxCanvasImplementation.c
|
Linux: Handle different GLX capabilities on different screens
|
2005-02-24 10:44:34 +00:00 |
|
org_lwjgl_opengl_LinuxContextImplementation.c
|
Added floating point format to PixelFormat. Linux implementation
|
2006-06-12 13:01:05 +00:00 |
|
org_lwjgl_opengl_LinuxPeerInfo.c
|
Linux: moved handle allocations to native
|
2005-02-22 13:59:33 +00:00 |
|
org_lwjgl_opengl_Pbuffer.c
|
Linux: renamed _glX* function pointers to lwjgl_glX* to avoid symbol clash problems discovered in mustang
|
2005-11-20 13:19:39 +00:00 |
|
Window.h
|
Linux: removed getWindowWidth/Height from native side
|
2005-11-22 10:32:17 +00:00 |