summaryrefslogtreecommitdiff
path: root/test/utils.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-16test: Fix fence-image-self-test on MacAndrea Canciani1-3/+3
2015-09-20test: add a check for FE_DIVBYZEROThomas Petazzoni1-0/+2
2015-09-09utils.[ch]: add fence_get_page_size()Pekka Paalanen1-3/+18
2015-09-09utils.c: fix fallback code for fence_image_create_bits()Pekka Paalanen1-1/+1
2015-09-01utils.[ch]: add fence_image_create_bits ()Pekka Paalanen1-0/+106
2015-09-01utils.[ch]: add FENCE_MALLOC_ACTIVEPekka Paalanen1-3/+3
2015-04-15test/utils: add format aliases used by lowlevel-blt-benchPekka Paalanen1-0/+11
2015-04-15test/utils: add operator aliases for lowlevel-blt-benchPekka Paalanen1-0/+4
2015-04-15test/utils: support format name aliasesPekka Paalanen1-127/+126
2015-04-15test/utils: support operator name aliasesPekka Paalanen1-126/+104
2015-04-13test: Move format and operator string functions to utils.[ch]Ben Avison1-0/+193
2014-05-15test: Add radial-invalid test programSøren Sandmann Pedersen1-0/+10
2014-01-04utils.c: Set DEVIATION to 0.0128Søren Sandmann Pedersen1-1/+1
2014-01-04Soft Light: Consistent approach to division by zeroSøren Sandmann1-1/+1
2014-01-04test/utils.c: Add support for separable blend mode ops to do_composite()Søren Sandmann Pedersen1-4/+178
2013-11-17test/utils.c: Make the stack unaligned only on 32 bit WindowsSøren Sandmann1-1/+1
2013-10-17utils.c: On x86-32 unalign the stack before calling test_functionSøren Sandmann Pedersen1-2/+30
2013-09-27utils.c: Make image_endian_swap() deal with negative stridesSøren Sandmann Pedersen1-6/+7
2013-09-26utils.c: Make print_image actually cope with negative stridesSøren Sandmann Pedersen1-3/+3
2013-09-19test: Test negative stridesSøren Sandmann Pedersen1-0/+6
2013-09-19test: Share the image printing codeSøren Sandmann Pedersen1-0/+32
2013-02-13utils.c: Increase acceptable deviation to 0.0064 in pixel_checker_tSøren Sandmann Pedersen1-1/+1
2013-02-13utils.[ch]: Add pixel_checker_get_masks()Søren Sandmann Pedersen1-0/+17
2013-02-13test/utils.[ch]: Add pixel_checker_convert_pixel_to_color()Søren Sandmann Pedersen1-0/+36
2013-02-13test: Move do_composite() function from composite.c to utils.cSøren Sandmann Pedersen1-0/+277
2013-01-23utils.[ch]: Add new format_name() functionSøren Sandmann Pedersen1-0/+93
2013-01-23test/utils.[ch]: Add new function operator_name()Søren Sandmann Pedersen1-0/+69
2012-12-11test/utils.[ch]: Add utility function to draw a checkerboardSøren Sandmann Pedersen1-0/+54
2012-12-06test: Get rid of the obsolete 'prng_rand_N' and 'prng_rand_u32'Siarhei Siamashka1-1/+1
2012-12-06test: Switch to the new PRNG instead of old LCGSiarhei Siamashka1-5/+4
2012-12-06test: Search/replace 'lcg_*' -> 'prng_*'Siarhei Siamashka1-6/+6
2012-12-06test: Change is_little_endian() into inline functionSiarhei Siamashka1-8/+0
2012-11-14test: Fix compiler warnings caused by unused codeStefan Weil1-0/+4
2012-11-14pixman: Use uintptr_t in type casts from pointer to integral valueStefan Weil1-1/+1
2012-10-01Add combiner testSøren Sandmann Pedersen1-12/+2
2012-08-29test/utils.c: Use pow(), not powf() in sRGB conversion routinesSøren Sandmann Pedersen1-2/+2
2012-08-26pixel_checker: Move sRGB conversion into get_limits()Søren Sandmann Pedersen1-15/+13
2012-07-30Add tests to validate new sRGB behaviorAntti S. Lankila1-1/+35
2012-06-29test: Fix for strict aliasing issue in 'get_random_seed'Siarhei Siamashka1-3/+3
2012-06-02Add support for alpha maps to compute_crc32_for_image().Søren Sandmann Pedersen1-13/+75
2012-06-02Move CRC32 computation from blitters-test.c into utils.cSøren Sandmann Pedersen1-0/+39
2012-04-20test/utils.c: Clip values to the [0, 255] intervalSøren Sandmann Pedersen1-3/+10
2012-04-02test/utils.c: Rename and export the pngify_pixels() function.Søren Sandmann Pedersen1-11/+11
2012-01-10test: Add a new "pixel_checker_t" object.Søren Sandmann Pedersen1-0/+139
2012-01-10Rename color_correct() to round_color()Søren Sandmann Pedersen1-14/+20
2012-01-10Move the color_correct() function from composite.c to utils.cSøren Sandmann Pedersen1-0/+30
2011-11-09test: Cleanup includesAndrea Canciani1-0/+1
2011-09-10test: New function to save a pixman image to .pngSøren Sandmann Pedersen1-0/+112
2011-08-11New test of pixman_region_contains_{rectangle,point}Søren Sandmann Pedersen1-2/+9
2011-05-09Check for working mmap()Dave Yeo1-1/+1