mmx: Use _mm_mulhi_pu16
[profile/ivi/pixman.git] / test /
2012-01-31 Søren Sandmann Ped... Revert "Reject trapezoids where top (botttom) is above...
2012-01-10 Søren Sandmann Ped... test: Port composite test over to use new pixel_checker...
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...
2012-01-10 Søren Sandmann Ped... test/alphamap.c: Make dst and orig_dst more independent...
2012-01-10 Søren Sandmann Ped... test: In the alphamap test, also test that we get the...
2012-01-09 Søren Sandmann Ped... Fix rounding for DIV_UNc()
2012-01-09 Søren Sandmann Ped... Reject trapezoids where top (botttom) is above (below...
2012-01-09 Søren Sandmann Ped... Fix a bunch of signed overflow issues
2012-01-09 Søren Sandmann Ped... Fix some signed overflow bugs
2011-11-09 Andrea Cancianitest: Produce autotools-looking report in the win32...
2011-11-09 Andrea Cancianitest: Reuse the ARRAY_LENGTH() macro
2011-11-09 Andrea CancianiUse the ARRAY_LENGTH() macro when possible
2011-11-09 Andrea Cancianitest: Cleanup includes
2011-09-28 Søren Sandmann Ped... Don't include stdint.h in scaling-helpers-test.
2011-09-27 Benjamin Ottebuild: replace @VAR@ with $(VAR) in makefiles
2011-09-26 Matt Turnerlowlevel-blt: add over_x888_8_8888
2011-09-21 Søren Sandmann Ped... test: Occasionally use a BILINEAR filter in blitters...
2011-09-21 Siarhei Siamashkatest: better coverage for BILINEAR->NEAREST filter...
2011-09-19 Jon TURNEYFix build on cygwin after commit efdf65c0c4fff551fb3cd9...
2011-09-19 Søren Sandmann Ped... test: Use smaller boxes in region_contains_test()
2011-09-14 Andrea Cancianibuild-win32: Add 'check' target
2011-09-14 Andrea Cancianitest: Do not include config.h unless HAVE_CONFIG_H...
2011-09-14 Andrea Cancianibuild-win32: Share targets and variables across win32...
2011-09-14 Andrea Cancianibuild: Reuse test sources
2011-09-14 Andrea Cancianitest: Fix compilation on win32
2011-09-13 Søren Sandmann Ped... Use pkg-config to determine the flags to use with libpng
2011-09-10 Søren Sandmann Ped... test: New function to save a pixman image to .png
2011-08-29 Andrea Cancianiwin32: Build benchmarks
2011-08-20 Søren Sandmann Ped... Rename pixman-fast-path.h to pixman-inlines.h
2011-08-11 Søren Sandmann Ped... Don't include stdint.h in lowlevel-blt-bench.c
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-06-25 Søren Sandmanntest: Make fuzzer-find-diff.pl executable
2011-06-25 Søren Sandmann Ped... blitters-test: Make common formats more likely to be...
2011-06-20 Søren Sandmann Ped... Replace argumentxs to composite functions with a pointe...
2011-05-16 Andrea Cancianitest: Fix compilation on win32
2011-05-09 Dave YeoCheck for working mmap()
2011-04-18 Søren Sandmann Ped... Offset rendering in pixman_composite_trapezoids() by...
2011-03-22 Søren Sandmann Ped... test: Fix infinite loop in composite
2011-03-22 Alexandros FrantzisAdd support for the r8g8b8a8 and r8g8b8x8 formats to...
2011-03-19 Søren Sandmann Ped... test: Randomize some tests if PIXMAN_RANDOMIZE_TESTS...
2011-03-07 Søren Sandmann Ped... test: Do endian swapping of the source and destination...
2011-03-07 Søren Sandmann Ped... test: In image_endian_swap() use pixman_image_get_forma...
2011-02-28 Siarhei Siamashkatest: check correctness of 'bilinear_pad_repeat_get_sca...
2011-02-28 Andrea Cancianitest: Silence MSVC warnings
2011-02-28 Andrea Cancianitest: Add Makefile for Win32
2011-02-28 Andrea Cancianitest: Fix tests for compilation on Windows
2011-02-15 Søren Sandmann Ped... Add a test program for pixman_composite_trapezoids().
2011-02-15 Søren Sandmann Ped... test/Makefile.am: Move all the TEST_LDADD into a new...
2011-02-15 Søren Sandmann Ped... Add @TESTPROGS_EXTRA_LDFLAGS@ to AM_LDFLAGS
2011-02-15 Søren Sandmann Ped... Move all the GTK+ based test programs to a new subdir...
2011-02-15 Siarhei Siamashkatest: Extend scaling-test to support a8/solid mask...
2011-02-10 Siarhei Siamashkatest: affine-test updated to stress 90/180/270 degrees...
2011-01-28 Søren Sandmann Ped... Add a test for over_x888_8_0565 in lowlevel_blt_bench().
2011-01-26 Rolland Dudemainetest: Use the right enum types instead of int to fix...
2011-01-25 Rolland Dudemainetest: Fix for mismatched 'fence_malloc' prototype/imple...
2011-01-19 Andrea CancianiAdd a test for radial gradients
2011-01-18 Søren Sandmann Ped... Turn on testing for destination transformation
2011-01-16 Siarhei SiamashkaA new configure option --enable-static-testprogs
2010-12-21 Søren Sandmann Ped... Add a test compositing with the various PDF operators.
2010-12-20 Cyril BruleboisFix linking issues when HAVE_FEENABLEEXCEPT is set.
2010-12-18 Jon TURNEYRemove stray #include <fenv.h>
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/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... Extend gradient-crash-test
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-11-05 Søren Sandmann Ped... Remove workaround for a bug in the 1.6 X server.
2010-10-24 Jon TURNEYPlug another leak in alphamap test
2010-10-11 Søren Sandmann Ped... Plug leak in the alphamap test.
2010-10-11 Søren Sandmann Ped... test: Add some more colors to the color table in compos...
2010-10-11 Søren Sandmann Ped... test: Parallize composite.c with OpenMP
2010-10-11 Søren Sandmann Ped... test: Change composite so that it tests randomly genera...
2010-10-11 Søren Sandmann Ped... test: Fix eval_diff() so that it provides useful error...
2010-10-11 Søren Sandmann Ped... test: Fix bug in color_correct() in composite.c
2010-10-11 Søren Sandmann Ped... Remove broken optimizations in combine_disjoint_over_u()
2010-09-29 Dmitri VorobievSome clean-ups in fence_malloc() and fence_free()
2010-09-28 Søren Sandmann Ped... Fix search-and-replace issue in lowlevel-blt-bench.c
2010-09-28 Søren Sandmann Ped... Rename all the fast paths with _8000 in their names...
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 Jonathan MortonAdd a lowlevel blitter benchmark
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... Use a macro to generate some {a,x}8r8g8b8, a8, and...
2010-09-21 Søren Sandmann Ped... test: Add affine-test
2010-09-21 Søren Sandmann Ped... Update and extend the alphamap test
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-09-08 Søren Sandmann Ped... Silence some warnings about uninitialized variables
2010-08-24 Benjamin Otteregion: Add a new test region-translate
2010-08-16 Søren Sandmann Ped... Add alpha-loop test program
2010-08-08 Søren Sandmann Ped... Extend scaling-crash-test in various ways
2010-08-04 Søren Sandmann Ped... Add x14r6g6b6 format to blitters-test
2010-07-27 Siarhei Siamashkatest: 'scaling-test' updated to provide better coverage
2010-07-27 Siarhei Siamashkatest: 'scaling-crash-test' added
next