summaryrefslogtreecommitdiffstats
path: root/src/common/image.h
Commit message (Collapse)AuthorAgeFilesLines
* Image pixel read/writePiotr Dziwinski2012-09-131-3/+14
|
* Refactoring in src/commonPiotr Dziwinski2012-09-091-1/+4
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Multitexturing supportPiotr Dziwinski2012-07-041-0/+84
- added CImage class for loading/saving images and a simple test for it - added libpng library to build - added Gfx::Texture struct - updated the Gfx::CDevice interface to include new features - implemented the new features in Gfx::CGLDevice