summaryrefslogtreecommitdiff
path: root/src/resources/openglimagehelper.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-23switch: enable opengles2 renderercpasjuste1-1/+5
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-12-07Fix code style.Andrei Karas1-24/+24
2018-11-27Remove extra ; from different code.Andrei Karas1-6/+6
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-18Remove extra includes.Andrei Karas1-5/+0
2017-09-18Replace SDL macro defines to SDL_GetError.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-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-18/+18
2017-05-25Switch in replaceAOGLColor into using custom despatcher.Andrei Karas1-1/+1
2017-05-25Switch in replaceSOGLColor into using custom despatcher.Andrei Karas1-1/+1
2017-04-25Report into log OpenGL errors if enabled configure option --enable-openglerrors.Andrei Karas1-0/+23
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-29Use power of two texture sizes in all OpenGL modes (even with rectangular tex...Andrei Karas1-11/+3
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-20/+29
2016-08-18Fix some style issues.Andrei Karas1-6/+8
2016-08-11Add asserts into imagehelpers.Andrei Karas1-7/+8
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-1/+0
2016-06-07Move image class into image directory.Andrei Karas1-2/+2
2016-05-31Fix different include issues.Andrei Karas1-0/+4
2016-05-09Fix issue with DSO.Andrei Karas1-5/+18
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-21Move dye related files into dye directory.Andrei Karas1-2/+3
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-3/+4
2015-12-16Dont set GL_TEXTURE_MAX_LEVEL on nacl.Andrei Karas1-1/+1
2015-12-15Fix compilation in nacl.Andrei Karas1-0/+3
2015-12-15Replace in openglimagehelper all gl functions calls into defines.Andrei Karas1-7/+7
2015-12-13Not build unsupported render backends on nacl.Andrei Karas1-5/+21
2015-12-11Impliment initial mobileopengl2graphics as OpenGL ES 2 backend.Andrei Karas1-1/+2
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas1-1/+8
2015-07-11Add missing checks into resources.Andrei Karas1-0/+6
2015-05-17Fix possible issues in texture atlas creation with non power of two image sizes.Andrei Karas1-3/+52
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-25Add more profiler labels.Andrei Karas1-0/+2
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige1-1/+1
2014-08-03add missing consts.Andrei Karas1-1/+1
2014-07-12Add macro for checking OpenGL function is it null or not null.Andrei Karas1-2/+3
2014-07-05Fix code style.Andrei Karas1-2/+1
2014-07-02Use GL_EXT_direct_state_access in copy to texture function.Andrei Karas1-2/+2
2014-07-01Move bindtexture in openglimagehelper into separate file.Andrei Karas1-21/+27
2014-07-01Add to image helper function to copy surface into part of image.Andrei Karas1-10/+44
2014-06-28Dont fail on missing images.Andrei Karas1-1/+1
2014-06-23Dont call glTexEnvf in mobileopengl and modernopengl.Andrei Karas1-1/+2
2014-06-15Add OpenGL extension GL_ARB_invalidate_subdata.Andrei Karas1-0/+9
2014-06-08copy mobileopengl into modernopengl.Andrei Karas1-1/+4
2014-06-08Add Modern OpenGL render type.Andrei Karas1-0/+2