summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-01build: Remove unused DEP_*wip/simpleops-to-masterAndrea Canciani3-20/+18
2012-08-01test: Valgrind cleanupAndrea Canciani5-3/+29
2012-07-31Reuse simpleops_container_ofAndrea Canciani2-5/+2
2012-07-31Make image refcounting atomicAndrea Canciani2-5/+4
2012-07-31Use simpleops for TLSAndrea Canciani6-291/+39
2012-07-31Do not leak pixman implementationAndrea Canciani3-1/+14
2012-07-31Use simpleops for initializationAndrea Canciani4-8/+52
2012-07-31test: Add dynamic-leak-testAndrea Canciani5-0/+180
2012-07-31test: Add test for TLS leakageAndrea Canciani5-0/+135
2012-07-31build: Add and use DLL build targetAndrea Canciani3-8/+22
2012-07-31Prepare symbol declarations for DLL buildAndrea Canciani1-0/+141
2012-07-31Reuse export and inline modifiers from simpleopsAndrea Canciani3-28/+13
2012-07-31Do not redefine inlineAndrea Canciani19-202/+202
2012-07-31build: Introduce simpleops dependencyAndrea Canciani6-22/+34
2012-07-31build: Improve win32 build systemAndrea Canciani4-11/+19
2012-07-31mmx: Fix x86 build on MSVCAndrea Canciani1-12/+13
2012-07-30Add tests to validate new sRGB behaviorAntti S. Lankila4-6/+104
2012-07-30Add sRGB blending demo programAntti S. Lankila3-1/+100
2012-07-30Add support for sRGB surfacesAntti S. Lankila8-3/+272
2012-07-29Remove unnecessary dst initializationAntti S. Lankila1-9/+0
2012-06-20Make pixman-mmx.c compile on x86-32 without optimizationSøren Sandmann Pedersen1-2/+11
2012-06-20Cleanups and simplifications in x86 CPU feature detectionSøren Sandmann Pedersen1-191/+146
2012-07-08Changed the style of two function headersSebastian Bauer1-7/+7
2012-07-08MIPS: DSPr2: Added more bilinear fast paths (without mask)Nemanja Lukic4-0/+466
2012-07-08MIPS: DSPr2: Added several bilinear fast paths with a8 maskNemanja Lukic3-0/+372
2012-07-07Simplify CPU detection on PPC.Søren Sandmann Pedersen1-75/+38
2012-07-07Simplifications to ARM CPU detectionSøren Sandmann Pedersen1-157/+87
2012-07-07Simplify MIPS CPU detectionSøren Sandmann Pedersen1-35/+9
2012-07-07Move the remaining bits of pixman-cpu into pixman-implementation.cSøren Sandmann Pedersen3-80/+51
2012-07-07Move MIPS specific CPU detection to its own file, pixman-mips.cSøren Sandmann Pedersen4-76/+115
2012-07-07Move PowerPC specific CPU detection to its own file pixman-ppc.cSøren Sandmann Pedersen4-164/+197
2012-07-07Move ARM specific CPU detection to a new file pixman-arm.cSøren Sandmann Pedersen4-253/+300
2012-07-06Move x86 specific CPU detection to a new file pixman-x86.cSøren Sandmann Pedersen4-248/+291
2012-07-06pixman-cpu.c: Rename disabled to _pixman_disabled() and export itSøren Sandmann Pedersen2-11/+13
2012-07-06Qualify the static variables in pixman_f_transform_invert() with the const ke...Sebastian Bauer1-2/+2
2012-07-02Use a compile-time constant for the "K" constraint in the MMX detection.Søren Sandmann Pedersen1-2/+1
2012-07-02In fast_composite_tiled_repeat() don't clone images with a paletteSøren Sandmann Pedersen1-2/+3
2012-07-02test: Make stress-test more likely to actually composite somethingSøren Sandmann Pedersen1-16/+55
2012-07-01sse2: add missing ABGR entires for bilinear src_8888_8888Matt Turner1-0/+3
2012-07-01loongson: optimize _mm_set_pi* functions with shuffle instructionsMatt Turner1-0/+43
2012-07-01mmx: optimize bilinear function when using 7-bit precisionMatt Turner1-13/+32
2012-07-01mmx: add scaled bilinear over_8888_8_8888Matt Turner1-0/+84
2012-07-01mmx: add scaled bilinear over_8888_8888Matt Turner1-3/+76
2012-07-01mmx: add scaled bilinear src_8888_8888Matt Turner2-0/+169
2012-07-01mmx: Use expand_alpha instead of mask/shiftMatt Turner1-6/+2
2012-07-01Change default bilinear interpolation precision to 7 bitsSiarhei Siamashka1-1/+1
2012-07-01sse2: _mm_madd_epi16 for faster bilinear scaling with 7-bit precisionSiarhei Siamashka1-10/+25
2012-07-01Bilinear interpolation precision is now configurable at compile timeSiarhei Siamashka9-169/+228
2012-06-29Fix distcheck due to custom iwMMXt rulesMatt Turner1-0/+1
2012-06-29sse2: faster bilinear scaling (use _mm_loadl_epi64)Siarhei Siamashka1-8/+7