profile/ivi/pixman.git
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
2009-06-23 Søren Sandmann... Add screen-test.c test program
2009-06-23 Søren Sandmann... Make the composite test window bigger by default.
2009-06-23 Carlos Garcia... Use floating point in SetLum
2009-06-23 Carlos Garcia... Do not use combineMask in component-alpha functions
2009-06-23 Carlos Garcia... Fix typo
2009-06-23 Carlos Garcia... [TEST] Update composite-test to test more operators
2009-06-23 Søren Sandmann... Fix ColorDodge and ColorBurn to conform to the spec
2009-06-23 Søren Sandmann... Remove optimizations that I'm not convinced are correct
2009-06-23 Søren Sandmann... Fix some more problems in MultiplyC
2009-06-23 Søren Sandmann... Fix various problems in FbCombineMultiplyC
2009-06-23 Søren Sandmann... Add some comments about the linearity of the non-separa...
2009-06-23 Benjamin Ottefix component-alpha versions to set source to 0 when...
2009-06-23 Benjamin Otteremove debugging leftovers
2009-06-23 Benjamin Ottecorrect subtract implementation
2009-06-23 Benjamin Ottefix Multiply component-alpha version
2009-06-23 Benjamin Ottefix comment
2009-06-23 Benjamin Ottefix component-alpha versions for seperable blend modes
2009-06-23 Benjamin Otterename operator SUBTRACT to FLASH_SUBTRACT
2009-06-23 Benjamin Otterework blend-mode documentation to match current code...
2009-06-23 Benjamin Ottetypo fix: Seperable => Separable
2009-06-23 Benjamin Otteremove semicolon at end of macro
2009-06-23 Benjamin Otteremove a leftover debugging statement
2009-06-23 Benjamin Otteinvent a Subtract operator for component alpha
2009-06-23 Benjamin Otteadd non-seperable versions for component alpha
2009-06-23 Benjamin Otteadd component-alpha versions of the seperable blend...
2009-06-23 Benjamin Otterewrite nonseperable blend modes the same way as sepera...
2009-06-23 Benjamin Otteclean up seperable blend modes
2009-06-23 Benjamin Otteprefix HSL operators with HSL
2009-06-23 Benjamin Otteremove invert operator
2009-06-23 Benjamin Otteadd nonseperable blend modes from PDF spec
2009-06-23 Benjamin Ottefix ColorDodge and ColorBurn to conform to the PDF...
2009-06-23 Benjamin Otteuse PDF algorithm for soft-light
2009-06-23 Benjamin OtteAdd INVERT and SUBTRACT blend modes used in Flash
2009-06-23 Benjamin Otteuse a pixman_op_t here
2009-06-23 Benjamin OtteAdd support for extended blend mode. First pass.
2009-06-23 Michel DänzerFix the build on big endian machines.
2009-06-23 Søren Sandmann... Rename PIXMAN_FORMAT_16BPC macro to PIXMAN_FORMAT_IS_WIDE
2009-06-23 Søren Sandmann... Write alpha map fetching with FbByteMul() instead of...
2009-06-23 Søren Sandmann... Remove unused typedefs.
2009-06-23 Søren Sandmann... Delete unused _pixman_image_get_fetcher() function
2009-06-22 Søren Sandmann... Move accessor macros to their own header.
2009-06-22 Søren Sandmann... Move FbGet8() macro into pixman-bits-image.c
next