summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-06-18fix render mode fallback.Andrei Karas1-0/+1
2014-06-18Add error logging if shader compilation failure.Andrei Karas1-0/+7
2014-06-15Add OpenGL extension GL_ARB_invalidate_subdata.Andrei Karas1-0/+10
And use it for invalidate prepared for deletion images.
2014-06-14Add --renderer command flag to override rendererAndrei Karas1-1/+6
2014-06-14Add OpenGL function glVertexAttribIPointer.Andrei Karas1-0/+1
2014-06-14Switch modernopengl from float into int buffers.Andrei Karas1-0/+1
2014-06-14fix modernoepngl drawing.Andrei Karas1-0/+1
Add simple draw test in most renders.
2014-06-11Add OpenGL glBindVertexBuffers.Andrei Karas1-0/+19
Add info about missing and found OpenGL functions.
2014-06-10Add some vertex OpenGL functions.Andrei Karas1-0/+7
2014-06-10Add OpenGL functions glProgramUniformXf.Andrei Karas1-0/+8
2014-06-08Add simple shader creation.Andrei Karas1-0/+2
2014-06-08Add shaderprogram class.Andrei Karas1-0/+1
2014-06-08copy mobileopengl into modernopengl.Andrei Karas1-1/+7
2014-06-08Add Modern OpenGL render type.Andrei Karas1-7/+18
Now it using normal OpenGL renderer.
2014-06-08dump missing OpenGL extensions in log.Andrei Karas1-12/+49
2014-06-07Fallback to safe OpenGL mode if OpenGL version is lower than 2.0.Andrei Karas1-0/+24
2014-06-07Improve a bit video mode initialisation code.Andrei Karas1-6/+8
2014-06-07add some more OpenGL functions.Andrei Karas1-0/+1
2014-06-04Add info in log about assigned OpenGL functions.Andrei Karas1-1/+8
2014-06-04Add shader related OpenGL functions and some other.Andrei Karas1-0/+34
2014-06-04Add buffers related OpenGL functions.Andrei Karas1-2/+8
2014-06-04Add VAO OpenGL functions.Andrei Karas1-0/+11
for now unused.
2014-06-03Fix wrong includes.Andrei Karas1-1/+1
2014-05-31Fix sign on some vars.Andrei Karas1-3/+6
2014-05-27Refactor a bit video system initialisation.Andrei Karas1-0/+20
2014-05-27Rename initGraphics into intoRenderers.Andrei Karas1-2/+2
2014-05-25Fix texture size detection and saving.Andrei Karas1-0/+2
2014-05-25Add support for simple texture size detection.Andrei Karas1-0/+5
This test check from 1024 to max texture size reported by driver.
2014-05-08Fix code style in other files.Andrei Karas1-4/+7
2014-04-30Fix code style in other files.Andrei Karas1-6/+9
2014-04-08Add support for OpenGL extension GL_GREMEDY_string_marker.Andrei Karas1-1/+6
2014-04-08Add support for OpenGL extension GL_EXT_debug_marker.Andrei Karas1-0/+13
2014-04-07Add support for OpenGL extension GL_EXT_debug_label.Andrei Karas1-0/+12
2014-04-07Add support for OpenGL extension GL_GREMEDY_frame_terminator.Andrei Karas1-0/+6
It allow show to debugger where is frame termination.
2014-02-02Add missing const and static into other classes.Andrei Karas1-1/+1
2014-01-29allow apply scale without client restart.Andrei Karas1-11/+1
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas1-2/+13
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18remove unused attribute from graphicsmanager.Andrei Karas1-1/+1
2013-11-08fix code style.Andrei Karas1-3/+7
2013-11-04Add screen size detection for naclDan Sagunov1-0/+4
2013-10-27fix crash with broken OpenGL functions.Andrei Karas1-3/+5
2013-10-22dehardcode render values.Andrei Karas1-9/+9
2013-09-30move mgl files into render directory.Andrei Karas1-1/+1
2013-09-26fix in Android and SDL2 screen size detection.Andrei Karas1-1/+18
2013-09-25allow use only first video mode on Android.Andrei Karas1-36/+11
2013-09-25improve a bit strings declaration.Andrei Karas1-1/+1
2013-09-22fix compilation with OpenGL with SDL2 on Android.Andrei Karas1-0/+2
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas1-0/+4
2013-09-19fix some compilation issues in different platforms.Andrei Karas1-0/+2