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-02-24
Add 8888 x 8888 x 8888 sse2
8888_8888_8888
Søren Sandmann Pedersen
1
-0
/
+168
2010-02-24
Fix slightly skewed sampling grid for antialiased traps
Søren Sandmann Pedersen
1
-2
/
+2
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
2010-01-28
Move calls to source_is_fastpathable() into get_source_format()
Søren Sandmann Pedersen
1
-32
/
+33
2010-01-28
Fold get_fast_path() into _pixman_run_fast_path()
Søren Sandmann Pedersen
1
-119
/
+89
2010-01-28
Consolidate the source and mask sanity checks in a function
Søren Sandmann Pedersen
1
-36
/
+25
2010-01-28
Move pixbuf checks after src_format and mask_format have been computed.
Søren Sandmann Pedersen
1
-56
/
+53
2010-01-28
Move the sanity checks for src, mask and destination into get_fast_path()
Søren Sandmann Pedersen
1
-78
/
+92
2010-01-27
Turn some uint16_t variables to int32_t in the fast paths.
Søren Sandmann Pedersen
4
-53
/
+54
2010-01-26
Implement get_scanline_64() correctly for solid fill images.
Søren Sandmann Pedersen
3
-5
/
+37
2010-01-26
Make pixman_image_fill_rectangles() call pixman_image_fill_boxes()
Benjamin Otte
1
-66
/
+20
2010-01-26
Add pixman_image_fill_boxes() API
Benjamin Otte
2
-0
/
+90
2010-01-26
Add pixman_image_composite32()
Benjamin Otte
2
-2
/
+32
2010-01-26
Make region argument to pixman_region(32)_init_rects() const
Benjamin Otte
2
-3
/
+3
2010-01-26
Fix typo
Benjamin Otte
1
-1
/
+1
[next]