summaryrefslogtreecommitdiff
path: root/src/openglgraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-08-31Fix push/pop clip area, also fixes the broken scrollareas.Björn Steinbrink1-8/+8
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink1-0/+2
2005-08-26Remove useless code.Björn Steinbrink1-5/+0
2005-08-26Use glTranslatef instead of glTranslated. Remove some useless code.Björn Steinbrink1-41/+4
2005-08-25Use OpenGL's translation capabilites. Small cleanups.Björn Steinbrink1-22/+23
2005-08-25Reducing the code duplication a little more.Björn Steinbrink1-96/+63
2005-08-25Reduce code duplication.Björn Steinbrink1-34/+18
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink1-0/+3
2005-08-20Added some missing state changes and checks.Björn Steinbrink1-8/+28
2005-08-18Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance.Björn Steinbrink1-0/+389