Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure stride handling is also tested | Pierre Ossman | 2014-10-09 | 1 | -13/+45 |
| | |||||
* | Use constants for the test buffer dimensions | Pierre Ossman | 2014-10-09 | 1 | -14/+20 |
| | |||||
* | Add pixel conversion correctness test | Pierre Ossman | 2014-09-25 | 2 | -0/+326 |
| | |||||
* | Add missing copyright header. | Pierre Ossman | 2014-09-24 | 1 | -0/+18 |
| | |||||
* | Rename the pixel conversion performance test | Pierre Ossman | 2014-09-24 | 2 | -3/+3 |
| | | | | | We want to have other tests related to pixel conversion, so avoid possible naming conflicts. | ||||
* | Remove PixelTransformer and TransImageGetter | Pierre Ossman | 2014-07-14 | 1 | -23/+0 |
| | | | | There is nothing using these classes anymore, so remove the clutter. | ||||
* | Test results comparing PixelTransformer and bufferFromBuffer() | Pierre Ossman | 2014-07-09 | 4 | -0/+106 |
| | |||||
* | Add ability to directly convert between two pixel formats | Pierre Ossman | 2014-07-09 | 1 | -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 tests | Pierre Ossman | 2014-07-09 | 1 | -0/+8 |
| | |||||
* | Add more 8 bpp conversion tests | Pierre Ossman | 2014-07-09 | 1 | -0/+13 |
| | |||||
* | Remove full support for colour maps | Pierre Ossman | 2014-07-07 | 1 | -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 test | Pierre Ossman | 2014-07-04 | 4 | -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. |