lwjgl/src/native/common
Elias Naur fd75f7a959 Added debug output when dynamic library load fails 2003-05-11 11:51:08 +00:00
..
callbacks Switched to dynamic loading of gl functions and libs 2002-12-11 07:16:31 +00:00
Makefile.am Renamed extal.c->extal.cpp 2003-03-23 12:52:11 +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.cpp Fixed Brian's bugs 2003-03-24 11:56:05 +00:00
extal.h fix: load OpenAL based on java.library.path 2003-03-22 23:17:11 +00:00
extgl.c Added debug output when dynamic library load fails 2003-05-11 11:51:08 +00:00
extgl.h Added support for ARB_vertex_buffer_object 2003-04-03 11:32:32 +00:00
org_lwjgl_Display.h Stuff for 0.6 2003-03-29 21:52:14 +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 Added Sys.NULL constant 2003-04-03 20:20:29 +00:00
org_lwjgl_Window.h Linux/win32 changes for 0.6 2003-03-30 19:26:39 +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 New OpenAL programming model: 2003-04-27 18:37:38 +00:00
org_lwjgl_openal_ALC.h New OpenAL programming model: 2003-04-27 18:37:38 +00:00
org_lwjgl_openal_BaseAL.cpp fix: load OpenAL based on java.library.path 2003-03-22 23:17:11 +00:00
org_lwjgl_openal_BaseAL.h New OpenAL programming model: 2003-04-27 18:37:38 +00:00
org_lwjgl_openal_CoreAL.cpp dynamic loading of openal 2002-12-14 12:49:16 +00:00
org_lwjgl_openal_CoreAL.h New OpenAL programming model: 2003-04-27 18:37:38 +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 Removed makeContexCurrent and releaseContext 2003-04-26 06:54:32 +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 Added support for ARB_vertex_buffer_object 2003-04-03 11:32:32 +00:00
org_lwjgl_opengl_GL.h Added support for ARB_vertex_buffer_object 2003-04-03 11:32:32 +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