summaryrefslogtreecommitdiff
path: root/src/utils/sdl2helper.h
AgeCommit message (Collapse)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-84/+0
2017-09-13Add option to select any existing SDL renderer drivers for SDL2 default mode.Andrei Karas1-0/+5
2017-09-13Fix option for enable/disable screensaver in SDL 2.Andrei Karas1-0/+2
2017-09-11Add option to set sdl logging level.Andrei Karas1-0/+2
Only for SDL2.
2017-09-08Split SDL_WaitEventTimeout/SDL_PollEvent into lower level SDL function calls.Andrei Karas1-0/+4
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated ↵Andrei Karas1-0/+2
before cleanup.
2017-09-07Add SDL2 errors logging.Andrei Karas1-0/+2
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-02-07Remove extra include SDL_stdinc.h.Andrei Karas1-8/+0
2017-02-07Fix compilation with SDL2.Andrei Karas1-2/+2
2017-02-07Fix compilation with gcc version below 4.6.Andrei Karas1-3/+4
2017-02-04Fix compilation with very new SDL2.Andrei Karas1-1/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-15Fix other include issues.Andrei Karas1-0/+1
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas1-0/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
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-12-18add restrict into sdl2helper.Andrei Karas1-1/+2
2013-09-18add const to other files.Andrei 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/+3
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/+8
2013-08-24add sdlhelper with some low level SDL functions.Andrei Karas1-0/+35