aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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-252-0/+326
|
* Add missing copyright header.Pierre Ossman2014-09-241-0/+18
|
* Rename the pixel conversion performance testPierre Ossman2014-09-242-3/+3
| | | | | We want to have other tests related to pixel conversion, so avoid possible naming conflicts.
* Remove PixelTransformer and TransImageGetterPierre Ossman2014-07-141-23/+0
| | | | There is nothing using these classes anymore, so remove the clutter.
* Test results comparing PixelTransformer and bufferFromBuffer()Pierre Ossman2014-07-094-0/+106
|
* Add ability to directly convert between two pixel formatsPierre Ossman2014-07-091-0/+7
| | | | | This is a lot easier and cheaper than having to set up a complete PixelTransformer object.
* Put some space between the groups of testsPierre Ossman2014-07-091-0/+8
|
* Add more 8 bpp conversion testsPierre Ossman2014-07-091-0/+13
|
* Remove full support for colour mapsPierre Ossman2014-07-071-1/+1
| | | | | | | | | Gets rid of a loooot of code and complexity. Colour map clients are still supported through an automatically generated map, but we lose the ability to develop a client or server that uses colour maps internally.
* Add pixel conversion speed testPierre Ossman2014-07-044-0/+310
Add a tests directory where we can put tests programs that can be useful during testing. Start with a speed test for the pixel conversion routines.