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-12-14
Get rid of double-compilation of pixman-edge.c
trap-access
Søren Sandmann Pedersen
4
-42
/
+27
2012-12-13
pixman_composite_trapezoids(): Check for NULL return from create_bits()
Søren Sandmann Pedersen
1
-2
/
+3
2012-12-13
pixman_composite_trapezoids: Return early if mask_format is not of TYPE_ALPHA
Søren Sandmann Pedersen
2
-0
/
+3
2012-12-13
Add testing of trapezoids to stress-test
Søren Sandmann Pedersen
1
-25
/
+135
2012-12-11
demos/radial-test: Add checkerboard to display the alpha channel
Søren Sandmann Pedersen
1
-0
/
+2
2012-12-11
demos/conical-test: Use the draw_checkerboard() utility function
Søren Sandmann Pedersen
1
-36
/
+2
2012-12-11
test/utils.[ch]: Add utility function to draw a checkerboard
Søren Sandmann Pedersen
2
-0
/
+59
2012-12-11
radial: When comparing t to mindr, use >= rather than >
Søren Sandmann Pedersen
1
-3
/
+3
2012-12-11
demos/radial-test: Add zero-radius circles to demonstrate rendering bugs
Søren Sandmann Pedersen
1
-1
/
+9
2012-12-10
test: Workaround unaligned MOVDQA bug (http://gcc.gnu.org/PR55614)
Siarhei Siamashka
1
-0
/
+12
2012-12-10
Improve performance of combine_over_u
Siarhei Siamashka
1
-7
/
+51
2012-12-08
Add fast paths for separable convolution
Søren Sandmann Pedersen
3
-3
/
+184
2012-12-08
Add demo program for conical gradients
Søren Sandmann Pedersen
2
-0
/
+136
2012-12-08
Add demos/zone_plate.png
Søren Sandmann Pedersen
1
-0
/
+0
2012-12-08
demos: Add new demo program, "scale"
Søren Sandmann Pedersen
3
-2
/
+737
2012-12-08
demos/gtk-utils.[ch]: Add pixman_image_from_file()
Søren Sandmann Pedersen
2
-0
/
+69
2012-12-08
Add new pixman_filter_create_separable_convolution() API
Søren Sandmann Pedersen
4
-2
/
+370
2012-12-08
rounding.txt: Describe how SEPARABLE_CONVOLUTION filter works
Søren Sandmann Pedersen
1
-0
/
+33
2012-12-08
Add new filter PIXMAN_FILTER_SEPARABLE_CONVOLUTION
Søren Sandmann Pedersen
4
-3
/
+149
2012-12-08
Fix thread safety on mingw-w64 and clang
Benjamin Gilbert
1
-1
/
+1
2012-12-06
test: Get rid of the obsolete 'prng_rand_N' and 'prng_rand_u32'
Siarhei Siamashka
10
-56
/
+44
2012-12-06
test: Switch to the new PRNG instead of old LCG
Siarhei Siamashka
14
-69
/
+65
2012-12-06
test: Search/replace 'lcg_*' -> 'prng_*'
Siarhei Siamashka
14
-317
/
+317
2012-12-06
test: Added a better PRNG (pseudorandom number generator)
Siarhei Siamashka
4
-0
/
+581
2012-12-06
test: Change is_little_endian() into inline function
Siarhei Siamashka
2
-10
/
+6
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
[next]