lwjgl/src/native/common
Caspian Rychlik-Prince 565dd6b6e0 *** keyword substitution change *** 2002-11-26 17:34:26 +00:00
..
MatrixOpCommon.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
MatrixOpCommon.h Moved Math functions to common 2002-11-25 13:18:25 +00:00
checkALerror.h Moved AL utility files to common 2002-11-25 13:39:46 +00:00
checkGLerror.h *** keyword substitution change *** 2002-11-26 17:34:26 +00:00
extal.c Moved AL utility files to common 2002-11-25 13:39:46 +00:00
extal.h fix: <al.h> -> <AL/al.h> 2002-11-25 21:50:41 +00:00
extgl.c Updated extgl.h/c and checkGLerror.h 2002-11-19 07:42:55 +00:00
extgl.h Updated extgl.h/c and checkGLerror.h 2002-11-19 07:42:55 +00:00
manifest.txt Initial revision 2002-08-06 15:10:44 +00:00
org_lwjgl_Display.h Initial revision 2002-08-11 11:49:32 +00:00
org_lwjgl_Math.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpAdd_MatrixOpDirect.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpAdd_MatrixOpDirect.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpAdd_MatrixOpSafe.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpAdd_MatrixOpSafe.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpCopy_MatrixOpDirect.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpCopy_MatrixOpDirect.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpCopy_MatrixOpSafe.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpCopy_MatrixOpSafe.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpInvert_MatrixOpDirect.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpInvert_MatrixOpDirect.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpInvert_MatrixOpSafe.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpInvert_MatrixOpSafe.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpMultiply_MatrixOpDirect.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpMultiply_MatrixOpDirect.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpMultiply_MatrixOpSafe.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpMultiply_MatrixOpSafe.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpNegate_MatrixOpDirect.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpNegate_MatrixOpDirect.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpNegate_MatrixOpSafe.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpNegate_MatrixOpSafe.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpNormalise_MatrixOpDirect.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpNormalise_MatrixOpDirect.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpNormalise_MatrixOpSafe.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpNormalise_MatrixOpSafe.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpSubtract_MatrixOpDirect.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpSubtract_MatrixOpDirect.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Math_MatrixOpSubtract_MatrixOpSafe.cpp Moved Math functions to common 2002-11-25 13:18:25 +00:00
org_lwjgl_Math_MatrixOpSubtract_MatrixOpSafe.h New math code 2002-08-24 09:32:01 +00:00
org_lwjgl_Sys.h Tweakage 2002-08-19 11:30:45 +00:00
org_lwjgl_input_GamePad.h Checkpoint 2002-08-24 21:19:06 +00:00
org_lwjgl_input_Joystick.h fix: made joystick static, according to specs 2002-11-18 16:42:30 +00:00
org_lwjgl_input_Keyboard.h Initial revision 2002-08-11 11:49:32 +00:00
org_lwjgl_input_Mouse.h Checkpoint 2002-08-24 21:19:06 +00:00
org_lwjgl_openal_ALC.cpp Moved OpenAL to common 2002-11-25 13:52:24 +00:00
org_lwjgl_openal_ALC.h rem: getProcAddress removed, since it serves no purpose for Java programmers 2002-09-06 23:36:48 +00:00
org_lwjgl_openal_ALUT.cpp Moved OpenAL to common 2002-11-25 13:52:24 +00:00
org_lwjgl_openal_ALUT.h mod: adopted create/destroy architecture 2002-09-03 19:24:57 +00:00
org_lwjgl_openal_BaseAL.cpp Moved OpenAL to common 2002-11-25 13:52:24 +00:00
org_lwjgl_openal_BaseAL.h mod: adopted create/destroy architecture 2002-09-03 19:24:57 +00:00
org_lwjgl_openal_CoreAL.cpp Moved OpenAL to common 2002-11-25 13:52:24 +00:00
org_lwjgl_openal_CoreAL.h mod: getSource3f removed, since it isn't in the specs 2002-11-19 16:39:57 +00:00
org_lwjgl_openal_eax_BaseEAX.cpp Moved OpenAL to common 2002-11-25 13:52:24 +00:00
org_lwjgl_openal_eax_BaseEAX.h mod: moving to eax subpackage 2002-09-02 13:22:09 +00:00
org_lwjgl_openal_eax_CoreEAX.cpp Moved OpenAL to common 2002-11-25 13:52:24 +00:00
org_lwjgl_openal_eax_CoreEAX.h mod: moving to eax subpackage 2002-09-02 13:22:09 +00:00
org_lwjgl_openal_eax_EAXBufferProperties.cpp Moved OpenAL to common 2002-11-25 13:52:24 +00:00
org_lwjgl_openal_eax_EAXBufferProperties.h add: finished EAX support 2002-09-02 22:08:26 +00:00
org_lwjgl_openal_eax_EAXListenerProperties.cpp Moved OpenAL to common 2002-11-25 13:52:24 +00:00
org_lwjgl_openal_eax_EAXListenerProperties.h add: finished EAX support 2002-09-02 22:08:26 +00:00
org_lwjgl_opengl_BaseGL.h Added releaseContext to BaseGL.java (and native for linux) 2002-11-25 17:04:56 +00:00
org_lwjgl_opengl_CoreGL.cpp Moved org_lwjgl_opengl_GL.cpp to common (again) 2002-11-25 13:33:12 +00:00
org_lwjgl_opengl_CoreGL.h Created new jni header for CoreGL 2002-11-24 13:21:01 +00:00
org_lwjgl_opengl_GL.cpp Moved org_lwjgl_opengl_GL.cpp to common (again) 2002-11-25 13:33:12 +00:00
org_lwjgl_opengl_GL.h Working 2002-08-17 14:13:12 +00:00
org_lwjgl_opengl_GLU.cpp Moved GLU.cpp to common 2002-11-25 13:36:36 +00:00
org_lwjgl_opengl_GLU.h Working 2002-08-17 14:13:12 +00:00