summaryrefslogtreecommitdiff
path: root/src/graphicsvertexes.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-04-02Some fixes after automatic code checking.Andrei Karas1-3/+3
2011-03-31Fix memory leaks and some other errors.Andrei Karas1-3/+18
2011-03-26Fix complilation without opengl.Andrei Karas1-2/+6
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas1-0/+144
Implemented in Software and fast OpenGL backends. Not all controls using this mode because some limitations. Known issue: impossible compile without opengl. Will be fixed in next commits.