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-16
fast, ssse3: Simplify logic to fetch lines in the bilinear iterators
ssse3-scaling
Søren Sandmann Pedersen
2
-52
/
+30
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
2013-04-30
test: add "pixbuf" and "rpixbuf" to lowlevel-blt-bench
Nemanja Lukic
1
-2
/
+9
2013-04-30
test: add "src_0888_8888_rev" and "src_0888_0565_rev" to lowlevel-blt-bench
Nemanja Lukic
1
-0
/
+2
2013-04-30
MIPS: DSPr2: Fix for bug in in_n_8 routine.
Nemanja Lukic
1
-70
/
+48
2013-04-30
MIPS: DSPr2: Added src_0565_8888 nearest neighbor fast path.
Nemanja Lukic
3
-11
/
+79
2013-04-30
MIPS: DSPr2: Added over_8888_0565 nearest neighbor fast path.
Nemanja Lukic
2
-0
/
+71
2013-04-30
MIPS: DSPr2: Added over_8888_8888 nearest neighbor fast path.
Nemanja Lukic
4
-0
/
+141
2013-04-30
MIPS: DSPr2: Fix bug in over_n_8888_8888_ca/over_n_8888_0565_ca routines
Nemanja Lukic
1
-130
/
+168
2013-04-28
sse2: faster bilinear interpolation (get rid of XOR instruction)
Siarhei Siamashka
1
-13
/
+21
2013-04-28
test: larger 0xFF/0x00 filled clusters in random images for blitters-test
Siarhei Siamashka
4
-9
/
+72
2013-04-27
Trivial spelling fixes in comments
Stefan Weil
3
-5
/
+5
[next]