summaryrefslogtreecommitdiff
path: root/pixman/pixman-solid-fill.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-06Handle solid images in the noop iteratorSøren Sandmann Pedersen1-25/+0
2012-10-01Remove 64 bit pipelineSøren Sandmann Pedersen1-12/+11
2012-10-01Switch the wide pipeline over to using floating pointSøren Sandmann Pedersen1-3/+7
2012-10-01Make pixman.h more const-correctSøren Sandmann Pedersen1-1/+1
2012-05-30Pass the full image flags to iteratorsSøren Sandmann Pedersen1-1/+1
2011-03-18Simplify the prototype for iterator initializers.Søren Sandmann Pedersen1-10/+7
2011-01-18Get rid of the classify methodsSøren Sandmann Pedersen1-12/+0
2011-01-18Consolidate the various get_scanline_32() into get_scanline_narrow()Søren Sandmann Pedersen1-37/+12
2011-01-18Allow NULL property_changed functionSøren Sandmann Pedersen1-6/+0
2011-01-18Move get_scanline_32/64 to the bits part of the image structSøren Sandmann Pedersen1-2/+0
2011-01-18Move iterator initialization to the respective image filesSøren Sandmann Pedersen1-0/+20
2010-10-20Remove the class field from source_image_tSøren Sandmann Pedersen1-2/+1
2010-06-09Eliminate mask_bits from all the scanline fetchers.Søren Sandmann Pedersen1-4/+2
2010-01-26Implement get_scanline_64() correctly for solid fill images.Søren Sandmann Pedersen1-3/+32
2009-08-08Add a dirty bit to the image struct, and validate before using the image.Søren Sandmann Pedersen1-2/+0
2009-07-24Rename source_pict_class_t to source_image_class_tSøren Sandmann Pedersen1-1/+1
2009-07-20Update Makefile.win32 to make it work again.Miha Vrhovnik1-0/+2
2009-07-13Reformat and reindent pixman-solid-fill.cSøren Sandmann Pedersen1-14/+20
2009-07-08Convert CamelCase names to underscore_names.Søren Sandmann Pedersen1-1/+1
2009-07-08Various simple renamingsSøren Sandmann Pedersen1-1/+1
2009-06-24Constify the mask argument to scanline fetchers.Søren Sandmann Pedersen1-2/+2
2009-06-24Get rid of remaining scanFetchProc castsSøren Sandmann Pedersen1-2/+2
2009-05-16Rename pixmanFetchSourcePict to pixmanFetchGradientSøren Sandmann Pedersen1-1/+14
2009-05-16Add a generic 64 bit fetcher and use it for gradients and transformed imagesSøren Sandmann Pedersen1-1/+1
2009-05-16Set up scanline getters for source picturesSøren Sandmann Pedersen1-1/+2
2009-05-16Add stubs for property_changed virtual functionsSøren Sandmann Pedersen1-3/+12
2009-05-16Split solid fill images into pixman-solid-fill.cSøren Sandmann Pedersen1-0/+62