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
2009-11-17
Delete the flags field from fast_path_info_t
eliminate-flags
Søren Sandmann Pedersen
6
-216
/
+215
2009-11-17
Eliminate NEED_PIXBUF flag.
Søren Sandmann Pedersen
4
-85
/
+78
2009-11-17
Compute src_format outside the fast path loop.
Søren Sandmann Pedersen
1
-16
/
+15
2009-11-17
Eliminate the NEED_COMPONENT_ALPHA flag.
Søren Sandmann Pedersen
5
-38
/
+61
2009-11-17
Eliminate the NEED_SOLID_MASK flag
Søren Sandmann Pedersen
6
-55
/
+32
2009-11-17
Use the destination buffer directly in more cases instead of fetching.
Søren Sandmann Pedersen
1
-7
/
+19
2009-11-17
test: Move image_endian_swap() from blitters-test.c to utils.[ch]
Søren Sandmann Pedersen
4
-146
/
+87
2009-11-17
test: Move random number generator from blitters/scaling-test to utils.[ch]
Søren Sandmann Pedersen
4
-47
/
+36
2009-11-17
test: In scaling-test use the crc32 from utils.c
Søren Sandmann Pedersen
2
-105
/
+4
2009-11-17
test: Move CRC32 code from blitters-test to new files utils.[ch]
Søren Sandmann Pedersen
4
-105
/
+117
2009-11-17
test: Rename utils.[ch] to gtk-utils.[ch]
Søren Sandmann Pedersen
11
-17
/
+18
2009-11-13
sse2: Add a fast path for OVER 8888 x 8 x 8888
sse_8888_8_8888
Søren Sandmann Pedersen
1
-4
/
+181
2009-11-11
ARM: enabled 'neon_composite_add_8000_8000' fast path
Siarhei Siamashka
1
-0
/
+1
2009-11-11
ARM: enabled 'neon_composite_add_8_8_8' fast path
Siarhei Siamashka
1
-0
/
+1
2009-11-11
ARM: enabled 'neon_composite_add_n_8_8' fast path
Siarhei Siamashka
1
-0
/
+1
2009-11-11
ARM: enabled 'neon_composite_over_8888_8888' fast path
Siarhei Siamashka
1
-0
/
+4
2009-11-11
ARM: enabled 'neon_composite_over_8888_0565' fast path
Siarhei Siamashka
1
-0
/
+2
2009-11-11
ARM: enabled 'neon_composite_over_8888_n_8888' fast path
Siarhei Siamashka
1
-0
/
+2
2009-11-11
ARM: enabled 'neon_composite_over_n_8_8888' fast path
Siarhei Siamashka
1
-0
/
+4
2009-11-11
ARM: enabled 'neon_composite_over_n_8_0565' fast path
Siarhei Siamashka
1
-0
/
+2
2009-11-11
ARM: enabled 'neon_composite_src_0888_0888' fast path
Siarhei Siamashka
1
-0
/
+5
2009-11-11
ARM: enabled 'neon_composite_src_8888_0565' fast path
Siarhei Siamashka
1
-0
/
+4
2009-11-11
ARM: enabled 'neon_composite_src_0565_0565' fast path
Siarhei Siamashka
1
-0
/
+2
2009-11-11
ARM: added 'bindings' for NEON assembly optimized functions
Siarhei Siamashka
1
-0
/
+194
2009-11-11
ARM: enabled new implementation for pixman_fill_neon
Siarhei Siamashka
1
-1
/
+53
2009-11-11
ARM: introduction of the new framework for NEON fast path optimizations
Siarhei Siamashka
4
-19
/
+1857
2009-11-11
ARM: removed old ARM NEON optimizations
Siarhei Siamashka
1
-1878
/
+0
2009-11-07
Define PIXMAN_USE_INTERNAL_API in pixman-private.h
Søren Sandmann Pedersen
5
-5
/
+5
2009-10-27
Include <inttypes.h> when compiled with HP's C compiler.
Søren Sandmann Pedersen
1
-1
/
+1
2009-10-27
C fast path function for 'over_n_1_8888'
Siarhei Siamashka
1
-0
/
+96
2009-10-27
C fast path function for 'add_1000_1000'
Siarhei Siamashka
1
-0
/
+59
2009-10-27
blitters-test updated to also randomly generate mask_x/mask_y
Siarhei Siamashka
1
-2
/
+8
2009-10-26
Add fast path scaled, bilinear fetcher.
André Tupinambá
2
-5
/
+239
2009-10-26
Speed up bilinear interpolation.
André Tupinambá
2
-22
/
+95
2009-10-26
Extend scaling-test to also test bilinear filtering.
Søren Sandmann Pedersen
1
-6
/
+11
2009-10-21
This is not a GNU project, so declare it foreign.
Jeremy Huddleston
1
-1
/
+1
2009-10-19
Make walk_region_internal() use 32 bit dimensions
Søren Sandmann Pedersen
1
-8
/
+8
2009-10-19
Make pixman_compute_composite_region32() use 32 bit dimensions
Søren Sandmann Pedersen
1
-8
/
+8
2009-10-19
Change prototype of _pixman_walk_composite_region from int16_t to int32_t
Søren Sandmann Pedersen
2
-16
/
+16
2009-10-19
Remove unused color_table and color_table_size fields
Søren Sandmann Pedersen
2
-4
/
+0
2009-10-19
Remove BOUNDS() macro.
Søren Sandmann Pedersen
1
-15
/
+12
2009-10-20
--enable-maintainer-mode is gone from configure, so remove it
Benjamin Otte
1
-1
/
+1
2009-10-20
Add default cases for all switch statements
Benjamin Otte
5
-0
/
+34
2009-10-20
Fix compile warnings
Benjamin Otte
8
-10
/
+29
2009-10-20
ARM: Removal of unused/broken NEON code
Siarhei Siamashka
1
-786
/
+0
2009-10-08
Fix double semicolon; pointed out by Travis Griggs
Søren Sandmann Pedersen
1
-1
/
+1
2009-09-30
Fix build with Visual Studio 2008
Gerdus van Zyl
1
-2
/
+4
2009-09-27
Fix composite on big-endian systems.
Andrea Canciani
1
-0
/
+4
2009-09-26
Fix fetch-test for big-endian systems.
Søren Sandmann Pedersen
1
-1
/
+17
2009-09-25
Add missing break in composite.c
Søren Sandmann Pedersen
1
-0
/
+1
[next]