summaryrefslogtreecommitdiff
path: root/src/resources/openglimagehelper.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-11Silence warning -Wredundant-decls in SDL 1.2 codeAndrei Karas1-0/+7
2019-05-31Fix compilation warnings with new mesa and SDL 1.2Andrei Karas1-0/+6
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
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-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Another fix for old compilers.Andrei Karas1-3/+3
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-6/+6
2016-09-23Add missing comments into defines.Andrei Karas1-5/+5
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-1/+0
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas1-2/+2
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-6/+6
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-6/+6
2016-02-08Add missing variables into constructors initialisation list.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-05-17Fix possible issues in texture atlas creation with non power of two image sizes.Andrei Karas1-0/+3
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-03add missing consts.Andrei Karas1-1/+1
2014-07-01Move bindtexture in openglimagehelper into separate file.Andrei Karas1-0/+2
2014-07-01Add to image helper function to copy surface into part of image.Andrei Karas1-0/+7
2014-06-15Add OpenGL extension GL_ARB_invalidate_subdata.Andrei Karas1-0/+2
2014-06-04Create empty OpenGL textures in batches.Andrei Karas1-7/+15
2014-02-02Add missing const and static into resource classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to resources files.Andrei Karas1-4/+6
2013-09-26remove useless virtual keywords.Andrei Karas1-1/+1
2013-09-16remove unused includes from resources.Andrei Karas1-4/+0
2013-09-13Fix compilation errors with different flags.Andrei Karas1-13/+0
2013-09-01add renderer enum.Andrei Karas1-3/+3
2013-08-26fix compilation warnings with sdl2.Andrei Karas1-0/+2
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
2013-06-03fix SDL includes.Andrei Karas1-2/+2
2013-05-28fix guard header part3.Andrei Karas1-3/+3
2013-04-15improve imagehelper class.Andrei Karas1-11/+13
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Fix text size if it was not power of two.Andrei Karas1-1/+3
2012-12-27Change outline function to better quality but slower.Andrei Karas1-0/+2
2012-10-30Add unused warnings to other files.Andrei Karas1-9/+9
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas1-0/+11
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+6
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-2/+2
2012-10-01Using GL_ARB_sampler_objects.Andrei Karas1-7/+6
2012-09-30add atlas textures support.Andrei Karas1-1/+6
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-09-03Add const to more classes.Andrei Karas1-5/+5
2012-09-02Add const to more classes.Andrei Karas1-1/+2