Menu

Tree [r526] / trunk / LWJGL / src / native / common /
 History

HTTPS access


File Date Author Commit
 callbacks 2002-12-17 cix_foo [r323] Changed quotes to angle brackets for alut.h inc...
 .cvsignore 2002-08-24 cix_foo [r79] Checkpoint
 Makefile.am 2003-03-23 elias_naur [r495] Renamed extal.c->extal.cpp
 MatrixOpCommon.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 MatrixOpCommon.h 2002-11-25 elias_naur [r245] Moved Math functions to common
 checkALerror.h 2002-12-14 matzon [r312] dynamic loading of openal
 checkGLerror.h 2003-03-13 cix_foo [r463] *** empty log message ***
 extal.cpp 2003-03-24 elias_naur [r498] Fixed Brian's bugs
 extal.h 2003-03-22 matzon [r492] fix: load OpenAL based on java.library.path
 extgl.c 2003-03-27 elias_naur [r508] Various linux fixes(2)
 extgl.h 2003-01-02 gregorypierce [r379] Clean OSX release, changed the platform flag to...
 org_lwjgl_Display.h 2003-03-28 cix_foo [r521] New Window class, and major changes to Display
 org_lwjgl_Math.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpAdd_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpAdd_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpAdd_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpAdd_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpCopy_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpCopy_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpCopy_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpCopy_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpInvert_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpInvert_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpInvert_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpInvert_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpMultiply_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpMultiply_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpMultiply_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpMultiply_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpNegate_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpNegate_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpNegate_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpNegate_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpNormalise_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpNormalise_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpNormalise_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpNormalise_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpSubtract_MatrixOpDirect.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpSubtract_MatrixOpDirect.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Math_MatrixOpSubtract_MatrixOpSafe.cpp 2002-11-25 elias_naur [r245] Moved Math functions to common
 org_lwjgl_Math_MatrixOpSubtract_MatrixOpSafe.h 2002-11-26 cix_foo [r263] *** keyword substitution change ***
 org_lwjgl_Sys.h 2003-03-21 cix_foo [r485] New getPlatform() method added
 org_lwjgl_Window.h 2003-03-28 cix_foo [r521] New Window class, and major changes to Display
 org_lwjgl_input_Controller.h 2003-01-03 matzon [r386] Joystick replaced by Controller
 org_lwjgl_input_Keyboard.h 2003-01-11 elias_naur [r388] Added keyboard translation to linux and win32
 org_lwjgl_input_Mouse.h 2003-02-08 matzon [r405] new Mouse implementation, rewritten to better f...
 org_lwjgl_openal_ALC.cpp 2003-03-24 elias_naur [r498] Fixed Brian's bugs
 org_lwjgl_openal_ALC.h 2002-09-06 matzon [r154] rem: getProcAddress removed, since it serves no...
 org_lwjgl_openal_BaseAL.cpp 2003-03-22 matzon [r492] fix: load OpenAL based on java.library.path
 org_lwjgl_openal_BaseAL.h 2003-03-22 matzon [r492] fix: load OpenAL based on java.library.path
 org_lwjgl_openal_CoreAL.cpp 2002-12-14 matzon [r312] dynamic loading of openal
 org_lwjgl_openal_CoreAL.h 2002-11-19 matzon [r215] mod: getSource3f removed, since it isn't in the...
 org_lwjgl_openal_eax_BaseEAX.cpp 2002-11-25 elias_naur [r250] Moved OpenAL to common
 org_lwjgl_openal_eax_BaseEAX.h 2002-09-02 matzon [r137] mod: moving to eax subpackage
 org_lwjgl_openal_eax_CoreEAX.cpp 2002-12-14 matzon [r312] dynamic loading of openal
 org_lwjgl_openal_eax_CoreEAX.h 2002-09-02 matzon [r137] mod: moving to eax subpackage
 org_lwjgl_openal_eax_EAXBufferProperties.cpp 2002-11-25 elias_naur [r250] Moved OpenAL to common
 org_lwjgl_openal_eax_EAXBufferProperties.h 2002-09-02 matzon [r140] add: finished EAX support
 org_lwjgl_openal_eax_EAXListenerProperties.cpp 2002-11-25 elias_naur [r250] Moved OpenAL to common
 org_lwjgl_openal_eax_EAXListenerProperties.h 2002-09-02 matzon [r140] add: finished EAX support
 org_lwjgl_opengl_BaseGL.h 2003-03-28 cix_foo [r526] Fixed
 org_lwjgl_opengl_CoreGL.cpp 2003-03-16 cix_foo [r467] *** empty log message ***
 org_lwjgl_opengl_CoreGL.h 2003-02-17 elias_naur [r435] Added glMultiDrawArrays and glMultiDrawElements
 org_lwjgl_opengl_GL.cpp 2003-03-16 elias_naur [r472] Fixed runtime breakage on linux
 org_lwjgl_opengl_GL.h 2003-03-06 elias_naur [r455] added glXAllocateMemoryNV/glXFreeMemoryNV
 org_lwjgl_opengl_GLU.cpp 2002-12-11 elias_naur [r301] Switched to dynamic loading of gl functions and...
 org_lwjgl_opengl_GLU.h 2002-11-30 lholden [r292]
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.