profile/ivi/pixman.git
2007-05-23 Søren SandmannFix bug in rasterizeEdges() where the stride was treate...
2007-05-23 Soren Sandmann... Fix function name
2007-05-22 Soren Sandmann... Add more edge functions
2007-05-22 Soren Sandmann... Add implementation of edge rasterization
2007-05-22 Soren Sandmann... Add edge data types
2007-05-22 Søren SandmannDetect endianness
2007-05-22 Søren SandmannInclude string.h in pixman-pict.c
2007-05-22 Søren SandmannCheck for getisax() support
2007-05-22 Søren SandmannCheck for MMX in the build system
2007-05-22 Søren SandmannUpdate TODO
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-22 Soren Sandmann... Use the general code if the images have read/write...
2007-05-21 Soren Sandmann... Update TODO
2007-05-21 Soren Sandmann... Fix bug in fbCompositeGetSolid() where a format was...
2007-05-21 Soren Sandmann... Make pixman_image_composite() take a region parameter...
2007-05-21 Søren SandmannAdd slightly changed copy of miComputeCompositeRegion...
2007-05-19 Søren SandmannMove mod and div macros to pixman-private.h
2007-05-19 Søren SandmannAdd fbComposeGetStart() macro
2007-05-19 Søren SandmannAdd fbComposeGetSolid() macro
2007-05-19 Søren SandmannAdd implementation of can_get_solid()
2007-05-19 Søren SandmannVarious formatting/style tweaks
2007-05-19 Søren SandmannAdd macro FUNC that expands to __PRETTY_FUNCTION__...
2007-05-19 Søren SandmannInclude limits.h in pixman-compose.c; patch from Alan...
2007-05-18 Soren Sandmann... Add pixman-pict.c which is a version of fbpict.c. It...
2007-05-18 Soren Sandmann... Make pixman_image_set_indexed() not copy its argument
2007-05-18 Soren Sandmann... Free the indexed table when the image is freed
2007-05-18 Soren Sandmann... Add new function pixman_image_set_indexed()
2007-05-17 Soren Sandmann... Fix wrong type in composite-test.c
2007-05-17 Soren Sandmann... Add a TODO file. Indent pixman-compose.c
2007-05-16 Søren SandmannAdd macro magic in pixman-private.h to allow reading...
2007-05-16 Soren Sandmann... Add an image argument to all the store functions
2007-05-16 Soren Sandmann... Add an image argument to all the fetch functions
2007-05-16 Soren Sandmann... Move some macros from pixman-compose.c to pixman-private.h
2007-05-16 Soren Sandmann... Add API to have accessor functions on pixman
2007-05-15 Soren Sandmann... Various formatting fixes
2007-05-15 Soren Sandmann... Fix typo in pixman.h
2007-05-15 Soren Sandmann... Replace hack to get standard integer types with #if...
2007-05-15 Soren Sandmann... Don't build GTK+ test programs if GTK+ is not available
2007-05-12 Søren SandmannExport pixman_region_reset
2007-05-12 Søren SandmannExport a pixman_region_selfcheck
2007-05-12 Søren SandmannExport pixman_region_equal()
2007-05-12 Søren SandmannAdd new pixman_region_set_static_pointers
2007-05-11 Soren Sandmann... Make the region data struct public
2007-05-10 Soren Sandmann... Make the pixman_transform_point_3d() function public
2007-05-10 Soren Sandmann... Change the names of a few functions to prevent them...
2007-05-10 Søren SandmannUse a radial gradient in the gradien-test
2007-05-10 Søren SandmannMake sure 64 bit fixed point types are signed
2007-05-10 Søren SandmannAdd a transformation to the gradient test
2007-05-09 Søren SandmannUse fixpoint instead of double in gradient test
2007-05-09 Søren SandmannRemove AM_MAINTAINER_MODE ; add new gradient-test
2007-05-09 Soren Sandmann... Fix various stupid mistakes, such as inverted return_if...
2007-05-09 Soren Sandmann... Remove *error from solid fill constructor
2007-05-09 Soren Sandmann... Various formatting fixes
2007-05-09 Soren Sandmann... Handle setting of NULL properties
2007-05-09 Soren Sandmann... Make images ref counted. Memory management.
2007-05-09 Soren Sandmann... Export pixman_gradient_stop; get rid of *error argument...
2007-05-09 Soren Sandmann... Change to use malloced image instead of stack allocated
2007-05-08 Soren Sandmann... Apply bad hack to avoid including config.h
2007-05-08 Soren Sandmann... Install header file in pixman/pixman.h
2007-05-08 Soren Sandmann... Fix libpixman.pc.in
2007-05-08 Soren Sandmann... Add setters for various properties
2007-05-08 Soren Sandmann... Make the test program test something useful.
2007-05-08 Soren Sandmann... Add a simple test program; fix linking problems
2007-05-08 Soren Sandmann... 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-06 Soren Sandmann... Fix copyright notice
2007-05-05 Soren Sandmann... Add fixed point macros, add declarations for image...
2007-05-05 Soren Sandmann... Run configure from autogen.sh
2007-05-05 Soren Sandmann... Don't run configure from autogen.sh
2007-05-05 Soren Sandmann... Make autogen.sh run configure
2007-05-05 Soren Sandmann... Changes to autogen.sh
2007-05-05 Soren Sandmann... Make autogen.sh run configure
2007-05-05 Soren Sandmann... Add pixman.pc.in
2007-05-05 Soren Sandmann... Add code to initialize images, based on picture.c from...
2007-05-04 Soren Sandmann... Change autogen.sh to call autoreconf. Remove reference...
2007-05-04 Soren Sandmann... Add the files.