summaryrefslogtreecommitdiff
path: root/pixman/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2013-01-22Convert INCLUDES to AM_CPPFLAGSMatt Turner1-1/+1
2012-10-04Remove BUILT_SOURCESSøren Sandmann Pedersen1-3/+1
2012-10-04Don't auto-generate pixman-combine32.[ch] anymoreSøren Sandmann Pedersen1-3/+0
2012-10-01Remove 64 bit pipelineSøren Sandmann Pedersen1-1/+0
2012-09-15build: Remove useless DEP_CFLAGS/DEP_LIBS variablesMatt Turner1-18/+5
2012-07-31Add make-srgb.pl to EXTRA_DISTSøren Sandmann Pedersen1-0/+1
2012-06-29Fix distcheck due to custom iwMMXt rulesMatt Turner1-0/+1
2012-06-09autotools: use custom build rule to build iwMMXt codeMatt Turner1-5/+13
2012-04-27mmx: compile on MIPS for Loongson MMI optimizationsMatt Turner1-0/+12
2012-02-25MIPS: DSPr2: Added fast-paths for SRC operation.Nemanja Lukic1-1/+4
2012-02-25MIPS: DSPr2: Basic infrastructure for MIPS architectureNemanja Lukic1-0/+13
2011-09-27mmx: compile on ARM for iwmmxt optimizationsMatt Turner1-0/+12
2011-09-27mmx: rename USE_MMX to USE_X86_MMXMatt Turner1-1/+1
2011-09-14build: Reuse sources and pixman-combine build rulesAndrea Canciani1-48/+13
2011-08-19Rename pixman-fast-path.h to pixman-inlines.hSøren Sandmann Pedersen1-1/+1
2011-05-19Add a "noop" implementation.Søren Sandmann Pedersen1-0/+1
2011-04-18ARM: NEON scanline functions for bilinear scalingTaekyun Kim1-0/+1
2011-02-22Delete pixman-x64-mmx-emulation.h from pixman/Makefile.amSøren Sandmann Pedersen1-1/+1
2010-09-21Nearest scaling fast path macros moved to 'pixman-fast-path.h'Siarhei Siamashka1-0/+1
2010-07-21Avoid trailing slashes on automake install dirs.M Joonas Pihlaja1-1/+1
2010-07-21Try harder to find suitable flags for pthreads.M Joonas Pihlaja1-1/+1
2010-03-22ARM: SIMD optimizations moved to a separate .S fileSiarhei Siamashka1-3/+6
2010-03-16Add checks for various types of thread local storage.Søren Sandmann Pedersen1-1/+1
2010-03-15Make .s target asm flag selection more portableAlan Coopersmith1-6/+6
2009-11-11ARM: introduction of the new framework for NEON fast path optimizationsSiarhei Siamashka1-3/+5
2009-09-24Hide PIXMAN_OP_NONE and PIXMAN_N_OPERATORS behind PIXMAN_INTERNAL_API.Søren Sandmann Pedersen1-1/+0
2009-09-15[Makefile] Set the SIMD specific CFLAGS for inspecting asm.Chris Wilson1-2/+12
2009-09-13[build] Add rule to generate asm for inspection.Chris Wilson1-1/+2
2009-07-21Add implementation of MMX __m64 functions for MSVC x64.George Yohng1-1/+1
2009-07-09Add a BUILT_SOURCES with pixman-combine{32,64}.{c.h}Søren Sandmann Pedersen1-0/+2
2009-06-25Delete ARM header filesSøren Sandmann Pedersen1-4/+2
2009-06-22Move accessor macros to their own header.Søren Sandmann Pedersen1-0/+1
2009-06-21Move pixman_compute_composite_region() into pixman-utils.cSøren Sandmann Pedersen1-1/+0
2009-06-21Move compiler dependencies to a new pixman-compiler.h fileSøren Sandmann Pedersen1-0/+1
2009-06-21Rename combine.inc and combine.h.inc to pixman-combine.{c,h}.template.Søren Sandmann Pedersen1-10/+10
2009-06-21Rename pixman-pict.c to pixman.cSøren Sandmann Pedersen1-1/+1
2009-06-02Move remaining pixman-transformed.c code into pixman-bits-image.cSøren Sandmann Pedersen1-1/+0
2009-06-02Get rid of pixman-transformed-accessorsSøren Sandmann Pedersen1-1/+0
2009-05-30Pre-release version bump.pixman-0.15.8Søren Sandmann Pedersen1-5/+2
2009-05-23Move entire C implementation into pixman-general.cSøren Sandmann Pedersen1-1/+0
2009-05-23Add beginning of general implementationSøren Sandmann Pedersen1-0/+1
2009-05-23Beginning of pluggable implementationsSøren Sandmann Pedersen1-0/+1
2009-05-16Move C fast paths to their own file pixman-fast-path.cSøren Sandmann Pedersen1-30/+31
2009-05-16Move CPU detection code to its own fileSøren Sandmann Pedersen1-0/+1
2009-05-16Move conical gradient code to pixman-conical-gradient.c and delete pixman-sou...Søren Sandmann Pedersen1-1/+0
2009-05-16Move the gradient walker code to its own fileSøren Sandmann Pedersen1-0/+1
2009-05-16Split pixel images into pixman-bits-image.cSøren Sandmann Pedersen1-0/+1
2009-05-16Split conical gradient images into pixman-conical-gradient.cSøren Sandmann Pedersen1-0/+1
2009-05-16Split radial gradient images into pixman-radial-gradient.cSøren Sandmann Pedersen1-0/+1
2009-05-16Split linear gradient images into pixman-linear-gradient.cSøren Sandmann Pedersen1-0/+1