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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-11
Remove all the operators that use division from pixman-combine32.c
blendfix
Søren Sandmann
1
-1429
/
+0
2013-12-11
Copy the comments from pixman-combine32.c to pixman-combine-float.c
Søren Sandmann
1
-96
/
+238
2013-12-11
utils.c: Set DEVIATION to 0.0128
Søren Sandmann Pedersen
1
-1
/
+1
2013-12-11
Use floating point combiners for all operators that involve divisions
Søren Sandmann
3
-41
/
+29
2013-12-11
Soft Light: Consistent approach to division by zero
Søren Sandmann
3
-3
/
+3
2013-12-11
pixman-combine32.c: Fix bugs related to integer promotion
Søren Sandmann Pedersen
2
-4
/
+9
2013-12-11
pixman/pixman-combine32.c: Bug fixes for separable blend modes
Søren Sandmann Pedersen
3
-62
/
+94
2013-12-11
pixel-test.c: Add a number of pixels that have failed at some point
Søren Sandmann
1
-0
/
+2680
2013-12-11
test/tolerance-test: New test program
Søren Sandmann Pedersen
2
-0
/
+361
2013-12-11
pixel-test: Command line argument to specify the regression to run
Søren Sandmann
1
-1
/
+13
2013-12-11
pixel-test: Add support for mask pixels
Søren Sandmann
1
-11
/
+75
2013-12-11
test/check-formats.c: Add support for separable blend modes
Søren Sandmann Pedersen
1
-0
/
+16
2013-12-11
test/utils.c: Add support for separable blend mode ops to do_composite()
Søren Sandmann Pedersen
1
-4
/
+178
2013-12-03
Soft Light: The first comparison should be <=, not <
Søren Sandmann
2
-2
/
+2
2013-11-23
general: Support component alpha for all image types
Søren Sandmann
3
-17
/
+2
2013-11-17
test/utils.c: Make the stack unaligned only on 32 bit Windows
Søren Sandmann
1
-1
/
+1
2013-11-12
Fix the SSSE3 CPUID detection.
Jakub Bogusz
1
-1
/
+1
2013-11-11
demos/Makefile.am: Move EXTRA_DIST outside "if HAVE_GTK"
Søren Sandmann
1
-2
/
+2
2013-11-11
test: Fix the win32 build
Andrea Canciani
1
-2
/
+1
2013-11-10
Post-release version bump to 0.33.1
Søren Sandmann
1
-2
/
+2
2013-11-10
Pre-release version bump to 0.32.0
Søren Sandmann
1
-2
/
+2
2013-11-01
Post-release version bump to 0.31.3
Søren Sandmann Pedersen
1
-1
/
+1
2013-11-01
Pre-release version bump to 0.31.2
Søren Sandmann Pedersen
1
-1
/
+1
2013-11-01
pixman_trapezoid_valid(): Fix underflow when bottom is close to MIN_INT
Ritesh Khadgaray
1
-1
/
+1
2013-11-01
test/trap-crasher.c: Add trapezoid that demonstrates a crash
Søren Sandmann Pedersen
1
-1
/
+13
2013-11-01
Fix pixman build with older GCC releases
Brad Smith
2
-1
/
+17
2013-10-17
pixman-glyph.c: Add __force_align_arg_pointer to composite functions
Søren Sandmann Pedersen
1
-0
/
+6
2013-10-17
utils.c: On x86-32 unalign the stack before calling test_function
Søren Sandmann Pedersen
1
-2
/
+30
2013-10-14
configure.ac: check and use -Wdeclaration-after-statement GCC option
Siarhei Siamashka
1
-0
/
+1
2013-10-14
sse2: bilinear fast path for src_x888_8888
Siarhei Siamashka
1
-0
/
+67
2013-10-12
configure.ac: Add check for pmulhuw assembly
Søren Sandmann Pedersen
1
-0
/
+6
2013-10-12
scale.c: Use int instead of kernel_t for values in named_int_t
Søren Sandmann Pedersen
1
-3
/
+3
2013-10-12
pixman-combine32.c: Make Color Burn routine follow the math more closely
Søren Sandmann Pedersen
3
-10
/
+9
2013-10-12
pixman-combine32: Make Color Dodge routine follow the math more closely
Søren Sandmann Pedersen
3
-10
/
+9
2013-10-12
pixman-combine32: Rename a number of variable from sa/sca to as/s
Søren Sandmann Pedersen
1
-100
/
+99
2013-10-12
pixman-combine32: Improve documentation for blend mode operators
Søren Sandmann Pedersen
1
-126
/
+204
2013-10-12
pixman-combine32.c: Formatting fixes
Søren Sandmann Pedersen
1
-62
/
+64
2013-10-09
Fix thread-test on non-OpenMP systems
Andrea Canciani
1
-6
/
+9
2013-10-09
Add support for SSSE3 to the MSVC build system
Andrea Canciani
1
-2
/
+27
2013-10-09
Fix build of check-formats on MSVC
Andrea Canciani
1
-0
/
+5
2013-10-09
Fix building of "other" programs on MSVC
Andrea Canciani
1
-3
/
+3
2013-10-09
Fix build on MSVC
Andrea Canciani
2
-2
/
+2
2013-10-04
fast: Swap image and iter flags in generated fast paths
Søren Sandmann Pedersen
1
-3
/
+3
2013-10-01
vmx: there is no need to handle unaligned destination anymore
Siarhei Siamashka
1
-81
/
+36
2013-10-01
vmx: align destination to fix valgrind invalid memory writes
Siarhei Siamashka
1
-0
/
+422
2013-10-01
test: Add new thread-test program
Søren Sandmann Pedersen
3
-3
/
+201
2013-10-01
Rename HAVE_PTHREAD_SETSPECIFIC to HAVE_PTHREADS
Søren Sandmann Pedersen
2
-15
/
+16
2013-09-29
blitters-test: Remove unused variable
Søren Sandmann Pedersen
1
-2
/
+1
2013-09-27
utils.c: Make image_endian_swap() deal with negative strides
Søren Sandmann Pedersen
1
-6
/
+7
2013-09-26
utils.c: Make print_image actually cope with negative strides
Søren Sandmann Pedersen
1
-3
/
+3
[next]