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-28
Merge branch 'zero-by-zero' of freedesktop.org:/home/sandmann/pixman into zer...
zero-by-zero
Søren Sandmann
0
-0
/
+0
2013-12-13
work in progress: Define 0/0 = 0.
Søren Sandmann
5
-179
/
+350
2013-12-12
bug fixes
Søren Sandmann
4
-30
/
+84
2013-12-12
work in progress: Define 0/0 = 0.
Søren Sandmann
3
-153
/
+270
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
2013-09-26
Move generated affine fetchers into pixman-fast-path.c
Søren Sandmann Pedersen
2
-530
/
+530
2013-09-26
Move bits_image_fetch_bilinear_no_repeat_8888 into pixman-fast-path.c
Søren Sandmann Pedersen
2
-237
/
+237
2013-09-26
fast, ssse3: Simplify logic to fetch lines in the bilinear iterators
Søren Sandmann Pedersen
2
-52
/
+30
2013-09-19
test: Test negative strides
Søren Sandmann Pedersen
6
-13
/
+98
2013-09-19
test: Share the image printing code
Søren Sandmann Pedersen
6
-51
/
+40
2013-09-19
{scaling,affine,composite-traps}-test: Use compute_crc32_for_image()
Søren Sandmann Pedersen
3
-30
/
+5
2013-09-16
pixman-filter.c: Use 65536, not 65535, for fixed point conversion
Søren Sandmann Pedersen
1
-1
/
+1
2013-09-16
demos/scale.ui: Allow subsample_bits to be 0
Søren Sandmann Pedersen
1
-1
/
+1
2013-09-16
ssse3: Add iterator for separable bilinear scaling
Søren Sandmann Pedersen
1
-0
/
+312
[next]