lwjgl/src/native/common
Caspian Rychlik-Prince e143541c01 *** empty log message *** 2003-06-07 12:47:35 +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 Mac OS X Support - untested 2003-05-17 02:50:51 +00:00
extal.h Mac OS X Support - untested 2003-05-17 02:50:51 +00:00
extgl.c Native cursors implemented 2003-05-16 18:39:46 +00:00
extgl.h Added support for ARB_vertex_buffer_object 2003-04-03 11:32:32 +00:00
org_lwjgl_Display.h Implemented gamma, brightness and contrast controls on win32 and linux 2003-05-27 14:12:10 +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 *** empty log message *** 2003-06-04 21:49:46 +00:00
org_lwjgl_input_Controller.h Joystick replaced by Controller 2003-01-03 18:47:42 +00:00
org_lwjgl_input_Cursor.h Implemented Pbuffers on win32 and linux (render to texture will be done later) 2003-05-20 12:20:13 +00:00
org_lwjgl_input_Keyboard.h *** empty log message *** 2003-06-07 12:47:35 +00:00
org_lwjgl_input_Mouse.h Implemented Pbuffers on win32 and linux (render to texture will be done later) 2003-05-20 12:20:13 +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 minor cleanup 2003-05-20 13:59:58 +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 minor cleanup 2003-05-20 13:59:58 +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
org_lwjgl_opengl_Pbuffer.h Implemented Pbuffers on win32 and linux (render to texture will be done later) 2003-05-20 12:20:13 +00:00