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-01-16
When fetching from an alpha map, replace the alpha channel of the image
alpha-fixes
Søren Sandmann Pedersen
1
-1
/
+2
2010-01-16
pixman_image_validate() needs to also validate the alpha map.
Søren Sandmann Pedersen
1
-0
/
+3
2010-01-16
When fetching from an alpha map, use the alpha map's fetch function.
Søren Sandmann Pedersen
1
-1
/
+1
2010-01-16
test: Add new alphamap test program.
Søren Sandmann Pedersen
4
-1
/
+73
2010-01-16
fetch-test: Fix spelling error (pallete -> palette)
Søren Sandmann Pedersen
1
-2
/
+2
2010-01-14
Update Sun license notices to current X.Org standard form
Alan Coopersmith
2
-21
/
+16
2010-01-10
fetch-test: Various formatting fixes
Søren Sandmann Pedersen
1
-38
/
+62
2010-01-06
Interpret the angle of a conical gradient in degrees.
Pierre-Loup A. Griffais
1
-1
/
+1
2009-12-17
region: Enable or disable fatal errors and selfchecks based on version number
Søren Sandmann Pedersen
1
-5
/
+38
2009-12-16
Some minor formatting fixes.
Søren Sandmann Pedersen
1
-23
/
+20
2009-12-16
arm-simd: Whitespace fixes
Søren Sandmann Pedersen
1
-42
/
+41
2009-12-16
mmx: Eliminate trailing whitespace.
Søren Sandmann Pedersen
1
-33
/
+33
2009-12-16
Add 'check' to release-check make target
Søren Sandmann Pedersen
2
-2
/
+1
2009-12-16
Reorder tests so that they fastest ones run first.
Søren Sandmann Pedersen
1
-5
/
+5
2009-12-16
Build tests and run non-GTK+ ones on `make check`
Marvin Schmidt
1
-2
/
+4
2009-12-16
ARM: added 'neon_combine_add_u' function
Siarhei Siamashka
2
-0
/
+22
2009-12-16
ARM: added 'neon_combine_over_u' function
Siarhei Siamashka
2
-0
/
+55
2009-12-16
ARM: macro template for single scanline compositing functions
Siarhei Siamashka
1
-0
/
+119
2009-12-16
Use canonical pixman license notice for recently added ARM NEON assembly files
Siarhei Siamashka
2
-34
/
+34
2009-12-09
ARM: added 'neon_composite_src_pixbuf_8888' fast path
Siarhei Siamashka
2
-0
/
+59
2009-12-09
ARM: added 'neon_composite_src_0888_0565_rev' fast path
Siarhei Siamashka
2
-0
/
+40
2009-12-09
ARM: added 'neon_src_0888_8888_rev' fast path
Siarhei Siamashka
2
-0
/
+37
2009-12-09
ARM: added 'neon_composite_over_n_8888' fast path
Siarhei Siamashka
2
-0
/
+33
2009-12-09
ARM: added 'neon_composite_over_n_0565' fast path
Siarhei Siamashka
2
-0
/
+112
2009-12-09
ARM: added 'neon_composite_src_0565_8888' fast path
Siarhei Siamashka
2
-0
/
+40
2009-12-09
ARM: added 'neon_composite_add_8888_8888_8888' fast path
Siarhei Siamashka
2
-0
/
+49
2009-12-09
ARM: added 'neon_composite_add_8888_8888' fast path
Siarhei Siamashka
2
-0
/
+35
2009-12-09
ARM: added 'neon_composite_over_8888_8_8888' fast path
Siarhei Siamashka
2
-0
/
+41
2009-12-09
ARM: added 'neon_composite_over_8888_8888_8888' fast path
Siarhei Siamashka
2
-0
/
+38
2009-12-09
ARM: minor source formatting changes
Siarhei Siamashka
1
-108
/
+108
2009-12-08
ARM: added '.arch armv7a' directive to NEON assembly file
Siarhei Siamashka
1
-0
/
+1
2009-12-04
Make test program not throw warnings about undefined variables
Benjamin Otte
1
-1
/
+1
2009-12-04
Fix bug that prevented pixman_fill MMX and SSE paths for 16 and 8bpp
Benjamin Otte
2
-13
/
+3
2009-11-30
ARM: NEON optimized pixman_blt
Siarhei Siamashka
1
-0
/
+70
2009-11-27
test: support for testing pixbuf fast path functions in blitters-test
Siarhei Siamashka
1
-18
/
+41
2009-11-22
Remove nonexistant function from header
Benjamin Otte
1
-4
/
+0
2009-11-20
Post-release version bump
Søren Sandmann Pedersen
1
-1
/
+1
2009-11-20
Pre-release version bump
Søren Sandmann Pedersen
1
-1
/
+1
2009-11-20
Remove stray semicolon from blitters-test.c
Søren Sandmann Pedersen
1
-1
/
+1
2009-11-20
C fast path function for 'over_n_1_0565'
Siarhei Siamashka
1
-0
/
+100
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
[next]