summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-30Fix too long line in modernopenglgraphics.cppAndrei Karas1-1/+2
2020-05-30Split multi line #if into separate ifsAndrei Karas1-4/+4
2020-05-30Fix left style issues from switch port mergingAndrei Karas1-1/+2
2020-04-23switch: enable opengles2 renderercpasjuste1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-10-29Fix code style.s20181102Andrei Karas1-13/+13
2018-03-27Fix empty vector issue in modern and mobile2 opengl renderers.Andrei Karas1-0/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-12Add option for enable high dpi mode in SDL 2.Andrei Karas1-3/+11
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-14/+14
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-19Fix resetting draw color in modern and mobile2 renderers.Andrei Karas1-0/+6
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-20/+20
2017-05-15Remove one condition form renderers.Andrei Karas1-39/+37
2017-04-25Report into log OpenGL errors if enabled configure option --enable-openglerrors.Andrei Karas1-0/+33
2017-04-08Fix compilation error with SDL 2.Andrei Karas1-1/+1
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-26/+30
2016-09-03Add option for create custom OpenGL context.Andrei Karas1-4/+11
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-1/+0
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+2
2016-03-11Fix code style.Andrei Karas1-1/+0
2016-03-07In renderers in function calcWindow add non null attributes.Andrei Karas1-2/+0
2016-03-07In renderers in function drawTileCollection add non null attributes.Andrei Karas1-2/+0
2016-03-07In renderers in function calcTileVertexes add non null attributes.Andrei Karas1-3/+0
2016-02-08Add some missing checks and remove useless checks.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-26Fix code style.Andrei Karas1-7/+14
2015-12-25Add restrict keyword to all renderers.Andrei Karas1-17/+24
2015-12-25Add restrict to all methods in graphics.Andrei Karas1-1/+1
2015-12-25Add restrict keyword in openglgraphicsdefadvanced.hppAndrei Karas1-5/+8
2015-12-25Add restrict keyword in openglgraphicsdef1.hppAndrei Karas1-1/+1
2015-12-25Add restrict keyword in openglgraphicsdef.hppAndrei Karas1-4/+4
2015-12-25Add restrict keyword into graphicsdef.hppAndrei Karas1-59/+76
2015-12-20Fix regal and nacl conflict in headers.Andrei Karas1-1/+1
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-2/+2
2015-12-16Use screenshort helpers for creating screenshotsAndrei Karas1-57/+0
2015-12-15Replace all left OpenGL calls in mobile and modern backends to defines.Andrei Karas1-3/+3
2015-12-13Fix code style.Andrei Karas1-1/+2
2015-12-13Not build unsupported render backends on nacl.Andrei Karas1-2/+2
2015-12-11Add pseudo function for some gl calls.Andrei Karas1-24/+24
2015-12-11Add nacl gl init and nacl defines and includes in most files.Andrei Karas1-0/+3
2015-11-02Add some missing checks in renderers.Andrei Karas1-0/+2
2015-06-25Add missing checks into render directory.Andrei Karas1-8/+16
2015-05-25Remove color2 from graphics.Andrei Karas1-7/+0