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
2010-07-11
When converting indexed formats to 64 bits, don't correct for channel widths
Søren Sandmann Pedersen
1
-1
/
+1
2010-07-11
test: Make sure the palettes for indexed format roundtrip properly
Søren Sandmann Pedersen
1
-11
/
+63
2010-06-18
Make separate gray scanline storers.
Søren Sandmann Pedersen
1
-1
/
+1
2010-06-18
When storing a g1 pixel, store the lowest bit, rather than comparing with 0.
Søren Sandmann Pedersen
1
-1
/
+1
2010-06-09
test: verify that gradients do not crash pixman
Andrea Canciani
2
-0
/
+119
2010-05-13
test: added OpenMP support for better utilization of multiple CPU cores
Siarhei Siamashka
3
-0
/
+6
2010-05-13
test: scaling-test updated to use new fuzzer_test_main() function
Siarhei Siamashka
2
-99
/
+11
2010-05-13
test: blitters-test updated to use new fuzzer_test_main() function
Siarhei Siamashka
2
-118
/
+9
2010-05-13
test: blitters-test-bisect.rb converted to perl
Siarhei Siamashka
1
-0
/
+68
2010-05-13
test: main loop from blitters-test added as a new function to utils.c
Siarhei Siamashka
2
-0
/
+118
2010-05-06
test/gtk-utils: Set the size of the window to the size of the image
Søren Sandmann Pedersen
1
-0
/
+2
2010-05-03
Don't consider indexed formats opaque.
Søren Sandmann Pedersen
1
-1
/
+1
2010-04-22
Remove alphamap from the GTK+ part of tests/Makefile.am
Søren Sandmann Pedersen
1
-2
/
+1
2010-03-17
Avoid a potential division-by-zero exeception in window-test
Jon TURNEY
1
-2
/
+2
2010-03-17
Ensure that only the low 4 bit of 4 bit pixels are stored.
Søren Sandmann Pedersen
1
-1
/
+1
2010-03-14
test: Add support for indexed formats to blitters-test
Søren Sandmann Pedersen
1
-3
/
+24
2010-03-03
test: Remove obsolete comment
Søren Sandmann Pedersen
1
-2
/
+0
2010-02-24
Add a1-trap-test
Søren Sandmann Pedersen
2
-0
/
+52
2010-02-19
Test pixman_region32_init_from_image in region-test
Alexander Larsson
2
-3
/
+50
2010-01-19
Fix some warnings
Søren Sandmann Pedersen
1
-3
/
+3
2010-01-17
test: Add new alphamap test program.
Søren Sandmann Pedersen
4
-1
/
+73
2010-01-16
fetch-test: Fix spelling error (pallete -> palette)
Søren Sandmann Pedersen
1
-2
/
+2
2010-01-10
fetch-test: Various formatting fixes
Søren Sandmann Pedersen
1
-38
/
+62
2009-12-16
Reorder tests so that they fastest ones run first.
Søren Sandmann Pedersen
1
-5
/
+5
2009-12-16
Build tests and run non-GTK+ ones on `make check`
Marvin Schmidt
1
-2
/
+4
2009-11-27
test: support for testing pixbuf fast path functions in blitters-test
Siarhei Siamashka
1
-18
/
+41
2009-11-20
Remove stray semicolon from blitters-test.c
Søren Sandmann Pedersen
1
-1
/
+1
2009-11-17
test: Move image_endian_swap() from blitters-test.c to utils.[ch]
Søren Sandmann Pedersen
4
-146
/
+87
2009-11-17
test: Move random number generator from blitters/scaling-test to utils.[ch]
Søren Sandmann Pedersen
4
-47
/
+36
2009-11-17
test: In scaling-test use the crc32 from utils.c
Søren Sandmann Pedersen
2
-105
/
+4
2009-11-17
test: Move CRC32 code from blitters-test to new files utils.[ch]
Søren Sandmann Pedersen
4
-105
/
+117
2009-11-17
test: Rename utils.[ch] to gtk-utils.[ch]
Søren Sandmann Pedersen
11
-17
/
+18
2009-11-07
Define PIXMAN_USE_INTERNAL_API in pixman-private.h
Søren Sandmann Pedersen
2
-2
/
+1
2009-10-27
blitters-test updated to also randomly generate mask_x/mask_y
Siarhei Siamashka
1
-2
/
+8
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
2
-0
/
+21
2009-10-20
Fix compile warnings
Benjamin Otte
6
-10
/
+25
2009-10-08
Fix double semicolon; pointed out by Travis Griggs
Søren Sandmann Pedersen
1
-1
/
+1
2009-09-27
Fix composite on big-endian systems.
Andrea Canciani
1
-0
/
+4
2009-09-26
Fix fetch-test for big-endian systems.
Søren Sandmann Pedersen
1
-1
/
+17
2009-09-25
Add missing break in composite.c
Søren Sandmann Pedersen
1
-0
/
+1
2009-09-24
In the compositing test, Don't try to use component alpha with solid fills.
Søren Sandmann Pedersen
1
-3
/
+6
2009-09-24
Update CRC value in blitters-test for the new bug fixes
Søren Sandmann Pedersen
1
-1
/
+1
2009-09-24
Fix bug in blitters-test with BGRA formats.
Søren Sandmann Pedersen
1
-0
/
+3
2009-09-14
Reformat test/composite.c to follow the standard coding style.
Søren Sandmann Pedersen
1
-113
/
+179
2009-09-13
[test] Exercise repeating patterns for composite.
Chris Wilson
1
-7
/
+19
2009-09-13
[test] Add composite test from rendercheck
Chris Wilson
2
-0
/
+800
2009-08-13
Check if we have posix_memalign() in configure.ac. [23260, 23261]
Søren Sandmann Pedersen
1
-2
/
+16
2009-08-08
Update CRC value in blitters-test.
Søren Sandmann Pedersen
1
-1
/
+1
2009-08-08
Various formatting fixes
Søren Sandmann Pedersen
1
-27
/
+56
[next]