lwjgl/src/native/common
Gregory Pierce 000e24eca7 Quick change for OSX support 2003-01-01 04:03:27 +00:00
..
callbacks Switched to dynamic loading of gl functions and libs 2002-12-11 07:16:31 +00:00
Makefile.am Removed ALUT from automake 2002-12-18 20:32:12 +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 dynamic loading of openal 2002-12-14 12:49:16 +00:00
checkGLerror.h Switched to dynamic loading of gl functions and libs 2002-12-11 07:16:31 +00:00
extal.c no message 2003-01-01 03:58:44 +00:00
extal.h Quick change for OSX support 2003-01-01 04:03:27 +00:00
extgl.c Updated to include the dynamic loading of the OpenGL.framework and use function pointers so OpenGL functions can be called. 2002-12-30 22:06:28 +00:00
extgl.h Removed typo - sorry 2002-12-30 22:24:29 +00:00
org_lwjgl_Display.h Moved BaseGL constructor parameters to Display 2002-12-19 16:35:35 +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 Alert code 2002-12-22 19:52:31 +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 dynamic loading of openal 2002-12-14 12:49:16 +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_BaseAL.cpp fix: more verbose when failing in creating oal 2002-12-22 21:44:49 +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 dynamic loading of openal 2002-12-14 12:49:16 +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 dynamic loading of openal 2002-12-14 12:49:16 +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 Moved BaseGL constructor parameters to Display 2002-12-19 16:35:35 +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 Switched to dynamic loading of gl functions and libs 2002-12-11 07:16:31 +00:00
org_lwjgl_opengl_GLU.h GLU: added quadricCallback(...) methods 2002-11-30 03:28:30 +00:00