index
:
~ranma42/pixman
master
planar
threads
wip/compfloat
wip/floatpipe2
wip/floatpipe4
wip/for-master
wip/grad
wip/gradtest
wip/itergradient
wip/itergradients
wip/itersource
wip/linear
wip/linear-fixed
wip/linear-float
wip/linear-master
wip/linear-master2
wip/linear2
wip/maybegrad
wip/nopixel
wip/radial
wip/radial-fixsqrt
wip/simpleops-to-master
wip/valgrind
wip/valgrind2
ranma42's experiments on pixman
ranma42
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-03
Revert "demos/scale: Added pulldown to choose PIXMAN_FILTER_* value"
HEAD
master
Søren Sandmann Pedersen
2
-60
/
+21
2016-09-03
pixman-filter: Made Gaussian a bit wider
Bill Spitzak
1
-1
/
+1
2016-09-03
pixman-filter: Nested polynomial for cubic
Bill Spitzak
1
-6
/
+8
2016-09-03
pixman-filter: Fix several issues related to normalization
Søren Sandmann Pedersen
1
-8
/
+15
2016-09-02
pixman-filter: Speed up BOX/BOX filter
Søren Sandmann Pedersen
1
-1
/
+5
2016-09-02
pixman-filter: integral splitting is only needed for triangle filter
Bill Spitzak
1
-6
/
+5
2016-09-02
pixman-filter: Correct Simpsons integration
Bill Spitzak
1
-6
/
+15
2016-09-02
pixman-filter: reduce amount of malloc/free/memcpy to generate filter
Bill Spitzak
1
-33
/
+23
2016-09-02
pixman-image: Added enable-gnuplot config to view filters in gnuplot
Bill Spitzak
3
-0
/
+131
2016-09-02
demos/scale: Added pulldown to choose PIXMAN_FILTER_* value
Bill Spitzak
2
-21
/
+60
2016-09-02
demos/scale: Default to locked axis
Bill Spitzak
1
-0
/
+1
2016-09-02
demos/scale: fix blank subsamples spin box
Bill Spitzak
1
-0
/
+1
2016-09-02
demos/scale: Compute filter size using boundary of xformed ellipse
Bill Spitzak
1
-41
/
+61
2016-09-02
More general BILINEAR=>NEAREST reduction
Søren Sandmann Pedersen
1
-28
/
+38
2016-09-02
Add new test of filter reduction from BILINEAR to NEAREST
Søren Sandmann Pedersen
2
-0
/
+113
2016-09-02
pixman-fast-path.c: Pick NEAREST affine fast paths before BILINEAR ones
Søren Sandmann Pedersen
1
-2
/
+2
2016-01-31
pixman-private: include <float.h> only in C code
Thomas Petazzoni
1
-2
/
+1
2015-12-30
build: Distinguish SKIP and FAIL on Win32
Andrea Canciani
1
-11
/
+20
2015-12-23
build: Use `del` instead of `rm` on `cmd.exe` shells
Simon Richter
1
-2
/
+6
2015-12-23
build: Do not use `mkdir -p` on Windows
Andrea Canciani
1
-2
/
+3
2015-12-23
build: Avoid phony `pixman` target in test/Makefile.win32
Andrea Canciani
1
-6
/
+4
2015-12-23
build: Remove use of BUILT_SOURCES from Makefile.win32
Andrea Canciani
1
-1
/
+1
2015-12-23
Post 0.34 branch creation version bump to 0.35.1
Oded Gabbay
1
-2
/
+2
2015-12-22
Post-release version bump to 0.33.7
Oded Gabbay
1
-1
/
+1
2015-12-22
Pre-release version bump to 0.33.6
Oded Gabbay
1
-1
/
+1
2015-12-22
configura.ac: fix test for SSE2 & SSSE3 assembler support
Oded Gabbay
1
-4
/
+6
2015-11-18
mmx: Improve detection of support for "K" constraint
Andrea Canciani
2
-21
/
+18
2015-11-18
Revert "mmx: Use MMX2 intrinsics from xmmintrin.h directly."
Matt Turner
2
-8
/
+71
2015-10-23
Post-release version bump to 0.33.5
Oded Gabbay
1
-1
/
+1
2015-10-23
Pre-release version bump to 0.33.4
Oded Gabbay
1
-1
/
+1
2015-10-16
test: Fix fence-image-self-test on Mac
Andrea Canciani
2
-8
/
+10
2015-10-13
mmx: Use MMX2 intrinsics from xmmintrin.h directly.
Matt Turner
2
-71
/
+8
2015-09-29
vmx: implement fast path vmx_composite_over_n_8888
Siarhei Siamashka
1
-0
/
+54
2015-09-25
affine-bench: remove 8e margin from COVER area
Ben Avison
1
-6
/
+18
2015-09-25
Remove the 8e extra safety margin in COVER_CLIP analysis
Ben Avison
1
-13
/
+4
2015-09-25
pixman-general: Tighten up calculation of temporary buffer sizes
Ben Avison
1
-2
/
+2
2015-09-22
pixman-general: Fix stack related pointer arithmetic overflow
Siarhei Siamashka
1
-9
/
+7
2015-09-20
test: add a check for FE_DIVBYZERO
Thomas Petazzoni
2
-0
/
+7
2015-09-18
vmx: Remove unused expensive functions
Oded Gabbay
1
-196
/
+0
2015-09-18
vmx: implement fast path vmx_composite_over_n_8_8888
Oded Gabbay
1
-0
/
+111
2015-09-18
vmx: optimize vmx_composite_over_n_8888_8888_ca
Oded Gabbay
1
-31
/
+21
2015-09-18
vmx: optimize scaled_nearest_scanline_vmx_8888_8888_OVER
Oded Gabbay
1
-62
/
+17
2015-09-17
armv6: enable over_n_8888
Pekka Paalanen
1
-5
/
+4
2015-09-17
armv6: Add over_n_8888 fast path (disabled)
Ben Avison
2
-0
/
+48
2015-09-16
test: Add cover-test v5
Ben Avison
2
-0
/
+450
2015-09-09
implementation: add PIXMAN_DISABLE=wholeops
Pekka Paalanen
1
-0
/
+16
2015-09-09
utils.[ch]: add fence_get_page_size()
Pekka Paalanen
2
-3
/
+22
2015-09-09
utils.c: fix fallback code for fence_image_create_bits()
Pekka Paalanen
1
-1
/
+1
2015-09-03
test: add fence-image-self-test
Pekka Paalanen
2
-0
/
+238
2015-09-01
utils.[ch]: add fence_image_create_bits ()
Pekka Paalanen
2
-0
/
+112
[next]