aboutsummaryrefslogtreecommitdiff
path: root/smelt/glfw/sys_glfw.cpp
AgeCommit message (Collapse)Author
2020-05-01Make the new argument for smVidMode actually work.HEADmasterGravatar Chris Xiong
2020-04-28Added routines needed for off-screen rendering.Gravatar Chris Xiong
Make implementation-specific stuff actually private. Move glfw callbacks into a class. Correct misspelt words.
2020-02-15Added 3 methods for getting certain types of system information.Gravatar Chris Xiong
Also improved format of related information reported in logs.
2018-02-12Now we have unified the GLFW versions (uglily).Gravatar Chris Xiong
Also fixed a symbol conflict for the good old msvc.
2017-06-17Fixed example application.Gravatar Chris Xiong
Fixed compile errors in Windows.
2016-12-27Fix stupid crashes.Gravatar Chris Xiong
2016-10-28Add the GLFW port, still using OpenGL 2.1 though.Gravatar Chris Xiong
And a more detailed readme.