profile/ivi/pixman.git
2009-07-13 Benjamin OtteFix burn and dodge operators to match acroread output
2009-07-13 Søren Sandmann... Return immediately if the operator is CONJOINT_DST...
2009-07-13 Søren Sandmann... Fix bits_image_fetch_{un}transformed() for 64 bit buffers.
2009-07-13 Søren Sandmann... Make sure we get all 64 bits in bits_image_fetch_solid_64()
2009-07-13 Søren Sandmann... Fix typo in bits_image_fetch_solid_64().
2009-07-12 Søren Sandmann... Only destroy the regions when pixman_compute_composite_...
2009-07-12 Søren Sandmann... Move workaround logic to pixman-bits-image.c.
2009-07-10 Søren Sandmann... Only apply the workaround to source images when out_of_...
2009-07-10 Siarhei SiamashkaReturn nonzero code from scaling-test program in case...
2009-07-10 Siarhei SiamashkaFix scaling-test to work on big endian systems
2009-07-10 Michel DänzerConvert some leftover instances of Alpha() in pixman...
2009-07-10 Søren Sandmann... Add workarounds for X servers doing out-of-bounds accesses.
2009-07-10 Søren Sandmann... Add a BUILT_SOURCES with pixman-combine{32,64}.{c.h}
2009-07-09 Adrian BunkFix the NEON build after "Convert CamelCase names to...
2009-07-09 Søren Sandmann... Update the CRC value in scaling-test.c.
2009-07-09 Søren Sandmann... Fix bug in pixman-region.c where empty regions would...
2009-07-09 Søren Sandmann... Fix a couple of problems with the tests when HAVE_GTK...
2009-07-08 Søren Sandmann... Merge branch 'naming'
2009-07-08 Søren Sandmann... Eliminate boxes with x1 > x2 or y1 > y2 in pixman_regio...
2009-07-08 Søren Sandmann... Add a box with y2 < y1 in region-test.c
2009-07-08 Søren Sandmann... Fix up some overeager search-and-replace renamings
2009-07-08 Søren Sandmann... Rename num_rects back to numRects.
2009-07-08 Søren Sandmann... Rename combine_*_c to combine_*_ca
2009-07-08 Søren Sandmann... Various sse2 renamings
2009-07-08 Søren Sandmann... s/sse2combine/sse2_combine/g
2009-07-08 Søren Sandmann... Convert CamelCase names to underscore_names.
2009-07-08 Søren Sandmann... Remove reference to 8888_RevNP
2009-07-08 Søren Sandmann... Remove reference to 8888RevNP
2009-07-08 Søren Sandmann... NoFeatures => NO_FEATURES
2009-07-08 Søren Sandmann... s/FbScrRight/SCREEN_SHIFT_RIGHT/g
2009-07-08 Søren Sandmann... CPUFeatures => cpu_features
2009-07-08 Søren Sandmann... Rename FbGet8 to GET8
2009-07-08 Søren Sandmann... Rename RBmask/Gmask => rb_mask/g_mask in pixman-arm...
2009-07-08 Søren Sandmann... Use ALPHA_8 in pixman-image.c instead of Alpha
2009-07-08 Søren Sandmann... Uppercase a few more macros in pixman-combine.c.template
2009-07-08 Søren Sandmann... Rename macros for non-separable blend modes
2009-07-08 Søren Sandmann... Rename some macros in pixman-combine.c.template
2009-07-08 Søren Sandmann... Rename U{no}mask => U_{no_}mask in pixman-vmx.c
2009-07-08 Søren Sandmann... Change name fbComposeGetStart to PIXMAN_IMAGE_GET_LINE.
2009-07-08 Søren Sandmann... Rename fbCombine* to combine*
2009-07-08 Søren Sandmann... Fix overeager search and replace
2009-07-08 Søren Sandmann... Uppercase some more macro names
2009-07-08 Søren Sandmann... Consolidate channel macros in pixman-combine.h
2009-07-08 Søren Sandmann... Change some macro names to be all uppercase
2009-07-08 Søren Sandmann... Change names of the FbByte* macros to be more descriptive.
2009-07-08 Søren Sandmann... Clarify a couple of comments
2009-07-08 Søren Sandmann... Change name of macros that operate on normalized integers.
2009-07-08 Søren Sandmann... Fix names in the trap rasterizer.
2009-07-08 Søren Sandmann... Rename QuadwordCopy_neon to neon_quadword_copy
2009-07-08 Søren Sandmann... Fix up the names in pixman_compute_composite_region()
2009-07-08 Søren Sandmann... Fix some more pFoo names
2009-07-08 Søren Sandmann... Fix the names of some common parameters
2009-07-08 Søren Sandmann... Various simple renamings
2009-07-08 Søren Sandmann... Get rid of pFoo names.
2009-07-08 Søren Sandmann... Change the name of some routines that were simply misnamed.
2009-07-08 Søren Sandmann... Fix up names of compositing functions
2009-07-08 Søren Sandmann... Rename fetchers.
2009-07-08 Søren Sandmann... Use postfix decrement, not prefix, in region-test.c
2009-07-08 Søren Sandmann... Eliminate empty rectangles in pixman_region_init_rects().
2009-07-08 Søren Sandmann... Add an initialization with an empty rectangle to region...
2009-07-07 Søren Sandmann... Expand comment in miClipPictureSrc() to explain why...
2009-07-05 Søren Sandmann... Fix forgotten use BITMAP_BIT_ORDER to be ifndef WORDS_B...
2009-07-05 Søren Sandmann... Return TRUE for the two new formats in pixman_format_su...
2009-07-05 Søren Sandmann... Inlucde pixman-private.h in pixman-region.c
2009-07-05 Søren Sandmann... Rename OptimizedOperatorInfo to optimized_operator_info_t
2009-07-02 Ben SkeggsAdd accessor functions for PIXMAN_x2r10g10b10 and PIXMA...
2009-07-02 Jonathan MortonAvoid overrunning scanlines in NEON blitters.
2009-06-28 Søren Sandmann... Change comma to semicolon in pixman-combine.c.template
2009-06-28 Siarhei SiamashkaReally fix ARM build.
2009-06-26 Guillaume LetellierFix ARM build.
2009-06-26 Søren Sandmann... Change checks for srca == 0 to src == 0
2009-06-25 Søren Sandmann... Make arm compositing functions static
2009-06-25 Søren Sandmann... Delete ARM header files
2009-06-25 Siarhei SiamashkaUse -mcpu instead of -march for ARM SIMD runtime autode...
2009-06-25 Søren Sandmann... Add test cases to oob-test using PIXMAN_{a,x}2b10g10r10
2009-06-24 Søren Sandmann... Post-release version bump
2009-06-24 Søren Sandmann... Pre-release version bump
2009-06-24 Søren Sandmann... Delete scanFetchProc type. Use fetch_scanline_t instead.
2009-06-24 Søren Sandmann... Constify the mask argument to scanline fetchers.
2009-06-24 Søren Sandmann... Add a mask and mask_bits argument to the raw scanline...
2009-06-24 Søren Sandmann... Rename fetchProc32 to fetch_scanline_t and fetch_pixels...
2009-06-24 Søren Sandmann... Get rid of the 64 bit fetcher types.
2009-06-24 Søren Sandmann... Consolidate the three scanline store types into one.
2009-06-24 Søren Sandmann... Get rid of remaining scanFetchProc casts
2009-06-24 Søren Sandmann... Get rid of scanFetchProc casts in pixman-radial-gradient.c
2009-06-24 Søren Sandmann... Get rid of scanFetchProc casts in pixman-conical-gradient.c
2009-06-24 Søren Sandmann... Get rid of casts to scanFetchProc in pixman-bits-image.c
2009-06-24 Søren Sandmann... Fix bug where 64 bit pixel were fetched as 32 bit ones.
2009-06-24 Søren Sandmann... Delete FbIntMult and FbIntDiv macros, and move FbIntAdd...
2009-06-24 Søren Sandmann... Add a table to oob-test so that it can test more than...
2009-06-24 Søren Sandmann... Fix offset bug in pixman_run_fast_path().
2009-06-24 Søren Sandmann... Fix typo in oob-test.c
2009-06-24 Søren Sandmann... Add test case for out-of-bounds memory access.
2009-06-24 Søren Sandmann... Fix comment in pixman-utils to have the right sense.
2009-06-23 Søren Sandmann... Subtract x_off/y_off before conversion to integer.
2009-06-23 Søren Sandmann... Add convolution-test.c program
2009-06-23 Søren Sandmann... Delete leftover use of PIXMAN_OP_FLASH_SUBTRACT
2009-06-23 Søren Sandmann... Remove support for component alpha with HSL blend modes.
2009-06-23 Søren Sandmann... Remove FLASH_SUBTRACT blend mode.
2009-06-23 Carlos Garcia... Fix BlendColorBurn
next