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-09-27
blitters-test: if verbose, print the image after CRC32 computation
negative-strides
Søren Sandmann Pedersen
1
-9
/
+4
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
2013-09-16
Add empty SSSE3 implementation
Søren Sandmann Pedersen
5
-2
/
+125
2013-09-16
general: Ensure that iter buffers are aligned to 16 bytes
Søren Sandmann Pedersen
3
-7
/
+27
2013-09-16
sse2: faster bilinear scaling (pack 4 pixels to write with MOVDQA)
Siarhei Siamashka
1
-64
/
+144
2013-09-07
test: safeguard the scaling-bench test against COW
Siarhei Siamashka
1
-9
/
+20
2013-09-07
Drop support for 8-bit precision in bilinear filtering
Søren Sandmann Pedersen
4
-69
/
+17
2013-09-07
Make the first argument to scanline fetchers have type bits_image_t *
Søren Sandmann Pedersen
3
-36
/
+34
2013-09-04
iwmmxt: Disallow if gcc version is < 4.8.
Matt Turner
1
-2
/
+2
2013-08-31
fast_bilinear_cover_init: Don't install a finalizer on the error path
Søren Sandmann Pedersen
1
-1
/
+1
2013-08-10
Add an iterator that can fetch bilinearly scaled images
Søren Sandmann Pedersen
1
-0
/
+241
2013-08-10
Add support for iter finalizers
Søren Sandmann Pedersen
4
-0
/
+13
2013-08-10
test/scaling-bench.c: New benchmark for bilinear scaling
Søren Sandmann Pedersen
2
-0
/
+70
2013-08-07
RELEASING: Add note about changing the topic of the #cairo IRC channel
Søren Sandmann Pedersen
1
-0
/
+2
2013-08-05
test: fix matrix-test on big endian systems
Siarhei Siamashka
1
-2
/
+51
2013-06-25
test: Fix build on MSVC
Andrea Canciani
1
-3
/
+4
2013-06-11
Require GTK+ version >= 2.16
Alexander Troosh
1
-2
/
+2
2013-06-08
configure.ac: Don't use '+=' since it's not POSIX
Matthieu Herrb
1
-1
/
+1
2013-05-22
Consolidate all the iter_init_bits_stride functions
iter-initializers
Søren Sandmann Pedersen
5
-42
/
+25
2013-05-22
Delete the old src/dest_iter_init() functions
Søren Sandmann Pedersen
7
-274
/
+6
2013-05-22
Add _pixman_implementation_iter_init() and use instead of _src/_dest_init()
Søren Sandmann Pedersen
8
-6
/
+88
2013-05-22
general: Store the iter initializer in a one-entry pixman_iter_info_t table
Søren Sandmann Pedersen
1
-22
/
+62
2013-05-22
fast: Replace the fetcher_info_t table with a pixman_iter_info_t table
Søren Sandmann Pedersen
1
-62
/
+45
2013-05-22
mmx: Replace the fetcher_info_t table with a pixman_iter_info_t table
Søren Sandmann Pedersen
1
-29
/
+35
2013-05-22
sse2: Replace the fetcher_info_t table with a pixman_iter_info_t table
Søren Sandmann Pedersen
1
-29
/
+35
2013-05-22
noop: Keep information about iterators in an array of pixman_iter_info_t
Søren Sandmann Pedersen
2
-74
/
+124
2013-05-22
Always set the FAST_PATH_NO_ALPHA_MAP flag for non-BITS images
Søren Sandmann Pedersen
3
-5
/
+6
2013-05-22
Add ITER_WIDE iter flag
Søren Sandmann Pedersen
2
-17
/
+16
2013-05-22
Add ITER_SRC and ITER_DEST iter flags
Søren Sandmann Pedersen
3
-7
/
+17
2013-05-22
Make use of image flag in noop iterators
Søren Sandmann Pedersen
1
-6
/
+4
2013-05-19
Use AC_LINK_IFELSE to check if the Loongson MMI code can link
Markos Chandras
1
-1
/
+1
2013-05-15
mmx: Document implementation(s) of pix_multiply().
Matt Turner
1
-0
/
+23
2013-05-11
Fix broken build when HAVE_CONFIG_H is undefined, e.g. on Win32.
ingmar@irsoft.de
2
-0
/
+4
2013-05-08
Post-release version bump to 0.31.1
Søren Sandmann Pedersen
1
-2
/
+2
2013-05-08
Pre-release version bump to 0.30.0
Søren Sandmann Pedersen
1
-2
/
+2
2013-04-30
Post-release version bump to 0.29.5
Søren Sandmann Pedersen
1
-1
/
+1
2013-04-30
Pre-release version bump to 0.29.4
Søren Sandmann Pedersen
1
-1
/
+1
2013-04-30
pixman/refactor: Delete this file
Søren Sandmann Pedersen
1
-478
/
+0
2013-04-30
MIPS: DSPr2: Added rpixbuf fast path.
Nemanja Lukic
2
-0
/
+63
2013-04-30
MIPS: DSPr2: Added pixbuf fast path.
Nemanja Lukic
2
-0
/
+66
[next]