summaryrefslogtreecommitdiff
path: root/src/render
AgeCommit message (Expand)AuthorFilesLines
2015-12-11Add pseudo function for some gl calls.Andrei Karas6-77/+107
2015-12-11Add nacl gl init and nacl defines and includes in most files.Andrei Karas10-55/+158
2015-12-11Add nacl gl functions.Andrei Karas1-0/+93
2015-12-11Fix warnings in mobileopengl2graphics.Andrei Karas1-75/+93
2015-12-11Remove commented code from mobileopengl2graphics.Andrei Karas1-13/+0
2015-12-11In mobileopengl2graphics update texture size uniform only if size changed.Andrei Karas2-5/+15
2015-12-11Impliment initial mobileopengl2graphics as OpenGL ES 2 backend.Andrei Karas4-161/+168
2015-12-10Add pointer to OpenGL function glActiveTexture.Andrei Karas4-0/+7
2015-12-10Dont use VAO in mobileopengl2graphics in nacl.Andrei Karas2-0/+8
2015-12-10Remove all element buffer references from mobile opengl 2 backend.Andrei Karas2-32/+0
2015-12-10Reorder defines in renderers.Andrei Karas1-9/+36
2015-12-10Add pointer to OpenGL function glBindAttribLocation.Andrei Karas2-1/+3
2015-12-10Add function for load OpenGL ES 2 shaders.Andrei Karas2-4/+20
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas2-1/+4
2015-12-10Copy modernopengl into mobileopengl2 backend.Andrei Karas4-12/+1536
2015-12-09Rename "Mobile OpenGL" into "Mobile OpenGL ES".Andrei Karas3-5/+5
2015-12-02Fix getprocaddress in nacl.Andrei Karas1-1/+1
2015-12-01Fix compilation nacl with OpenGL (regal).Andrei Karas7-0/+16
2015-11-02Add some missing checks in renderers.Andrei Karas5-0/+10
2015-08-22Use resource manager as global variable.Andrei Karas1-3/+2
2015-08-09Show error message in log if selected texture compression not supported.Andrei Karas1-0/+1
2015-08-09Add some missing checks to render found by paranucker.Andrei Karas6-14/+14
2015-06-25Add missing checks into render directory.Andrei Karas9-13/+113
2015-05-31Move blitmode enum into separate file.Andrei Karas2-12/+8
2015-05-25Remove color2 from graphics.Andrei Karas5-37/+1
2015-05-17Fix code style.Andrei Karas2-4/+0
2015-05-13Remove duplicate function from graphics.Andrei Karas2-16/+0
2015-05-13New stack class in graphics areas stack.Andrei Karas2-16/+20
2015-04-26Use cilkplus in sdlgraphics.Andrei Karas1-11/+10
2015-04-02Remove useless virtual keywords.Andrei Karas1-1/+1
2015-03-23Fix leak on exit in modernopenglgraphics.Andrei Karas1-2/+2
2015-03-17Remove useless includes from .h files.Andrei Karas11-17/+7
2015-03-16Remove useless includes from cpp filesAndrei Karas7-13/+7
2015-02-18Add missing override keywords.Andrei Karas4-8/+8
2015-01-13Move rendertype.h into enums directory.Andrei Karas3-39/+3
2015-01-01Update copyrights year.Andrei Karas56-56/+56
2014-08-18Add bptc texture compression support.Andrei Karas1-0/+4
2014-08-11Fix mplint warnings.Andrei Karas2-0/+3
2014-08-10Simplify GLX functions defenition.Andrei Karas3-19/+31
2014-08-10Simplify OpenGL functions defenition.Andrei Karas3-178/+112
2014-08-10Add support for OpenGL extension GL_ARB_clear_texture.Andrei Karas3-0/+9
2014-08-03Fix some casts.Andrei Karas1-2/+2
2014-08-02Add missing glx defines.v1.4.8.2Andrei Karas1-0/+6
2014-07-18Move renderer method createGLContext from protected into public.Andrei Karas2-5/+6
2014-07-17Add GLX_CONTEXT_PROFILE_MASK_ARB into OpenGL defines.Andrei Karas1-0/+4
2014-07-14Fix code style.Andrei Karas1-0/+12
2014-07-12Add macro for checking OpenGL function is it null or not null.Andrei Karas5-4/+35
2014-07-12Add functions to get ARB or EXT OpenGL functions.Andrei Karas2-7/+29
2014-07-12Simplify assignFunction and add two args function assignFunction2.Andrei Karas2-9/+18
2014-07-12Fix logging about emulated OpenGL functions.Andrei Karas1-1/+1