summaryrefslogtreecommitdiffstats
path: root/test/unit/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-1/+5
| | | | | | | * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134
* VBO override option; argv parsing using getoptPiotr Dziwinski2013-03-101-2/+2
| | | | | | * added -vbo option to override autodetection of OpenGL VBO extension * refactored argument parsing to use getopt() * fixed failing UTs
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-281-3/+4
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* Better light sortingPiotr Dziwinski2013-02-253-0/+266
Should fix lighting issue (#62)