mmx: add x8f8g8b8 fetcher
[profile/ivi/pixman.git] / test / utils.h
2012-04-02 Søren Sandmann Ped... test/utils.c: Rename and export the pngify_pixels(...
2012-01-10 Søren Sandmann Ped... test: Add a new "pixel_checker_t" object.
2012-01-10 Søren Sandmann Ped... Rename color_correct() to round_color()
2012-01-10 Søren Sandmann Ped... Move the color_correct() function from composite.c...
2011-11-09 Andrea Cancianitest: Cleanup includes
2011-09-14 Andrea Cancianitest: Do not include config.h unless HAVE_CONFIG_H...
2011-09-10 Søren Sandmann Ped... test: New function to save a pixman image to .png
2011-08-11 Søren Sandmann Ped... New test of pixman_region_contains_{rectangle,point}
2011-08-11 Søren Sandmann Ped... Fix lcg_rand_u32() to return 32 random bits.
2011-03-19 Søren Sandmann Ped... test: Randomize some tests if PIXMAN_RANDOMIZE_TESTS...
2011-03-07 Søren Sandmann Ped... test: In image_endian_swap() use pixman_image_get_forma...
2010-12-17 Søren Sandmann Ped... Add a stress-test program.
2010-12-17 Søren Sandmann Ped... Make the argument to fence_malloc() an int64_t
2010-12-17 Søren Sandmann Ped... test: Move palette initialization to utils.[ch]
2010-12-17 Søren Sandmann Ped... Add enable_fp_exceptions() function in utils.[ch]
2010-12-17 Søren Sandmann Ped... test: Make composite test use some existing macros...
2010-09-21 Dmitri VorobievAdd gettime() routine to test utils
2010-09-21 Dmitri VorobievMove aligned_malloc() to utils
2010-09-21 Søren Sandmann Ped... Add fence_malloc() and fence_free().
2010-09-13 Siarhei Siamashkatest: detection of possible floating point registers...
2010-08-16 Søren Sandmann Ped... Add alpha-loop test program
2010-07-27 Siarhei Siamashkatest: 'scaling-test' updated to provide better coverage
2010-07-21 M Joonas PihlajaCheck that the OpenMP pragmas don't cause link errors.
2010-05-13 Siarhei Siamashkatest: added OpenMP support for better utilization of...
2010-05-13 Siarhei Siamashkatest: main loop from blitters-test added as a new funct...
2010-02-25 Søren Sandmann Ped... Merge branch 'trap-fixes'
2010-01-17 Søren Sandmann Ped... test: Add new alphamap test program.
2009-11-17 Søren Sandmann Ped... test: Move image_endian_swap() from blitters-test.c...
2009-11-17 Søren Sandmann Ped... test: Move random number generator from blitters/scalin...
2009-11-17 Søren Sandmann Ped... test: Move CRC32 code from blitters-test to new files...
2009-11-17 Søren Sandmann Ped... test: Rename utils.[ch] to gtk-utils.[ch]
2009-10-19 Benjamin OtteFix compile warnings
2009-05-04 Søren Sandmann Ped... Move all the GTK+ test code into its own file, utils.c