index
:
pixman
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.34
master
Pixman: The pixel-manipulation library for X and cairo. (mirrored from https://gitlab.freedesktop.org/pixman/pixman)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
scaling-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-28
scaling-test: list more details when verbose
Ben Avison
1
-22
/
+44
2013-09-19
test: Test negative strides
Søren Sandmann Pedersen
1
-2
/
+29
2013-09-19
test: Share the image printing code
Søren Sandmann Pedersen
1
-11
/
+1
2013-09-19
{scaling,affine,composite-traps}-test: Use compute_crc32_for_image()
Søren Sandmann Pedersen
1
-10
/
+2
2013-09-07
Drop support for 8-bit precision in bilinear filtering
Søren Sandmann Pedersen
1
-3
/
+1
2013-01-23
utils.[ch]: Add new format_name() function
Søren Sandmann Pedersen
1
-1
/
+2
2013-01-23
test/utils.[ch]: Add new function operator_name()
Søren Sandmann Pedersen
1
-2
/
+2
2012-12-06
test: Get rid of the obsolete 'prng_rand_N' and 'prng_rand_u32'
Siarhei Siamashka
1
-8
/
+8
2012-12-06
test: Switch to the new PRNG instead of old LCG
Siarhei Siamashka
1
-11
/
+6
2012-12-06
test: Search/replace 'lcg_*' -> 'prng_*'
Siarhei Siamashka
1
-59
/
+59
2012-11-20
Round fixed-point multiplication
Søren Sandmann Pedersen
1
-3
/
+3
2012-09-22
Add PIXMAN_x8b8g8r8 and PIXMAN_a8b8g8r8 formats to scaling-test
Søren Sandmann Pedersen
1
-9
/
+31
2012-07-01
Bilinear interpolation precision is now configurable at compile time
Siarhei Siamashka
1
-1
/
+11
2011-11-09
test: Cleanup includes
Andrea Canciani
1
-1
/
+0
2011-03-07
test: In image_endian_swap() use pixman_image_get_format() to get the bpp.
Søren Sandmann Pedersen
1
-3
/
+3
2011-02-15
test: Extend scaling-test to support a8/solid mask and ADD operation
Siarhei Siamashka
1
-9
/
+127
2011-01-26
test: Use the right enum types instead of int to fix warnings
Rolland Dudemaine
1
-3
/
+3
2010-09-13
test: detection of possible floating point registers corruption
Siarhei Siamashka
1
-0
/
+3
2010-07-27
test: 'scaling-test' updated to provide better coverage
Siarhei Siamashka
1
-8
/
+14
2010-05-13
test: scaling-test updated to use new fuzzer_test_main() function
Siarhei Siamashka
1
-61
/
+11
2009-11-17
test: Move image_endian_swap() from blitters-test.c to utils.[ch]
Søren Sandmann Pedersen
1
-64
/
+0
2009-11-17
test: Move random number generator from blitters/scaling-test to utils.[ch]
Søren Sandmann Pedersen
1
-24
/
+0
2009-11-17
test: In scaling-test use the crc32 from utils.c
Søren Sandmann Pedersen
1
-104
/
+1
2009-10-26
Extend scaling-test to also test bilinear filtering.
Søren Sandmann Pedersen
1
-6
/
+11
2009-10-20
Add default cases for all switch statements
Benjamin Otte
1
-0
/
+3
2009-07-13
Reindent and rename identifiers in scaling-test.c
Søren Sandmann Pedersen
1
-282
/
+356
2009-07-10
Return nonzero code from scaling-test program in case of failure.
Siarhei Siamashka
1
-0
/
+1
2009-07-10
Fix scaling-test to work on big endian systems
Siarhei Siamashka
1
-2
/
+57
2009-07-10
Add workarounds for X servers doing out-of-bounds accesses.
Søren Sandmann Pedersen
1
-0
/
+2
2009-07-09
Update the CRC value in scaling-test.c.
Søren Sandmann Pedersen
1
-1
/
+2
2009-05-29
Scaling test updated to provide better coverage for problematic cases
Siarhei Siamashka
1
-23
/
+65
2009-04-24
Updated scaling test to support rgb565, source clipping, etc.
Siarhei Siamashka
1
-4
/
+42
2009-03-31
Image scaling regression test script
Siarhei Siamashka
1
-0
/
+261