summaryrefslogtreecommitdiff
path: root/test/affine-test.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-27Use pixman_transform_point_31_16() from pixman_transform_point()Siarhei Siamashka1-3/+3
2013-01-23utils.[ch]: Add new format_name() functionSøren Sandmann Pedersen1-1/+1
2013-01-23test/utils.[ch]: Add new function operator_name()Søren Sandmann Pedersen1-2/+2
2012-12-06test: Get rid of the obsolete 'prng_rand_N' and 'prng_rand_u32'Siarhei Siamashka1-6/+6
2012-12-06test: Switch to the new PRNG instead of old LCGSiarhei Siamashka1-8/+5
2012-12-06test: Search/replace 'lcg_*' -> 'prng_*'Siarhei Siamashka1-51/+51
2012-11-20Round fixed-point multiplicationSøren Sandmann Pedersen1-3/+3
2012-09-24affine-test: Print out the transformation matrix when verboseSøren Sandmann Pedersen1-4/+12
2012-07-01Bilinear interpolation precision is now configurable at compile timeSiarhei Siamashka1-1/+11
2011-09-21test: better coverage for BILINEAR->NEAREST filter optimizationSiarhei Siamashka1-8/+32
2011-03-07test: In image_endian_swap() use pixman_image_get_format() to get the bpp.Søren Sandmann Pedersen1-3/+3
2011-02-10test: affine-test updated to stress 90/180/270 degrees rotation moreSiarhei Siamashka1-4/+30
2011-01-26test: Use the right enum types instead of int to fix warningsRolland Dudemaine1-3/+3
2010-09-21test: Add affine-testSøren Sandmann Pedersen1-0/+261