summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/device.h
Commit message (Collapse)AuthorAgeFilesLines
* Basic font renderingPiotr Dziwinski2012-08-031-3/+6
| | | | | - added basic font rendering - minor refactoring & fixes
* Lines and line strip primitivesPiotr Dziwinski2012-07-301-3/+3
| | | | Will probably be useful
* Video mode changingPiotr Dziwinski2012-07-291-6/+4
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+414
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine