summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.h
AgeCommit message (Collapse)AuthorFilesLines
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
By default this option disabled, because may create issues.
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
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
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
For SDL2 set attributes for context version. For SDL1.2 in X11 create own context. For SDL1.2 and other platforms not implimented for now. Also try fallback if need to older context versions.
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
Add simple draw test in most renders.
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas1-0/+12
This is first cached function implemented in modernopengl. Also add support for bind buffer attributes. Add finalize method to convert any cached data into data for GPU.
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
2014-06-10Add basic texture drawing in modernopengl.Andrei Karas1-4/+15
2014-06-09Add basic shaders in modernopengl.Andrei Karas1-0/+11
Add draw/fill rectangle functions.
2014-06-08Add simple shader creation.Andrei Karas1-0/+4
2014-06-08Clean modernopenglgraphics from legacy code.Andrei Karas1-11/+1
Now it cant draw anything.
2014-06-08copy mobileopengl into modernopengl.Andrei Karas1-0/+98