summaryrefslogtreecommitdiff
path: root/src/utils/sdlhelper.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-15Fix other include issues.Andrei Karas1-0/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-2/+0
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-10In OpenGL context creation add support for compatability context.Andrei Karas1-1/+2
2014-07-02Fix resize in modernopengl with own context in SDL1.2 build.Andrei Karas1-0/+2
2014-06-24Add manual OpenGL context creation.Andrei Karas1-0/+4
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-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-18add const to other files.Andrei Karas1-6/+7
2013-08-25fix compilation with SDL1.2Andrei Karas1-1/+1
2013-08-24move threads creation into sdl helper.Andrei Karas1-0/+5
2013-08-24move WMInfo function calls into SDL helper.Andrei Karas1-0/+4
2013-08-24move some function to sdl helper.Andrei Karas1-0/+4
2013-08-24fix "grab input" in SDL2.Andrei Karas1-0/+1
2013-08-24fix window title and icon in SDL2.Andrei Karas1-0/+9
2013-08-24add sdlhelper with some low level SDL functions.Andrei Karas1-0/+38