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-11-12
Add fast paths for nearest affine transformations
nearest-affine
Søren Sandmann Pedersen
1
-33
/
+144
2010-11-10
ARM: optimization for scaled src_0565_0565 with nearest filter
Siarhei Siamashka
2
-0
/
+77
2010-11-10
ARM: NEON optimization for scaled src_0565_8888 with nearest filter
Siarhei Siamashka
2
-0
/
+20
2010-11-10
ARM: NEON optimization for scaled src_8888_0565 with nearest filter
Siarhei Siamashka
2
-0
/
+17
2010-11-10
ARM: NEON optimization for scaled over_8888_0565 with nearest filter
Siarhei Siamashka
2
-0
/
+19
2010-11-10
ARM: NEON optimization for scaled over_8888_8888 with nearest filter
Siarhei Siamashka
2
-0
/
+20
2010-11-10
ARM: performance tuning of NEON nearest scaled pixel fetcher
Siarhei Siamashka
1
-6
/
+27
2010-11-10
ARM: macro template in C code to simplify using scaled fast paths
Siarhei Siamashka
1
-0
/
+40
2010-11-10
ARM: nearest scaling support for NEON scanline compositing functions
Siarhei Siamashka
1
-13
/
+163
2010-11-10
ARM: NEON: source image pixel fetcher can be overrided now
Siarhei Siamashka
2
-33
/
+52
2010-11-10
ARM: fix 'vld1.8'->'vld1.32' typo in add_8888_8888 NEON fast path
Siarhei Siamashka
1
-3
/
+3
2010-11-05
Do CPU features detection from 'constructor' function when compiled with gcc
Siarhei Siamashka
2
-3
/
+39
2010-11-04
Delete the source_image_t struct.
Søren Sandmann Pedersen
4
-44
/
+33
2010-11-04
[mmx] Mark some of the output variables as early-clobber.
Søren Sandmann Pedersen
1
-2
/
+2
2010-11-04
Remove workaround for a bug in the 1.6 X server.
Søren Sandmann Pedersen
6
-303
/
+28
2010-11-02
Fixed broken configure check for __thread support
Siarhei Siamashka
1
-2
/
+1
2010-11-01
COPYING: Stop saying that a modification is currently under discussion.
Søren Sandmann Pedersen
1
-39
/
+40
2010-10-27
Version bump 0.21.1.
Søren Sandmann Pedersen
1
-1
/
+1
2010-10-27
Post-release version bump to 0.20.1
Søren Sandmann Pedersen
1
-1
/
+1
2010-10-27
Pre-release version bump to 0.20.0
Søren Sandmann Pedersen
1
-2
/
+2
2010-10-27
Added check to find pthread on Haiku.
Scott McCreary
1
-1
/
+2
2010-10-24
Plug another leak in alphamap test
Jon TURNEY
1
-0
/
+5
2010-10-20
Post-release version bump to 0.19.7
Søren Sandmann Pedersen
1
-1
/
+1
2010-10-20
Pre-release version bump to 0.19.6
Søren Sandmann Pedersen
1
-1
/
+1
2010-10-20
Fix an overflow in the new radial gradient code
Andrea Canciani
1
-3
/
+4
2010-10-20
Remove the class field from source_image_t
Søren Sandmann Pedersen
4
-10
/
+7
2010-10-20
Remove unused enum value
Andrea Canciani
1
-1
/
+0
2010-10-20
Make classification consistent with rasterization
Andrea Canciani
1
-36
/
+35
2010-10-18
Improve precision of linear gradients
Andrea Canciani
1
-74
/
+46
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
[next]