summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
2013-06-03fix SDL includes.Andrei Karas1-2/+2
2013-05-10fix code style.Andrei Karas1-1/+0
2013-05-01add option to override detected screen density.Andrei Karas1-2/+7
2013-05-01improve screen density logging.Andrei Karas1-1/+2
2013-05-01add pixel size detection fo X11 and windows.Andrei Karas1-22/+69
2013-04-20fix style in other files.Andrei Karas1-0/+5
2013-04-14some more style fixes from cpplint.Andrei Karas1-2/+2
2013-03-01Fix code style.Andrei Karas1-1/+2
2013-02-28improve some files.Andrei Karas1-49/+48
2013-02-25Improve string usage in other files.Andrei Karas1-26/+25
2013-01-26Add support for manual compression selection.Andrei Karas1-11/+28
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-3/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-21Disable texture compression also for Mesa.Andrei Karas1-3/+3
2012-12-08Fix code style.Andrei Karas1-1/+1
2012-12-06Remove unused drawing class.Andrei Karas1-1/+1
2012-12-04Fix for MacOSX in OpenGL extensions.Andrei Karas1-0/+2
2012-10-30Android: At first start select maximum allowed resolution.Andrei Karas1-8/+19
2012-10-30Add unused warnings to some files.Andrei Karas1-5/+7
2012-10-28Done select always best resolution under Android.Andrei Karas1-7/+23
2012-10-27Autoselect resolution under android.Andrei Karas1-2/+50
2012-10-27Fix code style.Andrei Karas1-1/+1
2012-10-26Android compilation fixes.Andrei Karas1-0/+6
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-0/+6
2012-10-23Fix for windows compilation.Andrei Karas1-1/+1
2012-10-23Move OpenGL error conversion to string to graphicsmanager.Andrei Karas1-0/+33
2012-10-23Add support for OpenGL debug extensions.Andrei Karas1-0/+103
2012-10-23Add OpenGL debug extensions bindings.Andrei Karas1-11/+34
2012-10-17fix error in defines.Andrei Karas1-1/+1
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas1-0/+10
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-76/+51
2012-10-08Get from video detection texture compression and texture sampler modes.Andrei Karas1-6/+33
2012-10-08Allow reinit configuration files.Andrei Karas1-0/+1
2012-10-08Enable texture sampler by default only for Nvidia driver.Andrei Karas1-0/+1
2012-10-08Store OpenGL renderer and vendor in graphics manager.Andrei Karas1-15/+19
2012-10-05Fix fallback in corrupted texture sampler.Andrei Karas1-1/+2
2012-10-04Read max fbo size.Andrei Karas1-0/+11
2012-10-01Using GL_ARB_sampler_objects.Andrei Karas1-4/+58
2012-10-01Add OpenGL GL_ARB_sampler_objects extension binding.Andrei Karas1-13/+22
2012-09-30add atlas textures support.Andrei Karas1-1/+8
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-2/+1
2012-09-11switch to hardware depend batch sizes.Andrei Karas1-5/+31
2012-08-16Fix compilation errors.Andrei Karas1-0/+6
2012-08-14Fix code style.Andrei Karas1-16/+20
2012-08-14Add support for GLX and wGL extensions.Andrei Karas1-0/+90
2012-08-14Fow OpenGL >= 3.0 check extensions in modern way.Andrei Karas1-11/+34
2012-08-13Some changes in screenshot code.Andrei Karas1-8/+26
2012-08-12Simplify FBO functions declaration.Andrei Karas1-18/+21
2012-08-12Fix FBO under windows.Andrei Karas1-4/+14