profile/ivi/pixman.git
2007-06-19 Søren Sandmann... Smplify the 1x1r optimization for the general compositi...
2007-06-19 Søren Sandmann... Fix pixman_fill() to return TRUE when it succeeded
2007-06-19 Søren Sandmann... Add in 0xff alpha channel in Over_x888x8x8888mmx
2007-06-19 Søren Sandmann... Fix solid fill optimization to compute the src correctly
2007-06-18 Søren Sandmann... Add non-mmx solid fills. Update TODO
2007-06-18 Søren Sandmann... Make sure the output of fbCompositeOver_x888x8x8888...
2007-06-18 Søren Sandmann... Also use this function in the xBGR case
2007-06-18 Søren Sandmann... Add new fbCompositeOver_x888x8x8888mmx() operation
2007-06-18 Søren Sandmann... Add fbCompositeOver_x888x8x8888() fast path
2007-06-18 Søren Sandmann... Rename fbCompositeSrc_x888x8x8888 to x888xnx8888
2007-06-17 Søren Sandmann... Remove accidentally committed use of TIMER_BEGIN/END
2007-06-17 Søren Sandmann... Merge branch 'master' of ssh+git://sandmann@git.freedes...
2007-06-17 Søren SandmannAdd timer macros
2007-06-17 Søren Sandmann... Update TODO
2007-06-17 Søren Sandmann... Optimize fill rectangles in the op=PIXMAN_OP_CLEAR...
2007-06-17 Søren SandmannUse the general code in some cases even when a fast...
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 SandmannSlight tweak to the definition of pixman_composeFunctions
2007-06-17 Søren SandmannAdd #defines etc to compile pixman-compose.c twice
2007-06-16 Søren Sandmann... Make fbCompositeSrc_8888x8888mmx() check if the mask...
2007-06-16 Søren Sandmann... Unroll loop in fbComposite_x888x8x8888()
2007-06-16 Søren Sandmann... Optimize 1x1 repeating images in the general case
2007-06-16 Søren Sandmann... Add a few optimizations for solid fills
2007-06-16 Søren Sandmann... Plug leak of the gradient stops
2007-06-16 Søren Sandmann... Plug leak in the bits=NULL case for pixman_image_create...
2007-06-15 Søren Sandmann... When setting identity transformations store them as...
2007-06-15 Søren SandmannTurn off debug spew for incorrect arguments
2007-06-15 Søren SandmannDisable source clipping by default
2007-06-14 Søren SandmannUpdate TODO
2007-06-14 Søren SandmannUpdate TODO
2007-06-14 Søren SandmannUpdate TODO
2007-06-14 Søren SandmannReset clip regions correctly when NULL is passed
2007-06-13 Søren SandmannMake default clip region the full image
2007-06-13 Søren SandmannDon't complain if users try to read non-existing data...
2007-06-13 Søren SandmannDon't require rowstride to be a multiple of 4 when...
2007-06-13 Søren SandmannAdd pixman_fill_rectangles()
2007-06-12 Søren SandmannAdd pixman_add_trapezoids() function
2007-06-12 Søren SandmannAdd boolean returns to various setters
2007-06-12 Søren SandmannAllow bits to be NULL when bit images are created
2007-06-12 Søren SandmannAdd various accessors; remove composite_rect
2007-06-12 Søren Sandmann... Bump version number
2007-06-12 Søren Sandmann... Make use of pixman_fill_mmx() in various places. Delete...
2007-06-12 Søren Sandmann... Add pixman_fill_mmx() function
2007-06-11 Søren Sandmann... Forgotten fbHaveMMX()
2007-06-11 Søren Sandmann... Rename fbHaveMMX() pixman_have_mmx()
2007-06-11 Søren Sandmann... Add pixman_blt_mmx() based on fbBltmmx() from the X...
2007-06-11 Søren Sandmann... Bump version number
2007-06-11 Søren Sandmann... Add a version of miComputeCompositeRegion; call it...
2007-06-05 Søren Sandmann... Fix bug in pixman_image_set_filter() where only the...
2007-05-24 Daniel StoneAdd .gitignore file
2007-05-24 Daniel StoneUse canonical autogen.sh
2007-05-23 Soren Sandmann... Declare the two new trapezoid functions in pixman.h
2007-05-23 Søren SandmannAdd pixman-trap with the trapezoid rasterization code...
2007-05-23 Soren Sandmann... Make sure gradient-test.c builds when srcdir != buildir...
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
next