projects
/
platform
/
upstream
/
pixman.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/pixman.git
2012-12-10
Siarhei Siamashka
Improve performance of combine_over_u
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Søren Sandmann...
Add fast paths for separable convolution
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Søren Sandmann...
Add demo program for conical gradients
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Søren Sandmann...
Add demos/zone_plate.png
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Søren Sandmann...
demos: Add new demo program, "scale"
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Søren Sandmann...
demos/gtk-utils.[ch]: Add pixman_image_from_file()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Søren Sandmann...
Add new pixman_filter_create_separable_convolution...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Søren Sandmann...
rounding.txt: Describe how SEPARABLE_CONVOLUTION filter...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Søren Sandmann...
Add new filter PIXMAN_FILTER_SEPARABLE_CONVOLUTION
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Benjamin Gilbert
Fix thread safety on mingw-w64 and clang
commit
|
commitdiff
|
tree
|
snapshot
2012-12-06
Siarhei Siamashka
test: Get rid of the obsolete 'prng_rand_N' and 'prng_r...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-06
Siarhei Siamashka
test: Switch to the new PRNG instead of old LCG
commit
|
commitdiff
|
tree
|
snapshot
2012-12-06
Siarhei Siamashka
test: Search/replace 'lcg_*' -> 'prng_*'
commit
|
commitdiff
|
tree
|
snapshot
2012-12-06
Siarhei Siamashka
test: Added a better PRNG (pseudorandom number generator)
commit
|
commitdiff
|
tree
|
snapshot
2012-12-06
Siarhei Siamashka
test: Change is_little_endian() into inline function
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Søren Sandmann...
Add text file rounding.txt describing how rounding...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Søren Sandmann...
Convolution filter: round color values instead of trunc...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-20
Søren Sandmann...
Round fixed-point multiplication
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Stefan Weil
test: Fix compiler warnings caused by unused code
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Stefan Weil
pixman: Use uintptr_t in type casts from pointer to...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Stefan Weil
Always use xmmintrin.h for 64 bit Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Nemanja Lukic
MIPS: DSPr2: Added several nearest neighbor fast paths...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Nemanja Lukic
MIPS: DSPr2: Added more fast-paths for OVER operation:
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Nemanja Lukic
MIPS: DSPr2: Added more fast-paths for SRC operation:
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Søren Sandmann...
Allow src and dst to be identical in pixman_f_transform...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Søren Sandmann...
pixman.h: Add typedefs for pixman_f_transform and pixma...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Joshua Root
Fix undeclared variable use and sysctlbyname error...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Søren Sandmann...
pixman_image_composite: Reduce opaque masks to NULL
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Søren Sandmann...
Post-release version bump to 0.29.1
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Søren Sandmann...
Pre-release version bump to 0.28.0
pixman-0.28.0
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Søren Sandmann...
Post-release version bump to 0.27.5
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Søren Sandmann...
Pre-release version bump to 0.27.4
pixman-0.27.4
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nemanja Lukic
MIPS: DSPr2: Added more fast-paths for ADD operation...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nemanja Lukic
MIPS: DSPr2: Added more fast-paths for ADD operation...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Nemanja Lukic
MIPS: DSPr2: Added fast-paths for ADD operation: -...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Siarhei Siamashka
Workaround for FTBFS with gcc 4.6 (gcc.gnu.org/PR54965)
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Søren Sandmann...
pixman_composite_trapezoids(): don't clip to extents...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Søren Sandmann...
pixman_composite_trapezoids(): Factor out extents compu...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Søren Sandmann...
Add new pixman_image_create_bits_no_clear() API
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Benny Siegert
configure.ac: PIXMAN_LINK_WITH_ENV fix
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Siarhei Siamashka
Add missing force_inline to in() function used for...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Siarhei Siamashka
MIPS: skip runtime detection for DSPr2 if -mdspr2 optio...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Søren Sandmann...
region: Remove overlap argument from pixman_op()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Søren Sandmann...
region: Formatting fix
commit
|
commitdiff
|
tree
|
snapshot
2012-10-07
Søren Sandmann...
Only regard images as pixbufs if they have identity...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-04
Søren Sandmann...
Remove BUILT_SOURCES
commit
|
commitdiff
|
tree
|
snapshot
2012-10-04
Søren Sandmann...
Speed up pixman_expand_to_float()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-04
Søren Sandmann...
Don't auto-generate pixman-combine32.[ch] anymore
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Søren Sandmann...
Remove 64 bit pipeline
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Søren Sandmann...
Switch the wide pipeline over to using floating point
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Søren Sandmann...
pixman-access.c: Add floating point accessor functions
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Søren Sandmann...
pixman-utils.c, pixman-private.h: Add floating point...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Søren Sandmann...
Add combiner test
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Søren Sandmann...
Add pixman-combine-float.c
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Søren Sandmann...
blitters-test: Prepare for floating point
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Søren Sandmann...
glyph-test: Prepare for floating point
commit
|
commitdiff
|
tree
|
snapshot
2012-10-01
Søren Sandmann...
Make pixman.h more const-correct
commit
|
commitdiff
|
tree
|
snapshot
2012-09-30
Matt Turner
iwmmxt: Don't define dummy _mm_empty for >=gcc-4.8
commit
|
commitdiff
|
tree
|
snapshot
2012-09-29
Søren Sandmann...
rotate-test: Call image_endian_swap() in make_image()
commit
|
commitdiff
|
tree
|
snapshot
2012-09-26
Siarhei Siamashka
Add scaled nearest repeat fast paths
commit
|
commitdiff
|
tree
|
snapshot
2012-09-25
Matt Turner
sse2: mark pack_565_2x128_128 as static force_inline
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Søren Sandmann...
Fix for infinite-loop test
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Søren Sandmann...
test: Add inifinite-loop test
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Søren Sandmann...
affine-test: Print out the transformation matrix when...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Nemanja Lukic
MIPS: DSPr2: Added OVER combiner and two new fast paths...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Nemanja Lukic
MIPS: DSPr2: Added fast-paths for OVER operation: ...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Nemanja Lukic
MIPS: DSPr2: Added fast-paths for OVER operation: ...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Nemanja Lukic
MIPS: DSPr2: Added fast-paths for OVER operation: ...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-23
Søren Sandmann...
pixman-combine.c.template: Formatting clean-ups
commit
|
commitdiff
|
tree
|
snapshot
2012-09-23
Søren Sandmann...
Fix bugs in pixman-image.c
commit
|
commitdiff
|
tree
|
snapshot
2012-09-23
Søren Sandmann...
Add rotate-test.c test program
commit
|
commitdiff
|
tree
|
snapshot
2012-09-23
Søren Sandmann...
Fix bugs in component alpha combiners for separable...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-23
Søren Sandmann...
Fix bug in fast_composite_scaled_nearest()
commit
|
commitdiff
|
tree
|
snapshot
2012-09-23
Søren Sandmann...
Add PIXMAN_x8b8g8r8 and PIXMAN_a8b8g8r8 formats to...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-19
Søren Sandmann...
implementation: Rename delegate to fallback
commit
|
commitdiff
|
tree
|
snapshot
2012-09-19
Søren Sandmann...
_pixman_implementation_create(): Initialize implementat...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-19
Søren Sandmann...
Rename _pixman_lookup_composite_function() to _pixman_i...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-19
Søren Sandmann...
Move delegation of src/dest iter init into pixman-imple...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-19
Søren Sandmann...
Move fill delegation into pixman-implementation.c
commit
|
commitdiff
|
tree
|
snapshot
2012-09-19
Søren Sandmann...
Move blt delegation into pixman-implementation.c
commit
|
commitdiff
|
tree
|
snapshot
2012-09-19
Søren Sandmann...
implementation: Write lookup_combiner() in a less convo...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Matt Turner
build: Remove useless DEP_CFLAGS/DEP_LIBS variables
commit
|
commitdiff
|
tree
|
snapshot
2012-09-15
Andrea Canciani
build: Improve win32 build system
commit
|
commitdiff
|
tree
|
snapshot
2012-09-15
Andrea Canciani
mmx: Fix x86 build on MSVC
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Søren Sandmann...
test/utils.c: Use pow(), not powf() in sRGB conversion...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-26
Søren Sandmann...
pixel_checker: Move sRGB conversion into get_limits()
commit
|
commitdiff
|
tree
|
snapshot
2012-08-25
Søren Sandmann...
Remove obsolete TODO file
commit
|
commitdiff
|
tree
|
snapshot
2012-08-19
Søren Sandmann...
Remove pointless declaration of _pixman_image_get_scanl...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Søren Sandmann...
demos: Add srgb_trap_test.c
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Søren Sandmann...
Make show_image() cope with more formats
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Søren Sandmann...
Define TIMER_BEGIN and TIMER_END even when timers are...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Søren Sandmann...
Post-release version bump to 0.27.3
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Søren Sandmann...
Pre-release version bump to 0.27.2
pixman-0.27.2
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Sebastian Bauer
Use angle brackets form of including config.h
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Sebastian Bauer
Added HAVE_CONFIG_H check before including config.h
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Søren Sandmann...
glyph-test: Avoid setting solid images as alpha maps.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Søren Sandmann...
stress-test: Avoid overflows in clip rectangles
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Søren Sandmann...
Add make-srgb.pl to EXTRA_DIST
commit
|
commitdiff
|
tree
|
snapshot
2012-07-30
Antti S. Lankila
Add tests to validate new sRGB behavior
commit
|
commitdiff
|
tree
|
snapshot
2012-07-30
Antti S. Lankila
Add sRGB blending demo program
commit
|
commitdiff
|
tree
|
snapshot
next