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-04-05
Merge branch 'master' into gamma
gamma
Søren Sandmann Pedersen
18
-156
/
+838
2009-04-04
Replace custom type ullong with standard uint64_t in pixman-mmx.c
Alan Coopersmith
1
-54
/
+52
2009-04-04
Fix MMX & SSE intrinsics to work with Sun compilers & Solaris
Alan Coopersmith
5
-63
/
+136
2009-04-04
Fix pixbuf_from_argb32() to take premultiplied alpha into account
Søren Sandmann Pedersen
3
-25
/
+66
2009-04-04
Add a new trap-test test program.
Søren Sandmann Pedersen
2
-11
/
+151
2009-04-01
Set srcRepeat = False when using fbCompositeSrcScaleNearest
Siarhei Siamashka
1
-0
/
+2
2009-03-31
Image scaling regression test script
Siarhei Siamashka
3
-0
/
+301
2009-03-24
Add support for BGRA and BGRx formats.
Mark Kettenis
4
-1
/
+107
2009-03-17
Check for failure when intersecting regions.
Chris Wilson
1
-1
/
+5
2009-03-17
Check for allocation errors during pixman_op()
Chris Wilson
1
-7
/
+24
2009-02-10
Remove stale comment
Søren Sandmann Pedersen
1
-1
/
+0
2009-02-07
More numerically stable gamma conversion
Søren Sandmann Pedersen
1
-14
/
+29
2009-02-07
Fix mismerge
Søren Sandmann Pedersen
1
-33
/
+0
2009-02-06
Merge branch 'master' into gamma
Søren Sandmann Pedersen
14
-48
/
+1069
2009-02-06
Add license and copyright holders to COPYING
Søren Sandmann Pedersen
1
-0
/
+39
2009-02-06
Implement PIXMAN_REPEAT_REFLECT for images
Thomas Jaeger
3
-7
/
+52
2009-02-06
Reinstate SrcScaledNearest optimization
Søren Sandmann Pedersen
1
-4
/
+1
2009-02-06
Bump version number post-release
Søren Sandmann Pedersen
2
-7
/
+4
2009-02-06
Bump version number pre release
Søren Sandmann Pedersen
1
-2
/
+2
2009-02-06
Comment out SrcScaledNearest optimization that hasn't been tested much
Søren Sandmann Pedersen
1
-13
/
+16
2009-02-06
Fix release targets to remove all hashfiles before generating tar balls
Søren Sandmann Pedersen
1
-5
/
+7
2009-01-09
Add pixman-matrix.c to Makefile.win32
Jeff Muizelaar
1
-0
/
+1
2009-01-09
Conditionally include config.h in pixman-matrix.c to fix win32 build
Jeff Muizelaar
1
-0
/
+3
2008-12-20
Fix pixman-1-uninstalled.pc to point to the libtool library
Chris Wilson
1
-7
/
+1
2008-12-20
Allocate initial array of RegionInfo on the stack.
Chris Wilson
1
-9
/
+18
2008-12-17
Don't treat PIXMAN_TYPE_YUY2 and PIXMAN_TYPE_YV12 as PIXMAN_FORMAT_COLOR.
Aaron Plattner
1
-1
/
+3
2008-12-05
[arm-simd] Add a comment about aligning source and destination pointers.
Jeff Muizelaar
1
-0
/
+2
2008-12-05
Check alignment of 'src' pointer in optimized ARM routines
Jeff Muizelaar
1
-1
/
+1
2008-11-25
Merge commit 'origin/master'
Keith Packard
1
-1
/
+108
2008-11-25
Bump to 0.13.3 after 0.13.2 release
Keith Packard
1
-1
/
+1
2008-11-25
Bump version to 0.13.2 for release
Keith Packard
1
-1
/
+1
2008-11-25
Move matrix operations from X server to pixman
Keith Packard
4
-36
/
+772
2008-11-25
Optimize rectilinear nearest-neighbour scaling
Jeff Muizelaar
1
-1
/
+108
2008-11-21
Unify scanline buffer types
Jeff Muizelaar
1
-5
/
+5
2008-11-20
[arm-simd] Fix typo found by 王新拓
Jeff Muizelaar
1
-1
/
+1
2008-11-18
Less fragile Linux altivec detection
David Woodhouse
1
-1
/
+53
2008-11-10
Do gamma corrected compositing
Søren Sandmann Pedersen
4
-26
/
+88
2008-11-10
Various cleanups. Rename filter to PIXMAN_FILTER_AREA
Søren Sandmann Pedersen
2
-25
/
+21
2008-11-10
Implement PIXMAN_FILTER_BOX
Søren Sandmann Pedersen
2
-15
/
+109
2008-11-10
Add initial support for PIXMAN_FILTER_BOX
Søren Sandmann Pedersen
2
-18
/
+35
2008-11-10
Make comments about PIXMAN_REFLECT more useful
Søren Sandmann Pedersen
1
-2
/
+2
2008-11-05
Various formatting fixes, and a simplification of the adjusting code
Søren Sandmann Pedersen
1
-9
/
+11
2008-11-05
Inline the fetchers
Søren Sandmann Pedersen
1
-2
/
+2
2008-11-05
Use fetch_nearest() instead of having duplicated code
Søren Sandmann Pedersen
1
-122
/
+64
2008-11-05
Do the fetch_bilinear inline rather than in separate functions
Søren Sandmann Pedersen
1
-79
/
+16
2008-11-05
Make use of fetch_bilinear() in the various bilinear implementations
Søren Sandmann Pedersen
1
-155
/
+10
2008-11-05
Add fetch_bilinear function
Søren Sandmann Pedersen
1
-0
/
+88
2008-11-03
Add missing pixman-arm-simd.[ch] files.
Søren Sandmann Pedersen
2
-0
/
+501
2008-10-31
Inlucde inttypes.h on digital Tru64
Søren Sandmann Pedersen
1
-1
/
+1
2008-10-31
Rename the current ARM code to ARM SIMD
Adrian Bunk
5
-531
/
+30
[next]