lwjgl/src/native/common
Caspian Rychlik-Prince c6a231cf43 New getPlatform() method added 2003-03-21 17:08:26 +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 *** empty log message *** 2003-03-13 19:31:10 +00:00
extal.c Fix Brians bugs 2003-03-17 18:34:43 +00:00
extal.h Clean OSX release, changed the platform flag to TARGET_OS_MAC to match what's in OpenAL so everything builds smootly together. 2003-01-02 05:45:43 +00:00
extgl.c Clean OSX release, changed the platform flag to TARGET_OS_MAC to match what's in OpenAL so everything builds smootly together. 2003-01-02 05:45:43 +00:00
extgl.h Clean OSX release, changed the platform flag to TARGET_OS_MAC to match what's in OpenAL so everything builds smootly together. 2003-01-02 05:45:43 +00:00
org_lwjgl_Display.h New getPlatform() method added 2003-03-21 17:08:26 +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 New getPlatform() method added 2003-03-21 17:08:26 +00:00
org_lwjgl_input_Controller.h Joystick replaced by Controller 2003-01-03 18:47:42 +00:00
org_lwjgl_input_Keyboard.h Added keyboard translation to linux and win32 2003-01-11 23:09:38 +00:00
org_lwjgl_input_Mouse.h new Mouse implementation, rewritten to better fit Controller structure 2003-02-08 19:30:23 +00:00
org_lwjgl_openal_ALC.cpp Fix Brians bugs 2003-03-17 18:34:43 +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 *** empty log message *** 2003-03-16 17:37:18 +00:00
org_lwjgl_opengl_CoreGL.h Added glMultiDrawArrays and glMultiDrawElements 2003-02-17 15:13:41 +00:00
org_lwjgl_opengl_GL.cpp Fixed runtime breakage on linux 2003-03-16 21:55:13 +00:00
org_lwjgl_opengl_GL.h added glXAllocateMemoryNV/glXFreeMemoryNV 2003-03-06 20:54:05 +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