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-28
Add utilities to convert between half and single precision
half-precision
Søren Sandmann Pedersen
2
-0
/
+307
2011-01-26
Move fallback decisions from implementations into pixman-cpu.c.
Søren Sandmann Pedersen
8
-41
/
+35
2011-01-26
Print a warning when a development snapshot is being configured.
Søren Sandmann Pedersen
1
-0
/
+23
2011-01-26
Fix "variable was set but never used" warnings
Rolland Dudemaine
3
-11
/
+1
2011-01-26
test: Use the right enum types instead of int to fix warnings
Rolland Dudemaine
4
-19
/
+27
2011-01-25
Correct the initialization of 'max_vx'
Rolland Dudemaine
1
-1
/
+1
2011-01-25
test: Fix for mismatched 'fence_malloc' prototype/implementation
Rolland Dudemaine
1
-1
/
+1
2011-01-20
The code in 'bitmap_addrect' already assumes non-null 'reg->data'
Siarhei Siamashka
1
-2
/
+3
2011-01-19
Post-release version bump to 0.21.5
Søren Sandmann Pedersen
1
-1
/
+1
2011-01-19
Pre-release version bump to 0.21.4
Søren Sandmann Pedersen
1
-1
/
+1
2011-01-19
Fix dangling-pointer bug in bits_image_fetch_bilinear_no_repeat_8888().
Søren Sandmann Pedersen
1
-3
/
+2
2011-01-19
Add a test for radial gradients
Andrea Canciani
2
-0
/
+202
2011-01-18
Fix destination fetching
Søren Sandmann Pedersen
1
-4
/
+32
2011-01-18
Turn on testing for destination transformation
Søren Sandmann Pedersen
1
-7
/
+4
2011-01-18
Skip fetching pixels when possible
Søren Sandmann Pedersen
4
-25
/
+69
2011-01-18
Add direct-write optimization back
Søren Sandmann Pedersen
3
-5
/
+58
2011-01-18
Get rid of the classify methods
Søren Sandmann Pedersen
4
-61
/
+11
2011-01-18
Linear: Optimize for horizontal gradients
Søren Sandmann Pedersen
1
-3
/
+16
2011-01-18
Consolidate the various get_scanline_32() into get_scanline_narrow()
Søren Sandmann Pedersen
4
-90
/
+39
2011-01-18
Allow NULL property_changed function
Søren Sandmann Pedersen
5
-27
/
+3
2011-01-18
Move get_scanline_32/64 to the bits part of the image struct
Søren Sandmann Pedersen
7
-105
/
+46
2011-01-18
Use an iterator in pixman_image_get_solid()
Søren Sandmann Pedersen
6
-47
/
+57
2011-01-18
Virtualize iterator initialization
Søren Sandmann Pedersen
3
-32
/
+131
2011-01-18
Move iterator initialization to the respective image files
Søren Sandmann Pedersen
7
-30
/
+189
2011-01-18
Eliminate the _pixman_image_store_scanline_32/64 functions
Søren Sandmann Pedersen
2
-60
/
+36
2011-01-18
Move initialization of iterators for bits images to pixman-bits-image.c
Søren Sandmann Pedersen
3
-54
/
+123
2011-01-18
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
[next]