index
:
~siamashka/pixman
20160331-arm64-review
20160401-arm64-review
20160405-arm-neon-release1-from-bavison
20160405-separable-neon-bilinear-test
20160425-arm64-review
cplusplus
cplusplus-v2
extended-range-transforms
iterators-r5g6b5
master
objdump2s
over_u
prng
ssse3-bilinear-fast-path-test
vmx-fix-unaligned-writes
Unnamed repository; edit this file 'description' to name the repository.
siamashka
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-06
test: Switch to the new PRNG instead of old LCG
Siarhei Siamashka
13
-68
/
+63
2012-12-06
test: Search/replace 'lcg_*' -> 'prng_*'
Siarhei Siamashka
14
-317
/
+317
2012-12-06
test: Added a better PRNG (pseudorandom number generator)
Siarhei Siamashka
4
-0
/
+581
2012-12-06
test: Change is_little_endian() into inline function
Siarhei Siamashka
2
-10
/
+6
2012-11-20
Round fixed-point multiplication
Søren Sandmann Pedersen
3
-7
/
+7
2012-11-14
test: Fix compiler warnings caused by unused code
Stefan Weil
1
-0
/
+4
2012-11-14
pixman: Use uintptr_t in type casts from pointer to integral value
Stefan Weil
2
-3
/
+3
2012-10-21
pixman_composite_trapezoids(): don't clip to extents for some operators
Søren Sandmann Pedersen
1
-1
/
+1
2012-10-01
Add combiner test
Søren Sandmann Pedersen
7
-16
/
+158
2012-10-01
blitters-test: Prepare for floating point
Søren Sandmann Pedersen
1
-1
/
+3
2012-10-01
glyph-test: Prepare for floating point
Søren Sandmann Pedersen
1
-2
/
+5
2012-09-29
rotate-test: Call image_endian_swap() in make_image()
Søren Sandmann Pedersen
1
-1
/
+3
2012-09-24
test: Add inifinite-loop test
Søren Sandmann Pedersen
2
-0
/
+40
2012-09-24
affine-test: Print out the transformation matrix when verbose
Søren Sandmann Pedersen
1
-4
/
+12
2012-09-22
Add rotate-test.c test program
Søren Sandmann Pedersen
2
-0
/
+112
2012-09-22
Fix bugs in component alpha combiners for separable PDF operators
Søren Sandmann Pedersen
1
-1
/
+1
2012-09-22
Add PIXMAN_x8b8g8r8 and PIXMAN_a8b8g8r8 formats to scaling-test
Søren Sandmann Pedersen
1
-9
/
+31
2012-09-15
build: Improve win32 build system
Andrea Canciani
1
-3
/
+7
2012-08-29
test/utils.c: Use pow(), not powf() in sRGB conversion routines
Søren Sandmann Pedersen
1
-2
/
+2
2012-08-26
pixel_checker: Move sRGB conversion into get_limits()
Søren Sandmann Pedersen
1
-15
/
+13
2012-07-31
glyph-test: Avoid setting solid images as alpha maps.
Søren Sandmann Pedersen
1
-2
/
+2
2012-07-31
stress-test: Avoid overflows in clip rectangles
Søren Sandmann Pedersen
1
-0
/
+5
2012-07-30
Add tests to validate new sRGB behavior
Antti S. Lankila
4
-6
/
+104
2012-07-29
Remove unnecessary dst initialization
Antti S. Lankila
1
-9
/
+0
2012-07-02
test: Make stress-test more likely to actually composite something
Søren Sandmann Pedersen
1
-16
/
+55
2012-07-01
Bilinear interpolation precision is now configurable at compile time
Siarhei Siamashka
2
-2
/
+22
2012-06-29
test: support nearest/bilinear scaling in lowlevel-blt-bench
Siarhei Siamashka
1
-1
/
+62
2012-06-29
test: Fix for strict aliasing issue in 'get_random_seed'
Siarhei Siamashka
1
-3
/
+3
2012-06-13
test: Add missing break in stress-test.c
Søren Sandmann Pedersen
1
-0
/
+1
2012-06-12
test: fix bisecting issue in fuzzer-find-diff.pl
Siarhei Siamashka
1
-0
/
+7
2012-06-12
test: OpenMP 2.5 requires signed loop iteration variables
Siarhei Siamashka
2
-10
/
+8
2012-06-11
test: Make glyph test pass on big endian
Søren Sandmann Pedersen
1
-3
/
+7
2012-06-02
test: Add glyph-test
Søren Sandmann Pedersen
2
-0
/
+332
2012-06-02
Add support for alpha maps to compute_crc32_for_image().
Søren Sandmann Pedersen
1
-13
/
+75
2012-06-02
Move CRC32 computation from blitters-test.c into utils.c
Søren Sandmann Pedersen
3
-31
/
+46
2012-05-26
mmx: add over_reverse_n_8888
Matt Turner
1
-0
/
+1
2012-05-24
test: Composite with solid images instead of using pixman_image_fill_*
Søren Sandmann Pedersen
2
-11
/
+15
2012-04-20
test/utils.c: Clip values to the [0, 255] interval
Søren Sandmann Pedersen
1
-3
/
+10
2012-04-02
test/utils.c: Rename and export the pngify_pixels() function.
Søren Sandmann Pedersen
2
-11
/
+20
2012-03-01
lowlevel-blt-bench: add in_8_8 and in_n_8_8
Matt Turner
1
-0
/
+2
2012-02-24
lowlevel-blt: add over_x888_n_8888
Matt Turner
1
-0
/
+1
2012-02-24
lowlevel-blt: add over_8888_8888
Matt Turner
1
-0
/
+1
2012-01-31
Revert "Reject trapezoids where top (botttom) is above (below) the edges"
Søren Sandmann Pedersen
1
-1
/
+1
2012-01-10
test: Port composite test over to use new pixel_checker_t object.
Søren Sandmann Pedersen
1
-195
/
+95
2012-01-10
test: Add a new "pixel_checker_t" object.
Søren Sandmann Pedersen
2
-0
/
+166
2012-01-10
Rename color_correct() to round_color()
Søren Sandmann Pedersen
3
-20
/
+25
2012-01-10
Move the color_correct() function from composite.c to utils.c
Søren Sandmann Pedersen
3
-36
/
+39
2012-01-10
test/alphamap.c: Make dst and orig_dst more independent of each other
Søren Sandmann Pedersen
1
-27
/
+32
2012-01-10
test: In the alphamap test, also test that we get the right red value
Søren Sandmann Pedersen
1
-6
/
+79
2012-01-09
Fix rounding for DIV_UNc()
Søren Sandmann Pedersen
1
-1
/
+1
[next]