summaryrefslogtreecommitdiff
path: root/src/utils/glxhelper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-09Fix compilation warning with mesa 17.3.0.Andrei Karas1-2/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-1/+1
2016-09-03Add debug info in SDL 1.2 context creation code.Andrei Karas1-0/+8
2016-06-18Fix compilation on debian lenny.Andrei Karas1-0/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-4/+0
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move OpenGLX related files into openglx directory.Andrei Karas1-3/+3
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-2/+3
2015-06-25Add missing checks into db directory.Andrei Karas1-0/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige1-2/+2
2014-07-19Add missing include in glxhelper.v1.4.7.19Andrei Karas1-0/+1
2014-07-14Fix code style.Andrei Karas1-1/+1
2014-07-12Add macro for checking OpenGL function is it null or not null.Andrei Karas1-3/+4
2014-07-10In OpenGL context creation add support for compatability context.Andrei Karas1-2/+3
2014-07-05Fix code style.Andrei Karas1-3/+3
2014-07-02Fix resize in modernopengl with own context in SDL1.2 build.Andrei Karas1-1/+8
2014-06-24Add manual OpenGL context creation.Andrei Karas1-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.