Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-10-23 | Changed all the "cant" by "can't", and fixed few sentences to translate. | Alige | 1 | -2/+2 | |
2014-07-19 | Add missing include in glxhelper.v1.4.7.19 | Andrei Karas | 1 | -0/+1 | |
2014-07-14 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2014-07-12 | Add macro for checking OpenGL function is it null or not null. | Andrei Karas | 1 | -3/+4 | |
2014-07-10 | In OpenGL context creation add support for compatability context. | Andrei Karas | 1 | -2/+3 | |
2014-07-05 | Fix code style. | Andrei Karas | 1 | -3/+3 | |
2014-07-02 | Fix resize in modernopengl with own context in SDL1.2 build. | Andrei Karas | 1 | -1/+8 | |
2014-06-24 | Add manual OpenGL context creation. | Andrei Karas | 1 | -0/+120 | |
For SDL2 set attributes for context version. For SDL1.2 in X11 create own context. For SDL1.2 and other platforms not implimented for now. Also try fallback if need to older context versions. |