projects
/
profile
/
ivi
/
pixman.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/pixman.git
2011-02-18
Søren Sandmann...
sse2: Remove pixman-x64-mmx-emulation.h
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
sse2: Delete obsolete or redundant comments
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
sse2: Remove all the core_combine_* functions
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
sse2: Don't compile pixman-sse2.c with -mmmx anymore
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
sse2: Delete unused MMX functions and constants and...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
sse2: Convert all uses of MMX registers to use SSE2...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
Coding style: core_combine_in_u_pixelsse2 -> core_comb...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
In pixman_image_set_transform() allow NULL for transform
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
Avoid marking images dirty when properties are reset
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
Add new public function pixman_add_triangles()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
Optimize adding opaque trapezoids onto a8 destination.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Søren Sandmann...
Add a test program, tri-test
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Søren Sandmann...
Add support for triangles to pixman.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Søren Sandmann...
Add a test program for pixman_composite_trapezoids().
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Søren Sandmann...
Add pixman_composite_trapezoids().
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Søren Sandmann...
test/Makefile.am: Move all the TEST_LDADD into a new...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Søren Sandmann...
Add @TESTPROGS_EXTRA_LDFLAGS@ to AM_LDFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Søren Sandmann...
Move all the GTK+ based test programs to a new subdir...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Siarhei Siamashka
SSE2 optimization for nearest scaled over_8888_n_8888
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Siarhei Siamashka
ARM: NEON optimization for nearest scaled over_0565_8_0565
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Siarhei Siamashka
ARM: NEON optimization for nearest scaled over_8888_8_0565
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Siarhei Siamashka
ARM: new macro template for using scaled fast paths...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Siarhei Siamashka
Better support for NONE repeat in nearest scaling main...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Siarhei Siamashka
Support for a8 and solid mask in nearest scaling main...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Siarhei Siamashka
test: Extend scaling-test to support a8/solid mask...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-15
Siarhei Siamashka
Use const modifiers for source buffers in nearest scali...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Siarhei Siamashka
C fast paths for a simple 90/270 degrees rotation
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Siarhei Siamashka
New flags for 90/180/270 rotation
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Siarhei Siamashka
test: affine-test updated to stress 90/180/270 degrees...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Søren Sandmann...
Add pixman-conical-gradient.c to Makefile.win32.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Søren Sandmann...
Add SSE2 fetcher for 0565
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Søren Sandmann...
Improve performance of sse2_combine_over_u()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Søren Sandmann...
Add SSE2 fetcher for a8
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Søren Sandmann...
Add SSE2 fetcher for x8r8g8b8
commit
|
commitdiff
|
tree
|
snapshot
2011-01-28
Søren Sandmann...
Add a test for over_x888_8_0565 in lowlevel_blt_bench().
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
Søren Sandmann...
Move fallback decisions from implementations into pixma...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
Søren Sandmann...
Print a warning when a development snapshot is being...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
Rolland Dudemaine
Fix "variable was set but never used" warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-01-26
Rolland Dudemaine
test: Use the right enum types instead of int to fix...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
Rolland Dudemaine
Correct the initialization of 'max_vx'
commit
|
commitdiff
|
tree
|
snapshot
2011-01-25
Rolland Dudemaine
test: Fix for mismatched 'fence_malloc' prototype/imple...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-20
Siarhei Siamashka
The code in 'bitmap_addrect' already assumes non-null...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Søren Sandmann...
Post-release version bump to 0.21.5
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Søren Sandmann...
Pre-release version bump to 0.21.4
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Søren Sandmann...
Fix dangling-pointer bug in bits_image_fetch_bilinear_n...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Andrea Canciani
Add a test for radial gradients
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Fix destination fetching
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Turn on testing for destination transformation
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Skip fetching pixels when possible
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Add direct-write optimization back
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Get rid of the classify methods
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Linear: Optimize for horizontal gradients
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Consolidate the various get_scanline_32() into get_scan...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Allow NULL property_changed function
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Move get_scanline_32/64 to the bits part of the image...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Use an iterator in pixman_image_get_solid()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Virtualize iterator initialization
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Move iterator initialization to the respective image...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Eliminate the _pixman_image_store_scanline_32/64 functions
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Move initialization of iterators for bits images to...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Søren Sandmann...
Add iterators in the general implementation
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Siarhei Siamashka
ARM: do /proc/self/auxv based cpu features detection...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Siarhei Siamashka
A new configure option --enable-static-testprogs
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Siarhei Siamashka
Make 'fast_composite_scaled_nearest_*' less suspicious
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Siarhei Siamashka
Bugfix for a corner case in 'pixman_transform_is_inverse'
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Siarhei Siamashka
Workaround for a preprocessor issue in old Sun Studio
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Siarhei Siamashka
Fix for "syntax error: empty declaration" Solaris Studi...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Siarhei Siamashka
Revert "Fix "syntax error: empty declaration" warnings."
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Andrea Canciani
Improve handling of tangent circles
commit
|
commitdiff
|
tree
|
snapshot
2010-12-21
Søren Sandmann...
sse2: Skip src pixels that are zero in sse2_composite_o...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-21
Søren Sandmann...
Fix divide-by-zero in set_lum().
commit
|
commitdiff
|
tree
|
snapshot
2010-12-21
Søren Sandmann...
Add a test compositing with the various PDF operators.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
Cyril Brulebois
Fix linking issues when HAVE_FEENABLEEXCEPT is set.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Jon TURNEY
Remove stray #include <fenv.h>
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Søren Sandmann...
Add a stress-test program.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Søren Sandmann...
Make the argument to fence_malloc() an int64_t
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Søren Sandmann...
test/utils.c: Initialize palette->rgba to 0.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Søren Sandmann...
test: Move palette initialization to utils.[ch]
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Søren Sandmann...
Extend gradient-crash-test
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Søren Sandmann...
Add enable_fp_exceptions() function in utils.[ch]
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Søren Sandmann...
test: Make composite test use some existing macros...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Siarhei Siamashka
COPYING: added Nokia to the list of copyright holders
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
Siarhei Siamashka
Fix for potential unaligned memory accesses
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
Siarhei Siamashka
ARM: added 'neon_src_rpixbuf_8888' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: added 'neon_composite_in_n_8' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: added flags parameter to some asm fast path wrappe...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: added 'neon_composite_add_8888_n_8888' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: added 'neon_composite_add_n_8_8888' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: better NEON instructions scheduling for add_8888_8...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: added 'neon_composite_add_8888_8_8888' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: added 'neon_composite_over_0565_n_0565' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: reuse common NEON code for over_{n_8|8888_n|8888_8...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: added 'neon_composite_over_8888_n_0565' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: better NEON instructions scheduling for over_n_8_0565
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: introduced 'fetch_mask_pixblock' macro to simplify...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Siarhei Siamashka
ARM: added 'neon_composite_over_n_8_8' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Siarhei Siamashka
C fast path for a1 fill operation
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Alan Coopersmith
Sun's copyrights belong to Oracle now
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Cyril Brulebois
Fix argument quoting for AC_INIT.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
Søren Sandmann...
Post-release version bump to 0.21.3
commit
|
commitdiff
|
tree
|
snapshot
next