index
:
~gabbayo/pixman
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
bill-v11
bill-v12
debug
implement_vmx_fastpaths
master
pixman-upstream
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-15
create_bits(): Cast the result of height * stride to size_t
Søren Sandmann
1
-1
/
+1
2014-04-02
ARM: share pixman_asm_function definition
Pekka Paalanen
5
-32
/
+42
2014-04-02
ARMv6: Add fast path for over_reverse_n_8888
Ben Avison
2
-0
/
+84
2014-04-02
test: Fix OpenMP clauses for the tolerance-test
Siarhei Siamashka
1
-2
/
+2
2014-04-02
configure.ac: Check if the compiler supports GCC vector extensions
Siarhei Siamashka
3
-10
/
+27
2014-03-20
lowlevel-blt-bench: add in_reverse_8888_8888 test
Ben Avison
1
-0
/
+1
2014-03-20
lowlevel-blt-bench: over_reverse_n_8888 needs solid source
Ben Avison
1
-1
/
+1
2014-03-20
ARMv6: remove 1 instr per row in generate_composite_function
Ben Avison
1
-7
/
+4
2014-03-20
ARMv6: Fix indentation in the composite macros
Ben Avison
1
-6
/
+6
2014-01-04
Remove all the operators that use division from pixman-combine32.c
Søren Sandmann
1
-1429
/
+0
2014-01-04
Copy the comments from pixman-combine32.c to pixman-combine-float.c
Søren Sandmann
1
-96
/
+238
2014-01-04
utils.c: Set DEVIATION to 0.0128
Søren Sandmann Pedersen
1
-1
/
+1
2014-01-04
Use floating point combiners for all operators that involve divisions
Søren Sandmann
3
-41
/
+29
2014-01-04
Soft Light: Consistent approach to division by zero
Søren Sandmann
3
-3
/
+3
2014-01-04
pixman-combine32.c: Fix bugs related to integer promotion
Søren Sandmann Pedersen
2
-4
/
+9
2014-01-04
pixman/pixman-combine32.c: Bug fixes for separable blend modes
Søren Sandmann Pedersen
3
-62
/
+94
2014-01-04
pixel-test.c: Add a number of pixels that have failed at some point
Søren Sandmann
1
-0
/
+2680
2014-01-04
test/tolerance-test: New test program
Søren Sandmann Pedersen
2
-0
/
+361
2014-01-04
pixel-test: Command line argument to specify the regression to run
Søren Sandmann
1
-1
/
+13
2014-01-04
pixel-test: Add support for mask pixels
Søren Sandmann
1
-11
/
+75
2014-01-04
test/check-formats.c: Add support for separable blend modes
Søren Sandmann Pedersen
1
-0
/
+16
2014-01-04
test/utils.c: Add support for separable blend mode ops to do_composite()
Søren Sandmann Pedersen
1
-4
/
+178
2013-12-26
configure.ac: Check and use -Wno-unused-local-typedefs GCC option
Søren Sandmann
1
-0
/
+1
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
pixman-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
pixman-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
[prev]
[next]