summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-27Autoselect resolution under android.Andrei Karas1-0/+4
2012-10-23Move OpenGL error conversion to string to graphicsmanager.Andrei Karas1-0/+2
2012-10-23Add support for OpenGL debug extensions.Andrei Karas1-0/+4
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas1-0/+6
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-16/+17
2012-10-08Get from video detection texture compression and texture sampler modes.Andrei Karas1-2/+5
2012-10-08Store OpenGL renderer and vendor in graphics manager.Andrei Karas1-1/+7
2012-10-06Disable rectangular textures if texture sampler enabled.Andrei Karas1-0/+4
2012-10-04Read max fbo size.Andrei Karas1-0/+2
2012-10-02fix code style.Andrei Karas1-2/+0
2012-10-01Using GL_ARB_sampler_objects.Andrei Karas1-0/+22
2012-09-30add atlas textures support.Andrei Karas1-0/+5
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+3
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-1/+1
2012-09-11switch to hardware depend batch sizes.Andrei Karas1-0/+9
2012-08-14Add support for GLX and wGL extensions.Andrei Karas1-0/+10
2012-08-14Fow OpenGL >= 3.0 check extensions in modern way.Andrei Karas1-2/+4
2012-08-13Some changes in screenshot code.Andrei Karas1-0/+2
2012-08-11Extend FBO support.Andrei Karas1-0/+4
2012-08-11Move fbo code to GraphicsManager from opengl backends.Andrei Karas1-0/+6
2012-05-19Improve fps test.Andrei Karas1-1/+1
2012-05-19Add button "detect best video mode" in video settings (windows only).Andrei Karas1-0/+2
2012-05-18Improve auto detection for best graphics mode.Andrei Karas1-0/+10
2012-05-06Fix code style.Andrei Karas1-1/+1
2012-04-30Move set video mode code from client to graphics manager.Andrei Karas1-0/+2
2012-04-29Add graphicsmanager class and move some code to it.Andrei Karas1-0/+52