lwjgl2-arm64/src/native/linux
2006-02-23 19:29:49 +00:00
..
context.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
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 Linux: Re-added RTLD_GLOBAL to dlopen() with a comment since DRI drivers need it. 2006-01-02 13:16:16 +00:00
extgl_glx.h Linux: renamed _glX* function pointers to lwjgl_glX* to avoid symbol clash problems discovered in mustang 2005-11-20 13:19:39 +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 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.amd64 Linux: Made Xxf86vm dynamically linked when compiling to amd64 2006-01-13 14:37:16 +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 Linux: Removed the glXIsDirect test to determine whether a context is accelerated or not. This is specifically not the case for Xgl and friends that accelerates indireect rendering. Unfortunately, I'm not sure what to replace the test with, so there is currently no way to know from LWJGL whether we're software rendered or not (other than measuring FPS). In fact, I'm not even sure that we can come up with a good test, because some (DRI) drivers use software MESA rendering for some parts of GL, while other parts are hardware accelerated 2006-02-23 19:29:49 +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