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