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-01-16
Fix destination fetching
iterators4
Søren Sandmann Pedersen
1
-4
/
+32
2011-01-16
Turn on testing for destination transformation
Søren Sandmann Pedersen
1
-7
/
+4
2011-01-16
Skip fetching pixels when possible
Søren Sandmann Pedersen
4
-25
/
+69
2011-01-16
Add direct-write optimization back
Søren Sandmann Pedersen
3
-5
/
+58
2011-01-16
Get rid of the classify methods
Søren Sandmann Pedersen
4
-61
/
+11
2011-01-16
Linear: Optimize for horizontal gradients
Søren Sandmann Pedersen
1
-3
/
+16
2011-01-16
Consolidate the various get_scanline_32() into get_scanline_narrow()
Søren Sandmann Pedersen
4
-90
/
+39
2011-01-16
Allow NULL property_changed function
Søren Sandmann Pedersen
5
-27
/
+3
2011-01-16
Move get_scanline_32/64 to the bits part of the image struct
Søren Sandmann Pedersen
7
-105
/
+46
2011-01-16
Use an iterator in pixman_image_get_solid()
Søren Sandmann Pedersen
6
-47
/
+57
2011-01-16
Virtualize iterator initialization
Søren Sandmann Pedersen
3
-32
/
+131
2011-01-16
Move iterator initialization to the respective image files
Søren Sandmann Pedersen
7
-30
/
+189
2011-01-16
Eliminate the _pixman_image_store_scanline_32/64 functions
Søren Sandmann Pedersen
2
-60
/
+36
2011-01-16
Move initialization of iterators for bits images to pixman-bits-image.c
Søren Sandmann Pedersen
3
-54
/
+123
2011-01-16
Add iterators in the general implementation
Søren Sandmann Pedersen
1
-147
/
+151
2011-01-16
ARM: do /proc/self/auxv based cpu features detection only in linux
Siarhei Siamashka
1
-2
/
+7
2011-01-16
A new configure option --enable-static-testprogs
Siarhei Siamashka
2
-0
/
+35
2011-01-16
Make 'fast_composite_scaled_nearest_*' less suspicious
Siarhei Siamashka
1
-4
/
+4
2011-01-16
Bugfix for a corner case in 'pixman_transform_is_inverse'
Siarhei Siamashka
1
-1
/
+2
2011-01-16
Workaround for a preprocessor issue in old Sun Studio
Siarhei Siamashka
1
-4
/
+10
2011-01-16
Fix for "syntax error: empty declaration" Solaris Studio warnings
Siarhei Siamashka
3
-42
/
+42
2011-01-16
Revert "Fix "syntax error: empty declaration" warnings."
Siarhei Siamashka
3
-9
/
+4
2011-01-12
Improve handling of tangent circles
Andrea Canciani
1
-2
/
+18
2010-12-20
sse2: Skip src pixels that are zero in sse2_composite_over_8888_n_8888()
Søren Sandmann Pedersen
1
-31
/
+44
2010-12-20
Fix divide-by-zero in set_lum().
Søren Sandmann Pedersen
1
-6
/
+24
2010-12-20
Add a test compositing with the various PDF operators.
Søren Sandmann Pedersen
2
-0
/
+88
2010-12-20
Fix linking issues when HAVE_FEENABLEEXCEPT is set.
Cyril Brulebois
1
-1
/
+1
2010-12-18
Remove stray #include <fenv.h>
Jon TURNEY
1
-1
/
+0
2010-12-17
Add a stress-test program.
Søren Sandmann Pedersen
3
-0
/
+868
2010-12-17
Make the argument to fence_malloc() an int64_t
Søren Sandmann Pedersen
2
-3
/
+6
2010-12-17
test/utils.c: Initialize palette->rgba to 0.
Søren Sandmann Pedersen
1
-0
/
+2
2010-12-17
test: Move palette initialization to utils.[ch]
Søren Sandmann Pedersen
3
-55
/
+59
2010-12-17
Extend gradient-crash-test
Søren Sandmann Pedersen
2
-43
/
+87
2010-12-17
Add enable_fp_exceptions() function in utils.[ch]
Søren Sandmann Pedersen
3
-0
/
+37
2010-12-17
test: Make composite test use some existing macros instead of defining its own
Søren Sandmann Pedersen
2
-30
/
+28
2010-12-17
COPYING: added Nokia to the list of copyright holders
Siarhei Siamashka
1
-0
/
+1
2010-12-07
Fix for potential unaligned memory accesses
Siarhei Siamashka
1
-3
/
+3
2010-12-07
ARM: added 'neon_src_rpixbuf_8888' fast path
Siarhei Siamashka
2
-0
/
+62
2010-12-03
ARM: added 'neon_composite_in_n_8' fast path
Siarhei Siamashka
2
-0
/
+55
2010-12-03
ARM: added flags parameter to some asm fast path wrapper macros
Siarhei Siamashka
3
-21
/
+24
2010-12-03
ARM: added 'neon_composite_add_8888_n_8888' fast path
Siarhei Siamashka
2
-0
/
+30
2010-12-03
ARM: added 'neon_composite_add_n_8_8888' fast path
Siarhei Siamashka
2
-0
/
+33
2010-12-03
ARM: better NEON instructions scheduling for add_8888_8888_8888
Siarhei Siamashka
1
-18
/
+34
2010-12-03
ARM: added 'neon_composite_add_8888_8_8888' fast path
Siarhei Siamashka
2
-0
/
+21
2010-12-03
ARM: added 'neon_composite_over_0565_n_0565' fast path
Siarhei Siamashka
2
-0
/
+32
2010-12-03
ARM: reuse common NEON code for over_{n_8|8888_n|8888_8}_0565
Siarhei Siamashka
1
-36
/
+25
2010-12-03
ARM: added 'neon_composite_over_8888_n_0565' fast path
Siarhei Siamashka
2
-0
/
+32
2010-12-03
ARM: better NEON instructions scheduling for over_n_8_0565
Siarhei Siamashka
1
-43
/
+77
2010-12-03
ARM: introduced 'fetch_mask_pixblock' macro to simplify code
Siarhei Siamashka
2
-13
/
+18
2010-12-03
ARM: added 'neon_composite_over_n_8_8' fast path
Siarhei Siamashka
2
-0
/
+71
[next]