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
2010-09-21
Søren Sandmann...
Enable bits_image_fetch_bilinear_affine_reflect_a8r8g8b8
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Enable bits_image_fetch_bilinear_affine_none_a8r8g8b8
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Enable bits_image_fetch_bilinear_affine_pad_a8r8g8b8
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Use a macro to generate some {a,x}8r8g8b8, a8, and...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
test: Add affine-test
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
analyze_extents: Fast path for non-transformed BITS...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Move some of the FAST_PATH_COVERS_CLIP computation...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Tor Lillqvist
Support __thread on MINGW 4.5
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Clip composite region against the destination alpha...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Remove FAST_PATH_NARROW_FORMAT flag if there is a wide...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Rename FAST_PATH_NO_WIDE_FORMAT to FAST_PATH_NARROW_FORMAT
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Update and extend the alphamap test
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Add fence_malloc() and fence_free().
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Søren Sandmann...
Do opacity computation with shifts instead of comparing...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Siarhei Siamashka
SSE2 optimization for scaled over_8888_8888 operation...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Siarhei Siamashka
NONE repeat support for fast scaling with nearest filter
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Siarhei Siamashka
PAD repeat support for fast scaling with nearest filter
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Siarhei Siamashka
Introduce a fake PIXMAN_REPEAT_COVER constant
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Siarhei Siamashka
Nearest scaling fast path macro split into two parts
commit
|
commitdiff
|
tree
|
snapshot
2010-09-21
Siarhei Siamashka
Nearest scaling fast path macros moved to 'pixman-fast...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Søren Sandmann...
Add FAST_PATH_NO_ALPHA_MAP to the standard destination...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Siarhei Siamashka
test: detection of possible floating point registers...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Siarhei Siamashka
ARM: added 'neon_composite_over_0565_8_0565' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Siarhei Siamashka
ARM: helper macros for conversion between 8888/x888...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Siarhei Siamashka
ARM: common init/cleanup macro for saving/restoring...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Søren Sandmann...
Silence some warnings about uninitialized variables
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Søren Sandmann...
When pixman_compute_composite_region32() returns FALSE...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Søren Sandmann...
Store a2b2g2r2 pixel through the WRITE macro
commit
|
commitdiff
|
tree
|
snapshot
2010-09-06
Siarhei Siamashka
ARM: added 'neon_composite_over_8888_8_0565' fast path
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Maarten Bosmans
Add *.exe to .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Maarten Bosmans
Use windows.h directly for mingw32 build
commit
|
commitdiff
|
tree
|
snapshot
2010-08-24
Søren Sandmann...
Be more paranoid about checking for GTK+
commit
|
commitdiff
|
tree
|
snapshot
2010-08-24
Søren Sandmann...
Merge pixman_image_composite32() and do_composite().
commit
|
commitdiff
|
tree
|
snapshot
2010-08-24
Benjamin Otte
region: Fix pixman_region_translate() clipping bug
commit
|
commitdiff
|
tree
|
snapshot
2010-08-24
Benjamin Otte
region: Add a new test region-translate
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Søren Sandmann...
Post-release version bump to 0.19.3
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Søren Sandmann...
Pre-release version bump to 0.19.2
commit
|
commitdiff
|
tree
|
snapshot
2010-08-21
Søren Sandmann...
Only try to compute the FAST_SAMPLES_COVER_CLIP for...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Søren Sandmann...
Introduce new FAST_PATH_SAMPLES_OPAQUE flag
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Søren Sandmann...
pixman_image_set_alpha_map(): Disallow alpha map cycles
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Søren Sandmann...
Add alpha-loop test program
commit
|
commitdiff
|
tree
|
snapshot
2010-08-14
Siarhei Siamashka
ARM: 'neon_combine_out_reverse_u' combiner
commit
|
commitdiff
|
tree
|
snapshot
2010-08-14
Siarhei Siamashka
Code simplification (no need advancing 'vx' at the...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Søren Sandmann...
Store the various bits image fetchers in a table with...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Søren Sandmann...
Add some new FAST_PATH flags
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Søren Sandmann...
Remove "_raw_" from all the accessors.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Søren Sandmann...
Eliminate the store_scanline_{32,64} function pointers.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Søren Sandmann...
Split bits_image_fetch_transformed() into two functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Søren Sandmann...
Eliminate get_pixel_32() and get_pixel_64() from bits_i...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Søren Sandmann...
Eliminate recursion from alpha map code
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Søren Sandmann...
Replace compute_src_extent_flags() with analyze_extents()
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Søren Sandmann...
Extend scaling-crash-test in various ways
commit
|
commitdiff
|
tree
|
snapshot
2010-08-05
Søren Sandmann...
Fix Altivec/OpenBSD patch
commit
|
commitdiff
|
tree
|
snapshot
2010-08-05
Brad Smith
Add support for AltiVec detection for OpenBSD/PowerPC.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Søren Sandmann...
CODING_STYLE: Delete the stuff about trailing spaces
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Søren Sandmann...
If we bail out of do_composite, make sure to undo any...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Søren Sandmann...
Add x14r6g6b6 format to blitters-test
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Marek Vasut
Add support for 32bpp X14R6G6B6 format.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Siarhei Siamashka
test: 'scaling-test' updated to provide better coverage
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Siarhei Siamashka
test: 'scaling-crash-test' added
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
Søren Sandmann...
bits: Fix potential divide-by-zero in projective code
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Søren Sandmann...
[sse2] Add sse2_composite_add_n_8()
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Søren Sandmann...
[sse2] Add sse2_composite_in_n_8()
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Søren Sandmann...
[sse2] Add sse2_composite_src_x888_8888()
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Søren Sandmann...
[fast] Add fast_composite_src_x888_8888()
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
M Joonas Pihlaja
Fix thinko in configure.ac's macro to test linking.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
M Joonas Pihlaja
Avoid trailing slashes on automake install dirs.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
M Joonas Pihlaja
Check for specific flags by actually trying to compile...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
M Joonas Pihlaja
Check that the OpenMP pragmas don't cause link errors.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
M Joonas Pihlaja
Don't trust OpenBSD's gcc to produce working code for...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
M Joonas Pihlaja
Try harder to find suitable flags for pthreads.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Søren Sandmann...
Check for read accessors before taking the bilinear...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-12
Søren Sandmann...
fast-path: Some formatting fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-07-12
Søren Sandmann...
In the FAST_NEAREST macro call the function 8888_8888...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-12
Søren Sandmann...
Make the repeat mode explicit in the FAST_NEAREST macro.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Søren Sandmann...
When converting indexed formats to 64 bits, don't corre...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Søren Sandmann...
test: Make sure the palettes for indexed format roundtr...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Søren Sandmann...
Split the fast path caching into its own force_inline...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Søren Sandmann...
Cache the implementation along with the fast paths.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Søren Sandmann...
Hide the global implementation variable behind a force_...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-11
Søren Sandmann...
Fix memory leak in the pthreads thread local storage...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-07
Søren Sandmann...
Make the combiner macros less likely to cause name...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-06
Søren Sandmann...
Minor tweaks to README
commit
|
commitdiff
|
tree
|
snapshot
2010-06-24
Søren Sandmann...
Store the conical angle in floating point radians,...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-20
Søren Sandmann...
Fix conical gradients to match QConicalGradient from Qt
commit
|
commitdiff
|
tree
|
snapshot
2010-06-19
Søren Sandmann...
Make separate gray scanline storers.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-19
Søren Sandmann...
When storing a g1 pixel, store the lowest bit, rather...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-09
Andrea Canciani
test: verify that gradients do not crash pixman
commit
|
commitdiff
|
tree
|
snapshot
2010-06-09
Andrea Canciani
support single-stop gradients
commit
|
commitdiff
|
tree
|
snapshot
2010-06-09
Søren Sandmann...
Eliminate mask_bits from all the scanline fetchers.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
Jeff Muizelaar
create getter for component alpha
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Siarhei Siamashka
test: added OpenMP support for better utilization of...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Siarhei Siamashka
test: scaling-test updated to use new fuzzer_test_main...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Siarhei Siamashka
test: blitters-test updated to use new fuzzer_test_main...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Siarhei Siamashka
test: blitters-test-bisect.rb converted to perl
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Siarhei Siamashka
test: main loop from blitters-test added as a new funct...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Søren Sandmann...
Merge branch 'for-master'
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Søren Sandmann...
test/gtk-utils: Set the size of the window to the size...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Jeff Muizelaar
Add support for compiling pixman without thread/tls...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Søren Sandmann...
Add macros for thread local storage on MinGW 32
commit
|
commitdiff
|
tree
|
snapshot
next