index
:
~sandmann/pixman
0.26
64bpp
8000
8888_8888_8888
a1-sampling
access-denied
airy
alex-scaler
alpha-fixes
analyze-extents
area
bigendian-g4
bilinear-reduction
bits-flags
bits-iter
blendfix
blt
bswap
check-formats
checkerboard
combine-formatting
company-yuv
component
composite-args
composite-test-fixes
composite-test-more-ops
composite-trapezoids
conical
cpu-refactor
cpudetectfiles
crc
direct-destination
disable-imp
dither
docs
eliminate-composite
eliminate-fetchers
eliminate-flags
endian
extents-cleanup
fast-iters
fast-path-cache
fetchers
fill8
flags
float-imp
floatpipe
for-master
force-srgb
fullpixel
gamma
glyph
glyph2
glyph3
glyph4
gradient-crash
gradient-precision
gradient-test
gradient2
gradients
half-precision
hsl-component
impacc
impcache
infinite-loop
intersect-rect
inttrans
iter-initializers
iterators
iterators3
iterators4
jit
lerp-ops
lists
llerp
macro-fast-path
memcpy
method2
mips
mips2
mmxext
mmxfix
more-alpha
more-flags
more-iters
more-scalers
multi-phase
nearest-affine
negative-strides
neon_565_ca
no_pixels
nodelegate
noise
nommx
noop
nopixels
openmp-configure
over-reverse
overlapping
parrot
pixelchecker
planar
png
polygon
polygon-lists
polygon-trace
progressbar
radial-fast
radial-stress
reduce-memory
region-debug
region_contains
release
rounding
sRGB_x8r8g8b8
sampling-fix
separable
separable-bilinear
separable-fast-path
separable-v2
shader
signed-overflow
simple-repeat
simplify-iters
spitzak-for-master
spitzak13
spitzak14
srgb
srgb-roundtrip
sse2-fetch-x8r8g8b8
sse2-fetchers
sse2-gradients
sse2-macro
sse2_in_n_8
sse_8888_8_8888
ssse3-scaling
stackrealign
stackrealign2
stackrealign3
standard-flags
stdint
stresstest
supersampling
test-cleanups
thread-test
threads
tiled
tls-fixes
trace
trap-access
trap-offset
trapdebug
unroll
vspans
writepng
zero-by-zero
Unnamed repository; edit this file to name it for gitweb.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
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.
pixelchecker
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
2012-01-09
Reject trapezoids where top (botttom) is above (below) the edges
Søren Sandmann Pedersen
1
-1
/
+1
2012-01-09
Fix a bunch of signed overflow issues
Søren Sandmann Pedersen
3
-4
/
+5
2012-01-09
Fix some signed overflow bugs
Søren Sandmann Pedersen
1
-1
/
+1
2011-11-09
test: Produce autotools-looking report in the win32 build system
Andrea Canciani
1
-1
/
+20
2011-11-09
test: Reuse the ARRAY_LENGTH() macro
Andrea Canciani
2
-5
/
+2
2011-11-09
Use the ARRAY_LENGTH() macro when possible
Andrea Canciani
6
-8
/
+8
2011-11-09
test: Cleanup includes
Andrea Canciani
15
-21
/
+8
2011-09-28
Don't include stdint.h in scaling-helpers-test.
Søren Sandmann Pedersen
1
-1
/
+0
2011-09-28
build: replace @VAR@ with $(VAR) in makefiles
Benjamin Otte
1
-4
/
+4
2011-09-26
lowlevel-blt: add over_x888_8_8888
Matt Turner
1
-0
/
+1
2011-09-21
test: Occasionally use a BILINEAR filter in blitters-test
Søren Sandmann Pedersen
1
-1
/
+4
2011-09-21
test: better coverage for BILINEAR->NEAREST filter optimization
Siarhei Siamashka
1
-8
/
+32
2011-09-19
Fix build on cygwin after commit efdf65c0c4fff551fb3cd9104deda9adb6261e22
Jon TURNEY
1
-1
/
+1
2011-09-19
test: Use smaller boxes in region_contains_test()
Søren Sandmann Pedersen
1
-7
/
+8
2011-09-14
build-win32: Add 'check' target
Andrea Canciani
1
-0
/
+3
2011-09-14
test: Do not include config.h unless HAVE_CONFIG_H is defined
Andrea Canciani
6
-6
/
+8
2011-09-14
build-win32: Share targets and variables across win32 makefiles
Andrea Canciani
1
-28
/
+10
2011-09-14
build: Reuse test sources
Andrea Canciani
3
-89
/
+58
[next]