aboutsummaryrefslogtreecommitdiffstats
path: root/tests/conv.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-1/+1
| | | | | Either by casting, or switching to a more appropriate type for the variable.
* Make sure stride handling is also testedPierre Ossman2014-10-091-13/+45
|
* Use constants for the test buffer dimensionsPierre Ossman2014-10-091-14/+20
|
* Add pixel conversion correctness testPierre Ossman2014-09-251-0/+323