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
2011-05-27
Don't include <stdint.h> in test programs.
stdint
Søren Sandmann Pedersen
2
-2
/
+0
2011-05-24
Fix a few typos in pixman-combine.c.template
Nis Martensen
1
-4
/
+3
2011-05-19
Move NOP src iterator into noop implementation.
Søren Sandmann Pedersen
2
-9
/
+6
2011-05-19
Move NULL iterator into pixman-noop.c
Søren Sandmann Pedersen
2
-19
/
+17
2011-05-19
Add a noop src iterator
Søren Sandmann Pedersen
1
-0
/
+39
2011-05-19
Move noop dest fetching to noop implementation
Søren Sandmann Pedersen
2
-26
/
+37
2011-05-19
Add a noop composite function for the DST operator
Søren Sandmann Pedersen
2
-2
/
+19
2011-05-19
Add a "noop" implementation.
Søren Sandmann Pedersen
4
-0
/
+51
2011-05-17
test: Fix compilation on win32
Andrea Canciani
1
-3
/
+1
2011-05-09
Check for working mmap()
Dave Yeo
2
-1
/
+6
2011-05-02
Post-release version bump to 0.23.1
Søren Sandmann Pedersen
1
-2
/
+2
2011-05-02
Pre-release version bump to 0.22.0
Søren Sandmann Pedersen
1
-2
/
+2
2011-04-19
Post-release version bump to 0.21.9
Søren Sandmann Pedersen
1
-1
/
+1
2011-04-19
Pre-release version bump to 0.21.8
Søren Sandmann Pedersen
1
-1
/
+1
2011-04-18
ARM: Enable bilinear fast paths using scanline functions in pixman-arm-neon-a...
Taekyun Kim
1
-0
/
+39
2011-04-18
ARM: NEON scanline functions for bilinear scaling
Taekyun Kim
2
-0
/
+769
2011-04-18
ARM: Common macro for scaled bilinear scanline function with A8 mask
Taekyun Kim
1
-0
/
+45
2011-04-18
Offset rendering in pixman_composite_trapezoids() by (x_dst, y_dst)
Søren Sandmann Pedersen
3
-8
/
+19
2011-04-18
ARM: Add 'neon_composite_over_n_8888_0565_ca' fast path
Søren Sandmann Pedersen
2
-0
/
+173
2011-04-18
Fix OpenMP not supported case
Gilles Espinasse
1
-20
/
+27
2011-04-18
Fix missing AC_MSG_RESULT value from Werror test
Gilles Espinasse
1
-1
/
+1
2011-04-11
ARM: pipelined NEON implementation of bilinear scaled 'src_8888_0565'
Siarhei Siamashka
1
-1
/
+244
2011-04-11
ARM: pipelined NEON implementation of bilinear scaled 'src_8888_8888'
Siarhei Siamashka
1
-0
/
+127
2011-04-11
ARM: support different levels of loop unrolling in bilinear scaler
Siarhei Siamashka
1
-8
/
+76
2011-04-11
ARM: use less ARM instructions in NEON bilinear scaling code
Siarhei Siamashka
1
-41
/
+38
2011-04-11
ARM: support for software pipelining in bilinear macros
Siarhei Siamashka
1
-3
/
+28
2011-04-11
ARM: use aligned memory writes in NEON bilinear scaling code
Siarhei Siamashka
1
-14
/
+35
2011-04-11
ARM: tweaked horizontal weights update in NEON bilinear scaling code
Siarhei Siamashka
1
-9
/
+11
2011-04-06
ARM: Tiny improvement in over_n_8888_8888_ca_process_pixblock_head
Søren Sandmann Pedersen
1
-3
/
+2
2011-04-06
Makefile.am: Put development releases in "snapshots" directory
Søren Sandmann Pedersen
1
-4
/
+3
2011-03-22
test: Fix infinite loop in composite
Søren Sandmann Pedersen
1
-4
/
+4
2011-03-22
Add support for the r8g8b8a8 and r8g8b8x8 formats to the tests.
Alexandros Frantzis
4
-2
/
+28
2011-03-22
Add simple support for the r8g8b8a8 and r8g8b8x8 formats.
Alexandros Frantzis
3
-1
/
+108
2011-03-19
test: Randomize some tests if PIXMAN_RANDOMIZE_TESTS is set
Søren Sandmann Pedersen
4
-16
/
+51
2011-03-18
Simplify the prototype for iterator initializers.
Søren Sandmann Pedersen
9
-153
/
+61
2011-03-18
Fill out parts of iters in _pixman_implementation_{src,dest}_iter_init()
Søren Sandmann Pedersen
4
-11
/
+24
2011-03-18
In delegate_{src,dest}_iter_init() call delegate directly.
Søren Sandmann Pedersen
2
-3
/
+3
2011-03-12
ARM: a bit faster NEON bilinear scaling for r5g6b5 source images
Siarhei Siamashka
1
-18
/
+100
2011-03-12
ARM: NEON optimization for bilinear scaled 'src_0565_0565'
Siarhei Siamashka
2
-0
/
+6
2011-03-12
ARM: NEON optimization for bilinear scaled 'src_0565_x888'
Siarhei Siamashka
2
-0
/
+7
2011-03-12
ARM: NEON optimization for bilinear scaled 'src_8888_0565'
Siarhei Siamashka
2
-0
/
+8
2011-03-12
ARM: use common macro template for bilinear scaled 'src_8888_8888'
Siarhei Siamashka
1
-188
/
+3
2011-03-12
ARM: NEON: common macro template for bilinear scanline scalers
Siarhei Siamashka
2
-0
/
+239
2011-03-12
ARM: new bilinear fast path template macro in 'pixman-arm-common.h'
Siarhei Siamashka
2
-41
/
+48
2011-03-12
ARM: assembly optimized nearest scaled 'src_8888_8888'
Siarhei Siamashka
2
-0
/
+12
2011-03-12
ARM: common macro for nearest scaling fast paths
Siarhei Siamashka
1
-24
/
+36
2011-03-12
ARM: use prefetch in nearest scaled 'src_0565_0565'
Siarhei Siamashka
1
-2
/
+25
2011-03-07
test: Do endian swapping of the source and destination images.
Søren Sandmann Pedersen
1
-0
/
+4
2011-03-07
test: In image_endian_swap() use pixman_image_get_format() to get the bpp.
Søren Sandmann Pedersen
6
-12
/
+17
2011-02-28
ARM: NEON optimization for bilinear scaled 'src_8888_8888'
Siarhei Siamashka
2
-0
/
+242
[next]