summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-06-14Add another build in fps test, unused.Andrei Karas2-0/+51
2014-06-14Fix compilation warnings.Andrei Karas2-64/+21
2014-06-14Add missing files into tarball.Andrei Karas2-0/+2
2014-06-14Add --renderer command flag to override rendererAndrei Karas3-2/+15
2014-06-14Add OpenGL function glVertexAttribIPointer.Andrei Karas5-0/+9
2014-06-14Fix draw test in normalopengl and safeopengl.Andrei Karas2-8/+12
2014-06-14Switch modernopengl from float into int buffers.Andrei Karas6-144/+149
2014-06-14In fps tests show fps on console.Andrei Karas1-0/+2
2014-06-14fix modernoepngl drawing.Andrei Karas15-10/+236
2014-06-13Fix crash with software renderer.Andrei Karas1-2/+9
2014-06-13In modernopengl use correct buffer flags STATIC/STREAM.Andrei Karas1-10/+10
2014-06-13Allow pattern/batched draw in modernopengl.Andrei Karas1-2/+1
2014-06-13In modernopengl add calcimagerect.Andrei Karas2-0/+12
2014-06-13In modernopengl add support for draw cached tile vertexes.Andrei Karas2-1/+67
2014-06-13Remove debug logging from modernopengl.Andrei Karas1-8/+0
2014-06-13Ignore for now "cached" functions in modernopengl.Andrei Karas2-7/+9
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas20-4/+232
2014-06-12Rename NormalOpenGLGraphicsVertexes into OpenGLGraphicsVertexes.Andrei Karas11-36/+36
2014-06-12Add set vbo function into modernopengl.Andrei Karas2-7/+14
2014-06-12In modernopengl enable scissor.Andrei Karas1-5/+0
2014-06-12For now disable batch draw in modern opengl because it not implimented.Andrei Karas1-1/+2
2014-06-12In modernopengl add drawimagerect function.Andrei Karas1-0/+1
2014-06-12In modernopengl add drawnet function.Andrei Karas2-0/+68
2014-06-12In modernopengl add rescaleddraw.Andrei Karas2-4/+76
2014-06-12In modernopengl add draw rescaled image.Andrei Karas3-6/+66
2014-06-12In modernopengl add support for draw point and draw line.Andrei Karas1-0/+25
2014-06-12Add points and lines in draw test.Andrei Karas1-0/+7
2014-06-12Use only one shader program for all drawing.Andrei Karas5-99/+55
2014-06-11In modernopengl add alpha for textures.Andrei Karas3-12/+13
2014-06-11In modernopengl for textures use one attribute (before was two)Andrei Karas2-16/+1
2014-06-11Add OpenGL glBindVertexBuffers.Andrei Karas4-0/+23
2014-06-11in modernopengl use new api for vertex attributes.Andrei Karas1-15/+26
2014-06-10Add some vertex OpenGL functions.Andrei Karas4-0/+19
2014-06-10In modernopengl implimented drawpattern.Andrei Karas2-4/+106
2014-06-10In modernopengl dont set color if it already same.Andrei Karas1-16/+19
2014-06-10In modernopengl Use one global VBOAndrei Karas2-13/+6
2014-06-10In modernopengl add basic VAO usage.Andrei Karas2-18/+21
2014-06-10In modernopengl use glProgramUniform.Andrei Karas1-15/+0
2014-06-10testAndrei Karas1-5/+12
2014-06-10In drawtest add outline color for text.Andrei Karas1-1/+2
2014-06-10Add OpenGL functions glProgramUniformXf.Andrei Karas4-0/+24
2014-06-10Remove unused buffers from modernopengl.Andrei Karas2-24/+13
2014-06-10Use cliparea for texture drawing position in modernopengl.Andrei Karas2-3/+6
2014-06-10Use same varaible names in simple and texture shaders.Andrei Karas1-3/+3
2014-06-10Add basic texture drawing in modernopengl.Andrei Karas7-30/+163
2014-06-09Add basic shaders in modernopengl.Andrei Karas11-21/+173
2014-06-08Add simple shader creation.Andrei Karas8-2/+38
2014-06-08Add frag color variable in shared program creation.Andrei Karas1-0/+1
2014-06-08Clean modernopenglgraphics from legacy code.Andrei Karas2-810/+8
2014-06-08Add shaderprogram class.Andrei Karas13-1/+196