mmx: add x8f8g8b8 fetcher
[profile/ivi/pixman.git] / test / utils.c
2012-04-20 Søren Sandmann Ped... test/utils.c: Clip values to the [0, 255] interval
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-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-05-09 Dave YeoCheck for working mmap()
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...
2011-01-25 Rolland Dudemainetest: Fix for mismatched 'fence_malloc' prototype/imple...
2010-12-17 Søren Sandmann Ped... Make the argument to fence_malloc() an int64_t
2010-12-17 Søren Sandmann Ped... test/utils.c: Initialize palette->rgba to 0.
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-09-29 Dmitri VorobievSome clean-ups in fence_malloc() and fence_free()
2010-09-23 Dmitri VorobievUse <sys/mman.h> macros only when they are available
2010-09-21 Søren Sandmann Ped... If MAP_ANONYMOUS is not defined, define it to MAP_ANON.
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-08-16 Søren Sandmann Ped... Add alpha-loop test program
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-05-04 Søren Sandmann Ped... Move all the GTK+ test code into its own file, utils.c