Move store logic into pixman-image.c
[profile/ivi/pixman.git] / pixman / pixman-private.h
2009-05-04 Søren Sandmann Ped... Move store logic into pixman-image.c
2009-05-04 Søren Sandmann Ped... Move fetch logic to pixman-image.c
2009-05-04 Søren Sandmann Ped... Get rid of SOURCE_IMAGE_CLASS_NEITHER again
2009-05-04 Søren Sandmann Ped... Move SourcePictClassify into pixman-image.c
2009-04-04 Alan CoopersmithFix MMX & SSE intrinsics to work with Sun compilers...
2008-10-30 Alan CoopersmithDefine force_inline for compilers other than gcc &...
2008-10-30 Jeff MuizelaarCleanup inline definitions
2008-08-21 Ginn ChenUse hidden attribute for private functions when compili...
2008-06-27 Søren SandmannOnly export the 16 bit version of pixman_region_set_sta...
2008-06-13 Søren Sandmann Ped... Move PIXMAN_FORMAT_16BPC to pixman-private.h
2008-06-13 Aaron PlattnerAdd wide source picture, external alpha, and transforme...
2008-06-13 Aaron PlattnerAdd expand and contract functions to convert between...
2008-06-09 Søren Sandmann Ped... Merge region32 branch; fix conflicts
2008-06-09 Søren SandmannExport pixman_compute_composite_region32() and use...
2008-06-09 Søren SandmannFix bug in pixman_compute_composite_region()
2008-06-09 Søren SandmannMerge branch 'master' into region32
2008-06-09 Søren SandmannUse 32 bit regions internally
2008-06-09 Søren SandmannAdd pixman_region32_copy_from_region16
2008-06-09 Søren SandmannMove all the PIXMAN_EXPORT into .c files
2008-06-01 Luca BarbatoFixup
2008-05-27 Aaron PlattnerFix wide alpha fetch macro.
2008-05-27 Aaron PlattnerAdd infrastructure for allocating wide scanline buffers...
2008-05-27 Aaron PlattnerSplit fetch/fetchPixel/store proc types into 32-bit...
2008-05-27 Aaron PlattnerMove the scanline buffer allocation logic into pixman_c...
2008-04-12 Luca BarbatoMerge branch 'master' into vmx
2008-04-12 Aaron PlattnerUse a macro to append _accessors to things.
2008-04-11 Aaron PlattnerGenerate 64-bit combining functions.
2008-04-11 Aaron PlattnerTack 32 onto the ends of the combining function types.
2008-04-11 Aaron PlattnerMove combining macros into pixman-combine.c.
2008-04-06 Antoine AzarOptimize operators based on source or dest opacity.
2008-03-28 Aaron PlattnerGet rid of pixman_composeFunctions_accessors.
2008-03-23 Luca BarbatoUpdate vmx
2008-03-22 Aaron PlattnerMove fbFetchTransformed and friends into pixman-transfo...
2008-03-22 Aaron PlattnerMove pixmanFetchSourcePict and friends into pixman...
2008-03-22 Aaron PlattnerMove fetch, fetchPixel, and store routines into pixman...
2008-03-22 Aaron PlattnerGet rid of fbPrepareAccess and fbFinishAccess, since...
2008-03-21 Aaron PlattnerRename pixman-compose-operators.c to pixman-combine...
2008-03-21 Antoine Azar[PATCH] Moved all composition operators from pixman...
2008-02-07 Antoine AzarRefactor fbFetchTransformed()
2008-01-27 Vladimir VukicevicInclude only pixman-private.h, not pixman.h, in local...
2008-01-23 Carl WorthMerge commit 'inte/sampling'
2008-01-22 Bertram Felgenhauerfix cairo's a1-traps-sample test
2007-12-15 Luca BarbatoMerge branch 'master' of git://anongit.freedesktop...
2007-10-24 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-18 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-17 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-01 Luca BarbatoMerge branch 'master' of git://anongit.freedesktop...
2007-09-27 Chris Wilson[pixman-image] Avoid integer overflow when allocating...
2007-09-17 José FonsecaPrevent promotion to unsigned when calculating strides.
2007-09-14 José FonsecaRemove the macro magic from READ/WRITE macros.
2007-09-06 Vladimir Vukicevic[win32] Makefile and compilation fixes for win32
2007-08-26 Vladimir Vukicevicrasterize traps that extend outside of the image bounds...
2007-07-02 Søren SandmannPort Vlad's fixes for integer overflows with malloc().
2007-06-22 Søren SandmannRevert "Add a cache of images to reduce malloc/free...
2007-06-19 Søren Sandmann Ped... Add a cache of images to reduce malloc/free time
2007-06-19 Søren Sandmann Ped... Fix solid fill optimization to compute the src correctly
2007-06-17 Søren Sandmann Ped... Merge branch 'master' of ssh+git://sandmann@git.freedes...
2007-06-17 Søren SandmannAdd timer macros
2007-06-17 Søren SandmannRemove ACCESS_MEM macro; define READ and WRITE to direc...
2007-06-17 Søren SandmannMove some utility functions from pixman-edge.c to pixma...
2007-06-17 Søren SandmannAdd #defines etc to compile pixman-compose.c twice
2007-06-16 Søren Sandmann Ped... Add a few optimizations for solid fills
2007-06-16 Søren Sandmann Ped... Plug leak of the gradient stops
2007-06-16 Søren Sandmann Ped... Plug leak in the bits=NULL case for pixman_image_create...
2007-06-15 Søren SandmannTurn off debug spew for incorrect arguments
2007-06-15 Søren SandmannDisable source clipping by default
2007-06-11 Søren Sandmann Ped... Add a version of miComputeCompositeRegion; call it...
2007-05-23 Søren SandmannFix bug in rasterizeEdges() where the stride was treate...
2007-05-22 Soren Sandmann Ped... Add implementation of edge rasterization
2007-05-22 Soren Sandmann Ped... Add edge data types
2007-05-22 Søren SandmannDetect endianness
2007-05-22 Søren SandmannCheck for MMX in the build system
2007-05-22 Søren SandmannMake the mmx code compile
2007-05-22 Søren SandmannAdd pixman-mmx.[ch] and move macros around to make...
2007-05-19 Søren SandmannMove mod and div macros to pixman-private.h
2007-05-19 Søren SandmannAdd fbComposeGetSolid() macro
2007-05-19 Søren SandmannVarious formatting/style tweaks
2007-05-19 Søren SandmannAdd macro FUNC that expands to __PRETTY_FUNCTION__...
2007-05-18 Soren Sandmann Ped... Add pixman-pict.c which is a version of fbpict.c. It...
2007-05-16 Søren SandmannAdd macro magic in pixman-private.h to allow reading...
2007-05-16 Soren Sandmann Ped... Move some macros from pixman-compose.c to pixman-private.h
2007-05-16 Soren Sandmann Ped... Add API to have accessor functions on pixman
2007-05-10 Soren Sandmann Ped... Make the pixman_transform_point_3d() function public
2007-05-10 Soren Sandmann Ped... Change the names of a few functions to prevent them...
2007-05-09 Soren Sandmann Ped... Fix various stupid mistakes, such as inverted return_if...
2007-05-09 Soren Sandmann Ped... Make images ref counted. Memory management.
2007-05-09 Soren Sandmann Ped... Export pixman_gradient_stop; get rid of *error argument...
2007-05-09 Soren Sandmann Ped... Change to use malloced image instead of stack allocated
2007-05-08 Soren Sandmann Ped... Add setters for various properties
2007-05-08 Soren Sandmann Ped... Add a simple test program; fix linking problems
2007-05-08 Soren Sandmann Ped... Implement pixman_image_composite() in terms of fbCompos...
2007-05-08 Søren SandmannAdd a version of fbcompose.c. Fixes and additions to...
2007-05-05 Soren Sandmann Ped... Add fixed point macros, add declarations for image...
2007-05-05 Soren Sandmann Ped... Add code to initialize images, based on picture.c from...