aboutsummaryrefslogtreecommitdiffstats
path: root/tests/convperf.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-4/+4
| | | | | Either by casting, or switching to a more appropriate type for the variable.
* Add missing copyright header.Pierre Ossman2014-09-241-0/+18
|
* Rename the pixel conversion performance testPierre Ossman2014-09-241-0/+206
We want to have other tests related to pixel conversion, so avoid possible naming conflicts.