profile/ivi/pixman.git
2008-03-26 Søren SandmannMake it distcheck
2008-03-26 Søren SandmannMove version functions from pixman-version.c into pixma...
2008-03-26 Søren SandmannMake pixman-version.h print an error if you include...
2008-03-26 Søren SandmannUpdate TODO
2008-03-26 Carl WorthEliminate duplicate case values that were breaking...
2008-03-25 Carl WorthNew API: pixman_format_supported_destination and pixman...
2008-03-25 Carl WorthAdd pixman_version function and related macros
2008-03-25 Carl WorthIncrement pixman version to 0.9.7
2008-03-25 Carl WorthDocument incrementing the micro version immediately...
2008-03-25 Vladimir VukicevicOnly define pixman_have_sse() as function if USE_SSE2...
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-03-19 Kamalneet SinghFix computation of x_offset in pixman_add_traps.
2008-03-18 nmiell@gmail.comFix the SSE related AMD64 build breakage
2008-03-14 Søren SandmannFix typo; include pixman-sse.h
2008-03-14 Søren SandmannRequire MMX and MMX_Extensions for SSE. Various code...
2008-03-14 Rodrigo KumperaAdd build system support for SSE2.
2008-03-13 Frederic PlourdeEnable/fix MMX compilation under Win32 with Visual...
2008-03-11 Søren SandmannAdd rounding epsilon for NEAREST filter after transform...
2008-03-05 Antoine AzarFixed transformed/untransformed cases of extend_pad...
2008-02-29 Søren SandmannUpdate TODO
2008-02-27 Antoine AzarFix EXTEND_PAD for untransformed sources
2008-02-26 Søren Sandmann... Fix another NULL dereference in pixman-compose.c, repor...
2008-02-16 Bertram FelgenhauerFix a NULL pointer dereference in fbFetchFromNRectangles().
2008-02-07 Antoine AzarRefactor fbFetchTransformed()
2008-01-27 Vladimir VukicevicInclude only pixman-private.h, not pixman.h, in local...
2008-01-23 Bertram Felgenhauerexport pixman_transform_point_3d function
2008-01-23 Carl WorthA tiny amount of ifdef reduction.
2008-01-23 Carl WorthMerge commit 'inte/sampling'
2008-01-23 Carl WorthIgnore test/fetch-test
2008-01-23 Carl WorthAdd release-publish target and RELEASING instructions
2008-01-22 Bertram Felgenhauereliminate a special case in fbRasterizeEdges{4,8}.
2008-01-22 Bertram Felgenhauerfix cairo's a1-traps-sample test
2008-01-19 Bertram Felgenhauerfix cairo's a1-image-sample test
2008-01-15 Alp TokerAvoid use of C++ keyword xor in header
2008-01-16 Vladimir VukicevicRemove trailing ; in SETUP_YV12 macro
2008-01-15 Vladimir VukicevicRemove last CVS $Id$ tags
2007-12-20 Søren SandmannDon't use the pixbuf fast paths when the source picture...
2007-12-07 Søren SandmannGuard MMX get_fast_path() with pixman_have_mmx()
2007-12-03 Søren SandmannUse -fvisibility=hidden by default.
2007-12-02 Søren SandmannMake the tables static; remove unused flag
2007-12-02 Søren SandmannSet maskRepeat to FALSE when the function is NEED_SOLID...
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...
next