pixman-access.c: Remove some unused macros
[profile/ivi/pixman.git] / pixman / pixman-access.c
2012-03-02 Søren Sandmann Ped... pixman-access.c: Remove some unused macros
2011-09-20 Søren Sandmann Ped... Use MAKE_ACCESSORS() to generate accessors for paletted...
2011-09-20 Søren Sandmann Ped... Use MAKE_ACCESSORS() to generate accessors for the...
2011-09-20 Søren Sandmann Ped... Use MAKE_ACCESSORS() to generate accessors for 24bpp...
2011-09-20 Søren Sandmann Ped... Use MAKE_ACCESSORS() to generate accessors for 4 bpp...
2011-09-20 Søren Sandmann Ped... Use MAKE_ACCESSORS() to generate accessors for 8bpp...
2011-09-20 Søren Sandmann Ped... Use MAKE_ACCESSORS() to generate accessors for all...
2011-09-20 Søren Sandmann Ped... Use MAKE_ACCESSORS() to generate all the 32 bit accessors
2011-09-20 Søren Sandmann Ped... Add initial version of the MAKE_ACCESSORS() macro
2011-09-20 Søren Sandmann Ped... Add general pixel converter
2011-03-22 Alexandros FrantzisAdd simple support for the r8g8b8a8 and r8g8b8x8 formats.
2010-09-08 Søren Sandmann Ped... Store a2b2g2r2 pixel through the WRITE macro
2010-08-08 Søren Sandmann Ped... Remove "_raw_" from all the accessors.
2010-08-04 Marek VasutAdd support for 32bpp X14R6G6B6 format.
2010-07-11 Søren Sandmann Ped... When converting indexed formats to 64 bits, don't corre...
2010-06-19 Søren Sandmann Ped... Make separate gray scanline storers.
2010-06-19 Søren Sandmann Ped... When storing a g1 pixel, store the lowest bit, rather...
2010-06-09 Søren Sandmann Ped... Eliminate mask_bits from all the scanline fetchers.
2010-03-17 Søren Sandmann Ped... Ensure that only the low 4 bit of 4 bit pixels are...
2009-09-24 Søren Sandmann Ped... Fix bugs in fetch_*_b2g3r3().
2009-09-24 Søren Sandmann Ped... Fix bugs in a1b2g1r1.
2009-09-24 Søren Sandmann Ped... Fix shift bug in fetch_scanline/pixel_a2b2g2r2()
2009-09-24 Søren Sandmann Ped... Fix four bit formats.
2009-09-24 Søren Sandmann Ped... Fix alpha handling for 10 bpc formats.
2009-08-08 Søren Sandmann Ped... Change all the fetch_pixels() functions to only fetch...
2009-07-24 Søren Sandmann Ped... Replace a bunch of 'pict's with 'image'
2009-07-20 Søren Sandmann Ped... Replace // comments with /* */ comments in various...
2009-07-18 Søren Sandmann Ped... Move read and write functions to the bits_image_t struct.
2009-07-16 Søren Sandmann Ped... Change name of macro from RGB16_TO_ENTRY to RGB15_TO_ENTRY
2009-07-13 Søren Sandmann Ped... Reindent and reformat pixman-access.c.
2009-07-08 Søren Sandmann Ped... Merge branch 'naming'
2009-07-08 Søren Sandmann Ped... Convert CamelCase names to underscore_names.
2009-07-08 Søren Sandmann Ped... Fix some more pFoo names
2009-07-08 Søren Sandmann Ped... Various simple renamings
2009-07-08 Søren Sandmann Ped... Rename fetchers.
2009-07-02 Ben SkeggsAdd accessor functions for PIXMAN_x2r10g10b10 and PIXMA...
2009-06-24 Søren Sandmann Ped... Delete scanFetchProc type. Use fetch_scanline_t instead.
2009-06-24 Søren Sandmann Ped... Add a mask and mask_bits argument to the raw scanline...
2009-06-24 Søren Sandmann Ped... Rename fetchProc32 to fetch_scanline_t and fetch_pixels...
2009-06-24 Søren Sandmann Ped... Get rid of the 64 bit fetcher types.
2009-06-24 Søren Sandmann Ped... Consolidate the three scanline store types into one.
2009-06-22 Søren Sandmann Ped... Move accessor macros to their own header.
2009-06-22 Søren Sandmann Ped... Eliminate Fetch/Store24 macros.
2009-06-22 Søren Sandmann Ped... Eliminate pointless Red/Green/Blue macros
2009-06-22 Søren Sandmann Ped... Get rid of indexed argument to store functions
2009-06-22 Søren Sandmann Ped... Move some macros into pixman-access.c
2009-06-22 Søren Sandmann Ped... Implement fbStore_a2g2b2r2
2009-06-22 Søren Sandmann Ped... Replace switch functions in pixman-access.c with a...
2009-06-21 Søren Sandmann Ped... Eliminate FbStipMask macro.
2009-06-21 Søren Sandmann Ped... Eliminate MSBFirst, LSBFirst, IMAGE_BYTE_ORDER, and...
2009-06-19 Søren Sandmann Ped... Delete empty FASTCALL macro
2009-06-04 Søren Sandmann Ped... Merge branch 'many-pixels'
2009-06-02 Søren Sandmann Ped... Move pixman_expand/contract to pixman-utils.c
2009-06-02 Søren Sandmann Ped... Change pixel wise fetcher to fetch many pixels at a...
2009-05-23 Søren Sandmann Ped... Move fbStoreExternalAlpha{,64} into pixman-bits-image.c
2009-03-24 Mark KettenisAdd support for BGRA and BGRx formats.
2008-09-21 Søren Sandmann Ped... Make use of SSE2 blt/fill in more places
2008-06-27 Aaron PlattnerAdd a lossy 32-bit generic pixel fetch function for...
2008-06-13 Aaron PlattnerUse pixman_malloc_ab instead of plain malloc for the...
2008-06-13 Aaron PlattnerTake the source format into account in pixman_expand.
2008-06-13 Aaron PlattnerMake expansion and contraction loops clearer.
2008-06-13 Aaron PlattnerAdd wide fetch/store functions.
2008-06-13 Aaron PlattnerAdd expand and contract functions to convert between...
2008-06-01 Luca BarbatoFixup
2008-05-27 Aaron PlattnerFix wide alpha fetch macro.
2008-05-27 Aaron PlattnerSplit fetch/fetchPixel/store proc types into 32-bit...
2008-04-12 Luca BarbatoMerge branch 'master' into vmx
2008-04-12 Aaron PlattnerUse a macro to append _accessors to things.
2008-04-09 Søren SandmannFix bug in FbStore_b2g3r3
2008-03-22 Aaron PlattnerMove fetch, fetchPixel, and store routines into pixman...