summaryrefslogtreecommitdiff
path: root/src/render/mglxinit.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-12Add functions to get ARB or EXT OpenGL functions.Andrei Karas1-7/+7
2014-07-12Simplify assignFunction and add two args function assignFunction2.Andrei Karas1-7/+7
2014-06-24Add glXSwapBuffers into GLX functions.Andrei Karas1-0/+1
2014-06-24Add manual OpenGL context creation.Andrei Karas1-0/+2
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.
2014-06-23Add glx functions helpers.Andrei Karas1-0/+39
Add some glx functions.