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-03-03
ARM: added 'neon_composite_over_n_8888_8888_ca' fast path
Siarhei Siamashka
2
-0
/
+110
2010-02-24
Restructure the flags computation in compute_image_info().
more-flags
Søren Sandmann Pedersen
1
-36
/
+59
2010-02-24
Move workaround code to pixman-image.c
Søren Sandmann Pedersen
2
-58
/
+55
2010-02-24
Turn need_workaround into another flag.
Søren Sandmann Pedersen
4
-40
/
+41
2010-02-24
Eliminate _pixman_image_is_opaque() in favor of a new FAST_PATH_IS_OPAQUE flag
Søren Sandmann Pedersen
3
-62
/
+45
2010-02-24
Eliminate _pixman_image_is_solid()
Søren Sandmann Pedersen
2
-28
/
+15
2010-02-24
Move computation of extended format code to validate.
Søren Sandmann Pedersen
3
-30
/
+33
2010-02-24
Add new FAST_PATH_SIMPLE_REPEAT flag
Søren Sandmann Pedersen
2
-15
/
+12
2010-02-24
Compute the image flags at validation time instead of composite time
Søren Sandmann Pedersen
3
-50
/
+61
2010-02-24
RELEASING: Update the release instructions.
Søren Sandmann Pedersen
1
-16
/
+13
2010-02-24
Post-release version bump
Søren Sandmann Pedersen
1
-1
/
+1
2010-02-24
Pre-release version bump
Søren Sandmann Pedersen
1
-1
/
+1
2010-02-24
Merge branch 'trap-fixes'
Søren Sandmann Pedersen
3
-13
/
+17
2010-02-24
Add a1-trap-test
Søren Sandmann Pedersen
2
-0
/
+52
2010-02-21
Hide the C++ extern "C" declarations behind macros.
Søren Sandmann Pedersen
1
-4
/
+8
2010-02-20
Merge branch 'eliminate-composite'
Søren Sandmann Pedersen
11
-1008
/
+750
2010-02-20
Move all code to do debugging spew into pixman-private.
Søren Sandmann Pedersen
4
-91
/
+97
2010-02-19
Test pixman_region32_init_from_image in region-test
Alexander Larsson
2
-3
/
+50
2010-02-19
Add pixman_region{32}_init_from_image
Alexander Larsson
2
-1
/
+261
2010-02-19
Move SCREEN_SHIFT_LEFT/RIGHT to pixman-private.h
Alexander Larsson
2
-8
/
+8
2010-02-18
Compile by USE_SSE2 only without USE_MMX
Makoto Kato
2
-3
/
+7
2010-02-14
Move NULL check out of get_image_info()
eliminate-composite
Søren Sandmann Pedersen
1
-56
/
+57
2010-02-14
Add a fast path for non-repeating sources in walk_region_internal().
Søren Sandmann Pedersen
1
-4
/
+31
2010-02-14
Move more things out of the inner loop in do_composite().
Søren Sandmann Pedersen
1
-58
/
+42
2010-02-14
Move region computation out of the loop in do_composite()
Søren Sandmann Pedersen
1
-12
/
+13
2010-02-14
Move get_image_info() out of the loop in do_composite
Søren Sandmann Pedersen
1
-18
/
+19
2010-02-14
Manually inline _pixman_run_fast_path()
Søren Sandmann Pedersen
1
-122
/
+98
2010-02-14
Move compositing functionality from pixman-utils.c into pixman.c
Søren Sandmann Pedersen
3
-515
/
+498
2010-02-14
Move compositing to its own function, do_composite()
Søren Sandmann Pedersen
1
-13
/
+37
2010-02-14
Optimize for the common case wrt. the workaround.
Søren Sandmann Pedersen
1
-40
/
+55
2010-02-14
Eliminate all the composite methods.
Søren Sandmann Pedersen
9
-282
/
+20
2010-02-14
Delete unused _pixman_walk_composite_region() function
Søren Sandmann Pedersen
2
-52
/
+0
2010-02-14
Don't call _pixman_implementation_composite() anymore.
Søren Sandmann Pedersen
1
-7
/
+14
2010-02-14
Delete unused sources_cover() function
Søren Sandmann Pedersen
1
-23
/
+0
2010-02-14
Store a pointer to the array of fast paths in the implementation struct.
Søren Sandmann Pedersen
9
-47
/
+51
2010-02-14
Make fast_composite_scaled_nearest() another fast path.
Søren Sandmann Pedersen
3
-104
/
+130
2010-02-14
Make general_composite_rect() just another fast path.
Søren Sandmann Pedersen
3
-55
/
+85
2010-02-13
Post-release version bump
Søren Sandmann Pedersen
1
-1
/
+1
2010-02-13
Pre-release version bump
Søren Sandmann Pedersen
1
-1
/
+1
2010-02-13
Once unrolled version of fast_path_composite_nearest_scaled()
Søren Sandmann Pedersen
1
-43
/
+84
2010-02-13
Generalize and optimize fast_composite_src_scaled_nearest()
Søren Sandmann Pedersen
1
-83
/
+118
2010-02-13
Merge branch 'bitmasks'
Søren Sandmann Pedersen
7
-407
/
+407
2010-02-13
Makefile.am: Remove 'check' from release-check
Søren Sandmann Pedersen
1
-1
/
+1
2010-02-13
Turn off asserts in development snapshots (bug 26314).
Søren Sandmann Pedersen
1
-23
/
+12
2010-02-13
ARM: Remove any use of environment variables for cpu features detection
Siarhei Siamashka
1
-10
/
+0
2010-02-09
Add pixman_image_get_destroy_data()
Alexander Larsson
2
-0
/
+7
2010-02-09
Add extern "C" guards for c++
Alexander Larsson
1
-0
/
+8
2010-01-28
Move checks for src/mask repeat right before walking the region.
Søren Sandmann Pedersen
1
-13
/
+18
2010-01-28
Compute src, mask, dest flags and base fast path decisions on them.
Søren Sandmann Pedersen
5
-191
/
+189
2010-01-28
Add src_, mask_, and dest_flags fields to fast path arrays
Søren Sandmann Pedersen
6
-254
/
+280
[prev]
[next]