summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-11Silence warning -Wredundant-decls in SDL 1.2 codeAndrei Karas1-0/+7
2020-05-30Split multi line #if into separate ifsAndrei Karas1-2/+3
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-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-09-23Add missing comments into defines.Andrei Karas1-4/+5
2016-09-03Add option for create custom OpenGL context.Andrei Karas1-1/+1
2016-06-17Add some includes guards. Fix compilation for windows.Andrei Karas1-0/+3
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-04-30Fix glext.h include for MacOSX.Andrei Karas1-2/+4
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-8/+8
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-8/+8
2016-02-11Use inline attribute in some critial performance functions.Andrei Karas1-11/+16
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-25Add restrict keyword to all renderers.Andrei Karas1-17/+20
2015-12-25Add restrict to all methods in graphics.Andrei Karas1-1/+1
2015-12-25Add restrict keyword in openglgraphicsdef1.hppAndrei Karas1-1/+1
2015-12-13Fix code style.Andrei Karas1-1/+2
2015-12-13Not build unsupported render backends on nacl.Andrei Karas1-2/+2
2015-12-01Fix compilation nacl with OpenGL (regal).Andrei Karas1-0/+2
2015-08-09Add some missing checks to render found by paranucker.Andrei Karas1-2/+2
2015-06-25Add missing checks into render directory.Andrei Karas1-5/+3
2015-05-25Remove color2 from graphics.Andrei Karas1-3/+0
2015-04-02Remove useless virtual keywords.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-3/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-18Move renderer method createGLContext from protected into public.Andrei Karas1-3/+2
2014-07-02Rename some variables in renderers.Andrei Karas1-3/+3
2014-07-02Fix resize in modernopengl with own context in SDL1.2 build.Andrei Karas1-1/+3
2014-06-24Add manual OpenGL context creation.Andrei Karas1-0/+3
2014-06-14In modernopengl add support for EBO, but unused.Andrei Karas1-0/+4
2014-06-14Switch modernopengl from float into int buffers.Andrei Karas1-3/+3
2014-06-14fix modernoepngl drawing.Andrei Karas1-0/+5
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas1-0/+12
2014-06-12Rename NormalOpenGLGraphicsVertexes into OpenGLGraphicsVertexes.Andrei Karas1-1/+1
2014-06-12Add set vbo function into modernopengl.Andrei Karas1-3/+3
2014-06-12In modernopengl add drawnet function.Andrei Karas1-0/+2
2014-06-12In modernopengl add draw rescaled image.Andrei Karas1-0/+7
2014-06-12Use only one shader program for all drawing.Andrei Karas1-9/+5
2014-06-11In modernopengl add alpha for textures.Andrei Karas1-0/+1
2014-06-11In modernopengl for textures use one attribute (before was two)Andrei Karas1-1/+0
2014-06-10In modernopengl implimented drawpattern.Andrei Karas1-4/+6
2014-06-10In modernopengl Use one global VBOAndrei Karas1-0/+1
2014-06-10In modernopengl add basic VAO usage.Andrei Karas1-0/+1
2014-06-10Remove unused buffers from modernopengl.Andrei Karas1-4/+2