pixman-image.c: Fix typo in pixman_image_set_transform()
[profile/ivi/pixman.git] / pixman / Makefile.am
2011-09-27 Matt Turnermmx: compile on ARM for iwmmxt optimizations
2011-09-27 Matt Turnermmx: rename USE_MMX to USE_X86_MMX
2011-09-14 Andrea Cancianibuild: Reuse sources and pixman-combine build rules
2011-08-20 Søren Sandmann Ped... Rename pixman-fast-path.h to pixman-inlines.h
2011-05-19 Søren Sandmann Ped... Add a "noop" implementation.
2011-04-18 Taekyun KimARM: NEON scanline functions for bilinear scaling
2011-02-22 Søren Sandmann Ped... Delete pixman-x64-mmx-emulation.h from pixman/Makefile.am
2010-09-21 Siarhei SiamashkaNearest scaling fast path macros moved to 'pixman-fast...
2010-07-21 M Joonas PihlajaAvoid trailing slashes on automake install dirs.
2010-07-21 M Joonas PihlajaTry harder to find suitable flags for pthreads.
2010-03-23 Søren Sandmann Ped... Merge remote branch 'ssvb/arm-fixes'
2010-03-22 Siarhei SiamashkaARM: SIMD optimizations moved to a separate .S file
2010-03-16 Søren Sandmann Ped... Add checks for various types of thread local storage.
2010-03-15 Alan CoopersmithMake .s target asm flag selection more portable
2009-11-11 Siarhei SiamashkaARM: introduction of the new framework for NEON fast...
2009-09-24 Søren Sandmann Ped... Hide PIXMAN_OP_NONE and PIXMAN_N_OPERATORS behind PIXMA...
2009-09-15 Chris Wilson[Makefile] Set the SIMD specific CFLAGS for inspecting...
2009-09-13 Chris Wilson[build] Add rule to generate asm for inspection.
2009-07-21 George YohngAdd implementation of MMX __m64 functions for MSVC...
2009-07-10 Søren Sandmann Ped... Add a BUILT_SOURCES with pixman-combine{32,64}.{c.h}
2009-06-25 Søren Sandmann Ped... Delete ARM header files
2009-06-22 Søren Sandmann Ped... Move accessor macros to their own header.
2009-06-22 Søren Sandmann Ped... Move pixman_compute_composite_region() into pixman...
2009-06-21 Søren Sandmann Ped... Move compiler dependencies to a new pixman-compiler...
2009-06-21 Søren Sandmann Ped... Rename combine.inc and combine.h.inc to pixman-combine...
2009-06-21 Søren Sandmann Ped... Rename pixman-pict.c to pixman.c
2009-06-04 Søren Sandmann Ped... Merge branch 'many-pixels'
2009-06-02 Søren Sandmann Ped... Move remaining pixman-transformed.c code into pixman...
2009-06-02 Søren Sandmann Ped... Get rid of pixman-transformed-accessors
2009-05-31 Søren Sandmann Ped... Pre-release version bump.
2009-05-23 Søren Sandmann Ped... Move entire C implementation into pixman-general.c
2009-05-23 Søren Sandmann Ped... Add beginning of general implementation
2009-05-23 Søren Sandmann Ped... Beginning of pluggable implementations
2009-05-16 Søren Sandmann Ped... Move C fast paths to their own file pixman-fast-path.c
2009-05-16 Søren Sandmann Ped... Move CPU detection code to its own file
2009-05-16 Søren Sandmann Ped... Move conical gradient code to pixman-conical-gradient...
2009-05-16 Søren Sandmann Ped... Move the gradient walker code to its own file
2009-05-16 Søren Sandmann Ped... Split pixel images into pixman-bits-image.c
2009-05-16 Søren Sandmann Ped... Split conical gradient images into pixman-conical-gradi...
2009-05-16 Søren Sandmann Ped... Split radial gradient images into pixman-radial-gradient.c
2009-05-16 Søren Sandmann Ped... Split linear gradient images into pixman-linear-gradient.c
2009-05-16 Søren Sandmann Ped... Split solid fill images into pixman-solid-fill.c
2009-05-13 Søren Sandmann Ped... Merge branch 'master' of git+ssh://sandmann@git.freedes...
2009-05-13 Søren Sandmann Ped... Merge branch 'master' into refactor
2009-05-06 Jeff MuizelaarEnable NEON assembly when we can build it
2009-05-04 Søren Sandmann Ped... Remove accessor version of pixman-compose.c
2009-04-28 Alan CoopersmithAdd solaris-hwcap.mapfile to EXTRA_DIST
2009-04-04 Alan CoopersmithFix MMX & SSE intrinsics to work with Sun compilers...
2008-11-26 Keith PackardMerge commit 'origin/master'
2008-11-26 Keith PackardMove matrix operations from X server to pixman
2008-10-31 Adrian BunkRename the current ARM code to ARM SIMD
2008-09-19 Julien CristauMerge tag 'pixman-0.12.0'
2008-09-17 Jeff MuizelaarAdd support for ARMv6 SIMD fastpaths.
2008-09-04 Søren Sandmann Ped... Make sure pixman-combine{32,64}.h are disted
2008-08-24 Søren Sandmann Ped... Be consistent in naming SSE2 related things SSE2
2008-07-16 Søren SandmannUse -no-undefined -- fixes bug 15927
2008-06-09 Søren Sandmann Ped... Merge region32 branch; fix conflicts
2008-06-09 Søren Sandmann Ped... Unbump version number; remove file added to EXTRA_DIST
2008-06-09 Søren SandmannBump version number and make it distcheck
2008-06-09 Søren SandmannBump version number and make it distcheck
2008-06-09 Søren SandmannMerge branch 'master' into region32
2008-06-09 Søren SandmannMove PIXMAN_EXPORT into pixman-region.c
2008-06-09 Søren SandmannMerge branch 'master' into region32
2008-06-08 Søren SandmannMerge branch 'vmx'
2008-06-08 Søren SandmannRename pixman-combine.h -> pixman-combin32.h
2008-06-08 Søren SandmannAdd pixman-region32.c
2008-06-08 Søren SandmannAdd pixman-region16.c; compile that instead of pixman...
2008-06-07 Luca BarbatoUse combine macros from the generated header
2008-06-07 Luca BarbatoSplit combine.inc generated files in source and header
2008-06-01 Luca BarbatoFixup
2008-05-02 Oswald Buddenhagenfix pixman compile with srcdir != builddir
2008-04-25 Alan CoopersmithFix pixman/Makefile.am to work with Solaris make
2008-04-12 Luca BarbatoUnbreak vmx pixman
2008-04-12 Luca BarbatoMerge branch 'master' into vmx
2008-04-11 Aaron PlattnerGenerate 64-bit combining functions.
2008-04-11 Aaron PlattnerMove combining routines into combine.inc and add a...
2008-04-06 Julien CristauRevert "pixman-version.h is generated, don't distribute it"
2008-04-04 Julien Cristaupixman-version.h is generated, don't distribute it
2008-03-27 Søren Sandmann Ped... Make username configurable; add Makefile.win32 to EXTRA...
2008-03-26 Søren SandmannMake it distcheck
2008-03-26 Søren SandmannMove version functions from pixman-version.c into pixma...
2008-03-25 Carl WorthAdd pixman_version function and related macros
2008-03-23 Luca BarbatoUpdate vmx
2008-03-22 Luca Barbatoupdate patch
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-21 Aaron PlattnerRename pixman-compose-operators.c to pixman-combine...
2008-03-14 Rodrigo KumperaAdd build system support for SSE2.
2007-12-15 Luca BarbatoMerge branch 'master' of git://anongit.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-11 Carl WorthFix build breakage when under the influence of USE_MMX
2007-09-06 Vladimir Vukiceviccompilation: build edge/compose with accessors separately
2007-08-06 Søren Sandmann Ped... Change the library name to pixman-1
2007-07-01 rootFirst import of vmx
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 SandmannMove some utility functions from pixman-edge.c to pixma...
2007-06-17 Søren SandmannAdd #defines etc to compile pixman-compose.c twice
next