lwjgl2-arm64/src/native/common
Brian Matzon 18b89b752a 0.93
2004-10-24 11:19:08 +00:00
..
arb Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
ati Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
devil using utility safe methods 2004-10-23 09:02:49 +00:00
ext Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
fmod3 0.93 2004-10-24 11:19:08 +00:00
nv Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
checkALerror.h Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
common_tools.c 0.93 2004-10-24 11:19:08 +00:00
common_tools.h Track event mouse deltas even when the event queue overflows 2004-09-27 13:20:27 +00:00
extal.c Win32 specific fix ups for C++->C conversion 2004-09-10 09:56:26 +00:00
extal.h Win32 specific fix ups for C++->C conversion 2004-09-10 09:56:26 +00:00
extgl.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
extgl.h Moved openal native stub loading to java 2004-07-04 09:13:19 +00:00
Makefile.am Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_input_Controller.h Updated headers and fmod for linux 2004-05-23 14:46:07 +00:00
org_lwjgl_input_Cursor.h Converted Cursor and Pbuffer handles to ByteBuffers 2004-07-25 14:28:50 +00:00
org_lwjgl_input_Keyboard.h Win32: reset/restore display mode when activated/deactivated 2004-09-22 18:21:28 +00:00
org_lwjgl_input_Mouse.h Win32: reset/restore display mode when activated/deactivated 2004-09-22 18:21:28 +00:00
org_lwjgl_openal_AL.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_openal_AL.h Added more error checking in OpenAL. Unload native stubs on AL destroy. 2004-07-04 13:58:11 +00:00
org_lwjgl_openal_AL10.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_openal_ALC.c Win32 specific fix ups for C++->C conversion 2004-09-10 09:56:26 +00:00
org_lwjgl_openal_eax_EAX.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_openal_eax_EAX.h OpenAL / EAX Refactor 2004-02-26 21:51:58 +00:00
org_lwjgl_openal_eax_EAX20.c More conversion fixes 2004-09-10 11:18:05 +00:00
org_lwjgl_openal_eax_EAX20.h OpenAL / EAX Refactor 2004-02-26 21:51:58 +00:00
org_lwjgl_openal_eax_EAXBufferProperties.c updated to c code 2004-09-15 17:04:26 +00:00
org_lwjgl_openal_eax_EAXBufferProperties.h New JNI headers 2003-11-25 22:28:28 +00:00
org_lwjgl_openal_eax_EAXListenerProperties.c updated to c code 2004-09-15 17:04:26 +00:00
org_lwjgl_openal_eax_EAXListenerProperties.h New JNI headers 2003-11-25 22:28:28 +00:00
org_lwjgl_opengl_Display.h Added setLocation support for linux 2004-09-15 17:44:39 +00:00
org_lwjgl_opengl_GL11.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_opengl_GL12.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_opengl_GL13.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_opengl_GL14.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_opengl_GL15.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_opengl_GL20.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_opengl_GLContext.c Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_opengl_GLContext.h Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway. 2004-09-10 08:13:56 +00:00
org_lwjgl_opengl_Pbuffer.h Removed ability to share Display context in Pbuffer - it was too much trouble for little gain 2004-08-02 14:32:51 +00:00
org_lwjgl_Sys.h Implemented default AWT implementation of Sys.getClipboard() 2004-08-12 15:22:48 +00:00