summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Test fixPiotr Dziwinski2012-08-131-3/+4
|
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-2/+2
| | | | | - moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine
* LightingPiotr Dziwinski2012-07-261-0/+12
| | | | | - fixed problems with lighting - added light_test
* Fixed bug in texturingPiotr Dziwinski2012-07-251-3/+0
|
* Fixed OpenGL transformationsPiotr Dziwinski2012-07-181-0/+13
| | | | | - fixed wrong order of transformations - added transform_test
* Fixes in texture loadingPiotr Dziwinski2012-07-161-2/+4
| | | | | | - added other texture formats: BGR and BGRA - fixed texture loading in model viewer - moved code from texture.cpp module to texture.h
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-5/+37
| | | | | | | | | - fixed model loading code - added simple model viewer (model_test) in src/graphics/opengl/test - added system time stamp code - split the code in app/system modules to separate headers - added debug messages in model loading - minor fixes in OpenGL engine
* Fixed bug with texturingPiotr Dziwinski2012-07-051-0/+31
- moved creation-time tex params to Gfx::TextureCreateParams - fixed bug with texture creation - added simple test for multitexturing