summaryrefslogtreecommitdiff
path: root/src/render/renderers.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-1/+1
2016-01-06Add noexcept into other renderers.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to render.Andrei Karas1-1/+3
2015-01-13Move rendertype.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-13Allow pattern/batched draw in modernopengl.Andrei Karas1-2/+1
2014-06-12For now disable batch draw in modern opengl because it not implimented.Andrei Karas1-1/+2
2014-05-18Move rendertype into separate file.Andrei Karas1-10/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-0/+2
2013-09-16remove unused includes from render files.Andrei Karas1-2/+0
2013-09-13fix code style.Andrei Karas1-1/+1
2013-09-02improve render mode validation after reading from config.Andrei Karas1-1/+1
2013-09-01fix renderer names and types.Andrei Karas1-0/+1
2013-09-01add SDL2 default render mode.Andrei Karas1-2/+1
2013-09-01add way to map render mode selection to actual modes.Andrei Karas1-0/+6
2013-09-01add renderer enum.Andrei Karas1-0/+33