profile/ivi/pixman.git
2007-12-02 Søren SandmannConditionalize MMX code with USE_MMX
2007-12-02 Søren SandmannAdd some commented-out plain C fast paths.
2007-12-02 Søren SandmannDelete switch of doom.
2007-12-02 Søren SandmannCheck for correct op.
2007-12-02 Søren SandmannAdd code to locate fast paths. Comment out switch of...
2007-12-02 Søren SandmannBeginning of the end for the Switch of Doom.
2007-10-30 Carl WorthTrack name change from pixman.pc to pixman-1.pc in...
2007-10-24 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-24 Søren Sandmann... Bump version number
2007-10-18 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-18 Søren SandmannOnly compile with -msse on x86-64.
2007-10-17 Søren SandmannMake stride signed in various places. This should fix...
2007-10-17 Søren SandmannRemove comma from enumerator list. Bug 12621, reported...
2007-10-17 Søren SandmannAdd README file based on text from Bjorn Lindquist
2007-10-17 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-09-29 Tilman SauerbeckFixed the declaration of pixman_image_set_source_clippi...
2007-09-27 Chris Wilson[pixman-image] [mlk] Free the locally allocated bits.
2007-09-27 Chris Wilson[pixman-image] Avoid a potential malloc(0).
2007-09-27 Chris Wilson[pixman-image] Avoid integer overflow when allocating...
2007-09-20 Jeff MuizelaarFix special case selection when the mask has a transform
2007-09-17 José FonsecaPrevent promotion to unsigned when calculating strides.
2007-09-17 José FonsecaUse a consistent type for stride and more importantly...
2007-09-14 José FonsecaRemove the macro magic from READ/WRITE macros.
2007-09-14 José FonsecaRemove the MMX code path for YV12 for the meanwhile...
2007-09-11 Carl WorthFix build breakage when under the influence of USE_MMX
2007-09-10 Vladimir Vukicevic[memlk] don't try to allocate new data for 0-rectangle...
2007-09-07 José FonsecaMMX code path for YV12 copy, taken from the xserver...
2007-09-07 José FonsecaYUV formats fetch support.
2007-09-07 José FonsecaNew test for image fetching.
2007-09-07 José FonsecaPerform stride calculations inside the callback functions.
2007-09-06 Vladimir Vukicevic[win32] Makefile and compilation fixes for win32
2007-09-06 Vladimir Vukiceviccompilation: build edge/compose with accessors separately
2007-09-05 Carl WorthDon't copy unused bits to an alpha channel
2007-08-26 Vladimir Vukicevicrasterize traps that extend outside of the image bounds...
2007-08-24 Søren SandmannSet accessors for the destination image in composite...
2007-08-24 Søren SandmannAdd missing comma in enum
2007-08-24 Søren SandmannRemove trailing comma in enum
2007-08-24 Søren SandmannAdd conjoint and disjoint operators to pixman.h
2007-08-21 Søren Sandmann... Merge branch 'master' of ssh+git://sandmann@git.freedes...
2007-08-21 Søren Sandmann... Fix bug 12039, based on Chris Wilson's patch.
2007-08-20 Eric AnholtFix failure to set identity transform in pixman.
2007-08-17 Søren Sandmann... Add pixman_image_set_source_clipping()
2007-08-15 Carl WorthFix typo AC_MAJOR -> PIXMAN_MAJOR
2007-08-14 Aaron PlattnerRemove redundant defines.
2007-08-14 Arcady Goldmints... One more minor wrapping fix
2007-08-14 Arcady Goldmints... Remove unnecessary wrapping from fbFetch/fbStore.
2007-08-14 Aaron PlattnerDon't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS...
2007-08-07 Eric AnholtUpdate .pc file for library version name change.
2007-08-06 Aaron PlattnerReturn a bool from pixman_image_unref.
2007-08-06 Søren Sandmann... Bump version number; fix typo in configure.ac
2007-08-06 Søren Sandmann... Change the library name to pixman-1
2007-08-03 Vladimir VukicevicFix OpenSolaris compilation
2007-07-16 Alan CoopersmithBuild fixes for Solaris.
2007-07-10 Jinghua LuoFix bug in rasterizeEdges() where the stride should...
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-22 Søren Sandmann... Don't treat void as a value. Bug 11322, Alan Coopersmith.
2007-06-20 Vladimir VukicevicAdd pixman_region_init_rects()
2007-06-20 Søren Sandmann... Fix typo
2007-06-20 Alex LarssonAdd non-mmx fast paths for In_8x8 and In_nx8x8. Bug...
2007-06-20 Søren Sandmann... Add fbCompositeSrc_8888xx888(); comment out
2007-06-19 Søren Sandmann... Optimize pixman_fill_rectangles() in a few more cases
2007-06-19 Søren Sandmann... Add a cache of images to reduce malloc/free time
2007-06-19 Søren Sandmann... Also store the g3 part correctly
2007-06-19 Søren Sandmann... Fix fbStore_b2g3r3(). Pointed out by Dan Amelang
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...
next