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
2010-10-20
Extend gradient-crash-test
gradient-crash
Søren Sandmann Pedersen
2
-43
/
+87
2010-10-20
Add enable_fp_exceptions() function in utils.[ch]
Søren Sandmann Pedersen
3
-0
/
+37
2010-10-20
test: Make composite test use some existing macros instead of defining its own
Søren Sandmann Pedersen
2
-30
/
+28
2010-10-12
Add comments about errors
Andrea Canciani
1
-0
/
+42
2010-10-12
Draw radial gradients with PDF semantics
Andrea Canciani
2
-198
/
+223
2010-10-11
Plug leak in the alphamap test.
Søren Sandmann Pedersen
1
-1
/
+15
2010-10-11
Add no-op combiners for DST and the CA versions of the HSL operators.
Søren Sandmann Pedersen
1
-10
/
+21
2010-10-11
test: Add some more colors to the color table in composite.c
Søren Sandmann Pedersen
1
-1
/
+3
2010-10-11
test: Parallize composite.c with OpenMP
Søren Sandmann Pedersen
1
-4
/
+6
2010-10-11
test: Change composite so that it tests randomly generated images
Søren Sandmann Pedersen
2
-98
/
+111
2010-10-11
test: Fix eval_diff() so that it provides useful error values.
Søren Sandmann Pedersen
1
-31
/
+15
2010-10-11
test: Fix bug in color_correct() in composite.c
Søren Sandmann Pedersen
1
-15
/
+25
2010-10-11
Remove broken optimizations in combine_disjoint_over_u()
Søren Sandmann Pedersen
2
-10
/
+6
2010-10-11
ARM: restore fallback to ARMv6 implementation from NEON in the delegate chain
Siarhei Siamashka
1
-2
/
+6
2010-10-11
Use more unrolling for scaled src_0565_0565 with nearest filter
Siarhei Siamashka
1
-3
/
+48
2010-10-04
ARM: added 'neon_composite_out_reverse_8_0565' fast path
Siarhei Siamashka
2
-0
/
+53
2010-10-04
ARM: added 'neon_composite_add_0565_8_0565' fast path
Siarhei Siamashka
2
-0
/
+56
2010-10-04
ARM: NEON: added forgotten cache preload for over_n_8888/over_n_0565
Siarhei Siamashka
1
-0
/
+2
2010-10-04
Fix "syntax error: empty declaration" warnings.
Mika Yrjola
3
-3
/
+7
2010-10-04
Delete simple repeat code
Søren Sandmann Pedersen
3
-136
/
+21
2010-10-04
Fix bug in FAST_PATH_STD_FAST_PATH
Søren Sandmann Pedersen
3
-40
/
+30
2010-09-29
Some clean-ups in fence_malloc() and fence_free()
Dmitri Vorobiev
1
-21
/
+6
2010-09-28
Fix search-and-replace issue in lowlevel-blt-bench.c
Søren Sandmann Pedersen
1
-1
/
+1
2010-09-28
Rename all the fast paths with _8000 in their names to _8
Søren Sandmann Pedersen
8
-68
/
+68
2010-09-27
Remove cache prefetch code.
Liu Xinyun
1
-659
/
+0
2010-09-23
Use <sys/mman.h> macros only when they are available
Dmitri Vorobiev
1
-1
/
+1
2010-09-21
Revert "add enable-cache-prefetch option"
Søren Sandmann Pedersen
1
-0
/
+659
2010-09-21
If MAP_ANONYMOUS is not defined, define it to MAP_ANON.
Søren Sandmann Pedersen
1
-0
/
+5
2010-09-21
add enable-cache-prefetch option
Liu Xinyun
1
-659
/
+0
2010-09-21
Post-release version bump to 0.19.5
Søren Sandmann Pedersen
1
-1
/
+1
2010-09-21
Pre-release version bump to 0.19.4
Søren Sandmann Pedersen
1
-1
/
+1
2010-09-21
compute_composite_region32: Zero extents before returning FALSE.
Søren Sandmann Pedersen
1
-0
/
+4
2010-09-21
Add a lowlevel blitter benchmark
Jonathan Morton
2
-2
/
+721
2010-09-21
Add noinline macro
Dmitri Vorobiev
1
-0
/
+5
2010-09-21
Add gettime() routine to test utils
Dmitri Vorobiev
3
-1
/
+31
2010-09-21
Move aligned_malloc() to utils
Dmitri Vorobiev
3
-15
/
+19
2010-09-21
Enable bits_image_fetch_bilinear_affine_normal_r5g6b5
Søren Sandmann Pedersen
1
-4
/
+0
2010-09-21
Enable bits_image_fetch_bilinear_affine_reflect_r5g6b5
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_none_r5g6b5
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_pad_r5g6b5
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_normal_a8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_reflect_a8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_none_a8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_pad_a8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_normal_x8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_reflect_x8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_none_x8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_pad_x8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_normal_a8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
2010-09-21
Enable bits_image_fetch_bilinear_affine_reflect_a8r8g8b8
Søren Sandmann Pedersen
1
-2
/
+2
[next]