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
2012-11-29
Add fast paths for separable convolution
separable-fast-path
Søren Sandmann Pedersen
3
-3
/
+184
2012-11-26
Add demos/zone_plate.png
separable
Søren Sandmann Pedersen
1
-0
/
+0
2012-11-23
demos: Add new demo program, "scale"
Søren Sandmann Pedersen
3
-2
/
+737
2012-11-23
demos/gtk-utils.[ch]: Add pixman_image_from_file()
Søren Sandmann Pedersen
2
-0
/
+69
2012-11-23
Add new pixman_filter_create_separable_convolution() API
Søren Sandmann Pedersen
3
-0
/
+368
2012-11-23
rounding.txt: Describe how SEPARABLE_CONVOLUTION filter works
Søren Sandmann Pedersen
1
-0
/
+33
2012-11-23
Add new filter PIXMAN_FILTER_SEPARABLE_CONVOLUTION
Søren Sandmann Pedersen
4
-3
/
+149
2012-11-22
Add text file rounding.txt describing how rounding works
rounding
Søren Sandmann Pedersen
1
-0
/
+134
2012-11-22
Convolution filter: round color values instead of truncating
Søren Sandmann Pedersen
1
-4
/
+4
2012-11-20
Round fixed-point multiplication
Søren Sandmann Pedersen
4
-12
/
+12
2012-11-14
test: Fix compiler warnings caused by unused code
Stefan Weil
1
-0
/
+4
2012-11-14
pixman: Use uintptr_t in type casts from pointer to integral value
Stefan Weil
6
-95
/
+95
2012-11-14
Always use xmmintrin.h for 64 bit Windows
Stefan Weil
1
-1
/
+1
2012-11-14
MIPS: DSPr2: Added several nearest neighbor fast paths with a8 mask:
Nemanja Lukic
3
-0
/
+214
2012-11-14
MIPS: DSPr2: Added more fast-paths for OVER operation:
Nemanja Lukic
3
-1
/
+178
2012-11-14
MIPS: DSPr2: Added more fast-paths for SRC operation:
Nemanja Lukic
2
-0
/
+142
2012-11-11
Allow src and dst to be identical in pixman_f_transform_invert()
Søren Sandmann Pedersen
1
-6
/
+9
2012-11-10
pixman.h: Add typedefs for pixman_f_transform and pixman_f_vector
Søren Sandmann Pedersen
1
-0
/
+3
2012-11-09
Fix undeclared variable use and sysctlbyname error handling on ppc
Joshua Root
1
-3
/
+3
2012-11-09
pixman_image_composite: Reduce opaque masks to NULL
Søren Sandmann Pedersen
1
-1
/
+1
2012-11-07
Post-release version bump to 0.29.1
Søren Sandmann Pedersen
1
-2
/
+2
2012-11-07
Pre-release version bump to 0.28.0
Søren Sandmann Pedersen
1
-2
/
+2
2012-10-25
Post-release version bump to 0.27.5
Søren Sandmann Pedersen
1
-1
/
+1
2012-10-25
Pre-release version bump to 0.27.4
Søren Sandmann Pedersen
1
-1
/
+1
2012-10-25
MIPS: DSPr2: Added more fast-paths for ADD operation: - add_8888_8888_8888 - ...
Nemanja Lukic
2
-0
/
+212
2012-10-25
MIPS: DSPr2: Added more fast-paths for ADD operation: - add_0565_8_0565 - add...
Nemanja Lukic
2
-0
/
+182
2012-10-25
MIPS: DSPr2: Added fast-paths for ADD operation: - add_n_8_8 - add_n_8_8888 -...
Nemanja Lukic
3
-0
/
+284
2012-10-25
Workaround for FTBFS with gcc 4.6 (http://gcc.gnu.org/PR54965)
Siarhei Siamashka
1
-0
/
+7
2012-10-21
pixman_composite_trapezoids(): don't clip to extents for some operators
Søren Sandmann Pedersen
2
-9
/
+36
2012-10-21
pixman_composite_trapezoids(): Factor out extents computation
Søren Sandmann Pedersen
1
-40
/
+53
2012-10-21
Add new pixman_image_create_bits_no_clear() API
Søren Sandmann Pedersen
4
-13
/
+52
2012-10-17
configure.ac: PIXMAN_LINK_WITH_ENV fix
Benny Siegert
1
-1
/
+4
2012-10-16
Add missing force_inline to in() function used for C fast paths
Siarhei Siamashka
1
-1
/
+1
2012-10-16
MIPS: skip runtime detection for DSPr2 if -mdspr2 option is in CFLAGS
Siarhei Siamashka
1
-3
/
+13
2012-10-11
region: Remove overlap argument from pixman_op()
Søren Sandmann Pedersen
1
-37
/
+14
2012-10-11
region: Formatting fix
Søren Sandmann Pedersen
1
-3
/
+1
2012-10-07
Only regard images as pixbufs if they have identity transformations
Søren Sandmann Pedersen
1
-0
/
+1
2012-10-04
Remove BUILT_SOURCES
Søren Sandmann Pedersen
2
-8
/
+1
2012-10-04
Speed up pixman_expand_to_float()
Søren Sandmann Pedersen
1
-4
/
+34
2012-10-04
Don't auto-generate pixman-combine32.[ch] anymore
Søren Sandmann Pedersen
7
-824
/
+744
2012-10-01
Remove 64 bit pipeline
Søren Sandmann Pedersen
9
-725
/
+39
2012-10-01
Switch the wide pipeline over to using floating point
Søren Sandmann Pedersen
9
-48
/
+60
2012-10-01
pixman-access.c: Add floating point accessor functions
Søren Sandmann Pedersen
3
-43
/
+624
2012-10-01
pixman-utils.c, pixman-private.h: Add floating point conversion routines
Søren Sandmann Pedersen
2
-0
/
+130
2012-10-01
Add combiner test
Søren Sandmann Pedersen
10
-17
/
+174
2012-10-01
Add pixman-combine-float.c
Søren Sandmann Pedersen
4
-0
/
+1015
2012-10-01
blitters-test: Prepare for floating point
Søren Sandmann Pedersen
1
-1
/
+3
2012-10-01
glyph-test: Prepare for floating point
Søren Sandmann Pedersen
1
-2
/
+5
2012-10-01
Make pixman.h more const-correct
Søren Sandmann Pedersen
8
-33
/
+33
2012-09-30
iwmmxt: Don't define dummy _mm_empty for >=gcc-4.8
Matt Turner
1
-1
/
+1
[next]