summaryrefslogtreecommitdiffstats
path: root/src/common/test/image_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-57/+0
| | | | | | | * all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot
* Fixed some clang warningsPiotr Dziwinski2013-01-171-2/+2
|
* Image pixel read/writePiotr Dziwinski2012-09-131-0/+23
|
* Multitexturing supportPiotr Dziwinski2012-07-041-0/+34
- 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