summaryrefslogtreecommitdiff
path: root/pixman/pixman-access.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Fix bugs in fetch_*_b2g3r3().Søren Sandmann Pedersen1-33/+39
2009-09-24Fix bugs in a1b2g1r1.Søren Sandmann Pedersen1-11/+11
2009-09-24Fix shift bug in fetch_scanline/pixel_a2b2g2r2()Søren Sandmann Pedersen1-2/+2
2009-09-24Fix four bit formats.Søren Sandmann Pedersen1-27/+41
2009-09-24Fix alpha handling for 10 bpc formats.Søren Sandmann Pedersen1-15/+15
2009-08-08Change all the fetch_pixels() functions to only fetch one pixel.Søren Sandmann Pedersen1-1164/+579
2009-07-24Replace a bunch of 'pict's with 'image'Søren Sandmann Pedersen1-134/+134
2009-07-19Replace // comments with /* */ comments in various placesSøren Sandmann Pedersen1-14/+14
2009-07-17Move read and write functions to the bits_image_t struct.Søren Sandmann Pedersen1-1/+1
2009-07-16Change name of macro from RGB16_TO_ENTRY to RGB15_TO_ENTRYSøren Sandmann Pedersen1-6/+6
2009-07-13Reindent and reformat pixman-access.c.Søren Sandmann Pedersen1-960/+1556
2009-07-08Convert CamelCase names to underscore_names.Søren Sandmann Pedersen1-6/+6
2009-07-08Fix some more pFoo namesSøren Sandmann Pedersen1-6/+6
2009-07-08Various simple renamingsSøren Sandmann Pedersen1-70/+70
2009-07-08Rename fetchers.Søren Sandmann Pedersen1-151/+151
2009-07-02Add accessor functions for PIXMAN_x2r10g10b10 and PIXMAN_a2r10g10b10Ben Skeggs1-6/+176
2009-06-24Delete scanFetchProc type. Use fetch_scanline_t instead.Søren Sandmann Pedersen1-146/+147
2009-06-24Add a mask and mask_bits argument to the raw scanline fetchers.Søren Sandmann Pedersen1-40/+78
2009-06-24Rename fetchProc32 to fetch_scanline_t and fetch_pixels_32_t to fetch_pixels_tSøren Sandmann Pedersen1-4/+4
2009-06-24Get rid of the 64 bit fetcher types.Søren Sandmann Pedersen1-16/+28
2009-06-24Consolidate the three scanline store types into one.Søren Sandmann Pedersen1-107/+208
2009-06-22Move accessor macros to their own header.Søren Sandmann Pedersen1-0/+1
2009-06-22Eliminate Fetch/Store24 macros.Søren Sandmann Pedersen1-6/+24
2009-06-21Eliminate pointless Red/Green/Blue macrosSøren Sandmann Pedersen1-11/+6
2009-06-21Get rid of indexed argument to store functionsSøren Sandmann Pedersen1-38/+40
2009-06-21Move some macros into pixman-access.cSøren Sandmann Pedersen1-0/+12
2009-06-21Implement fbStore_a2g2b2r2Søren Sandmann Pedersen1-4/+15
2009-06-21Replace switch functions in pixman-access.c with a table of accessors.Søren Sandmann Pedersen1-248/+201
2009-06-21Eliminate FbStipMask macro.Søren Sandmann Pedersen1-7/+18
2009-06-21Eliminate MSBFirst, LSBFirst, IMAGE_BYTE_ORDER, and BITMAP_BIT_ORDER.Søren Sandmann Pedersen1-10/+10
2009-06-19Delete empty FASTCALL macroSøren Sandmann Pedersen1-112/+112
2009-06-02Move pixman_expand/contract to pixman-utils.cSøren Sandmann Pedersen1-92/+0
2009-06-02Change pixel wise fetcher to fetch many pixels at a time instead of just oneSøren Sandmann Pedersen1-393/+952
2009-05-23Move fbStoreExternalAlpha{,64} into pixman-bits-image.cSøren Sandmann Pedersen1-4/+4
2009-03-24Add support for BGRA and BGRx formats.Mark Kettenis1-0/+87
2008-09-21Make use of SSE2 blt/fill in more placesSøren Sandmann Pedersen1-1/+1
2008-06-26Add a lossy 32-bit generic pixel fetch function for wide surfaces.Aaron Plattner1-2/+20
2008-06-13Use pixman_malloc_ab instead of plain malloc for the fbStore64_generic scratc...Aaron Plattner1-1/+1
2008-06-13Take the source format into account in pixman_expand.Aaron Plattner1-10/+50
2008-06-13Make expansion and contraction loops clearer.Aaron Plattner1-15/+19
2008-06-13Add wide fetch/store functions.Aaron Plattner1-0/+198
2008-06-13Add expand and contract functions to convert between ARGB8 and ARGB16.Aaron Plattner1-0/+46
2008-05-27Fix wide alpha fetch macro.Aaron Plattner1-0/+4
2008-05-27Split fetch/fetchPixel/store proc types into 32-bit and 64-bit versions.Aaron Plattner1-3/+3
2008-04-11Use a macro to append _accessors to things.Aaron Plattner1-13/+3
2008-04-08Fix bug in FbStore_b2g3r3Søren Sandmann1-1/+1
2008-03-21Move fetch, fetchPixel, and store routines into pixman-access.c.Aaron Plattner1-0/+1686