aboutsummaryrefslogtreecommitdiff
path: root/smelt/glfw/gfx_glfw.cpp
AgeCommit message (Collapse)Author
2020-02-15Added 3 methods for getting certain types of system information.Gravatar Chris Xiong
Also improved format of related information reported in logs.
2020-02-14Fix a incorrect ilConvertImage function call.Gravatar Chris Xiong
2019-06-15Added DevIL as an option for image loader.Gravatar Chris Xiong
2018-02-13Fixed building on Microsoft(R) Windows(TM), a.k.a. the most advancedGravatar Chris Xiong
operating system ever.
2018-02-12Now we have unified the GLFW versions (uglily).Gravatar Chris Xiong
Also fixed a symbol conflict for the good old msvc.
2018-02-03Fixed texture locking for sure this time.Gravatar Chris Xiong
2018-02-03Added the GL 3.2+ port.Gravatar Chris Xiong
Fixed poor performance of the truetype renderer. (Partially) Fixed texture locking. Minor addition and fixes to the math library.
2016-10-28Add the GLFW port, still using OpenGL 2.1 though.Gravatar Chris Xiong
And a more detailed readme.